COLOR #BE8988

HEX: #BE8988
RGB: (190,137,136)

Renk bilgisi

#BE8988 contains red, green and blue colors in about the same proportion. #BE8988 ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#BE8988 color RGB value is (190,137,136).

  • kırmız ton 190;
  • yeşil ton 137;
  • mavi ton 136.
RGB:
(190,137,136)
(75%,54%,53%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 137 of 255 = 54%
B 136 of 255 = 53%

190
137
136

R + G + B ~ 61%. #BE8988 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 137 + 136 = 463 (100%)
R 190 of 463 ~ 41.04%
G 137 of 463 ~ 29.59%
B 136 of 463 ~ 29.37%

%41.04
%29.59
%29.37

CMYK RENK MODELİ

#BE8988 rengi CMYK tonu (0,28,28,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.89%
  • sarı tonu 28.42%
  • ana renk tonu 25.49%
CMYK:
(0,28,28,25)
C0M28Y28K25 
(0%,28%,28%,25%)
(0.00/0.28/0.28/0.25)	

CMYK yüzdeleri

%0
%27.89
%28.42
%25.49

Codes

Color #BE8988 in popluar color models

BE8988
RGB190137136
HSL29.35%63.92%
HSB/HSV28.42%74.51%
CMYK0.00%27.89%28.42%
25.49%

Color #BE8988 in popluar number systems.

HEXBE8988
Decimal190137136
Binary101111101000100110001000
Octal276211210

Shades and tints

Shades of #BE8988

#BE8988
(190,137,136)
#AD7D7C
(173,125,124)
#9C7170
(156,113,112)
#8B6564
(139,101,100)
#7A5958
(122,89,88)
#694D4C
(105,77,76)
#584140
(88,65,64)
#473534
(71,53,52)
#362928
(54,41,40)
#251D1C
(37,29,28)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #BE8988

#BE8988
(190,137,136)
#C39392
(195,147,146)
#C89D9C
(200,157,156)
#CDA7A6
(205,167,166)
#D2B1B0
(210,177,176)
#D7BBBA
(215,187,186)
#DCC5C4
(220,197,196)
#E1CFCE
(225,207,206)
#E6D9D8
(230,217,216)
#EBE3E2
(235,227,226)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE8988 color. Also use rgb(190,137,136) instead hex code.

Text Font Color

.myTextColor { color: #BE8988; }

<p style="color:#BE8988">This sample text font color is #BE8988.</p>

This text font color is #BE8988.


Background Color

.myBgColor { background-color: #BE8988; }

<div style="background-color:#BE8988">Inner text</div>

This div background color is #BE8988.


Border color

.myBorderColor { border: 1px solid #BE8988; }

<div style="border:3px solid #BE8988">Div</div>

This div border color is #BE8988.


Opacity

.myOpacity80 { color: #BE8988; opacity: 0.8; }

<p style="color:#BE8988;opacity:0.8;">80%</p>

Text with #BE8988 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BE8988;}

<p style="text-shadow: 3px 3px 1px #BE8988">Text here.</p>

This text has shadow with #BE8988 color.

.textShadow {text-shadow: 3px 3px 1px #BE8988, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BE8988, 5px 5px 20px red">Text here.</p>

This text has shadow with #BE8988 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BE8988, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BE8988, Direction=45, Strength=4)">Text</p>

This text has shadow with #BE8988 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BE8988;
  -webkit-box-shadow:	1px 1px 3px 2px #BE8988;
  box-shadow:		1px 1px 3px 2px #BE8988;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BE8988;
-webkit-box-shadow: 1px 1px 3px 2px #BE8988;
box-shadow:1px 1px 3px 2px #BE8988;">
Div content here</div>
This div box has shadow with color #BE8988.

Preview

Color preview on black background

This text has color #BE8988 on black background.


Color preview on white background

This text has color #BE8988 on white background.



Black color preview on #BE8988 background

This text has black color on #BE8988 background.


White color preview on #BE8988 background

This text has white color on #BE8988 background.