COLOR #BE988C

HEX: #BE988C
RGB: (190,152,140)

Renk bilgisi

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

RGB renk modeli

#BE988C color RGB value is (190,152,140).

  • kırmız ton 190;
  • yeşil ton 152;
  • mavi ton 140.
RGB:
(190,152,140)
(75%,60%,55%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 152 of 255 = 60%
B 140 of 255 = 55%

190
152
140

R + G + B ~ 63%. #BE988C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 152 + 140 = 482 (100%)
R 190 of 482 ~ 39.42%
G 152 of 482 ~ 31.54%
B 140 of 482 ~ 29.05%

%39.42
%31.54
%29.05

CMYK RENK MODELİ

#BE988C rengi CMYK tonu (0,20,26,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.00%
  • sarı tonu 26.32%
  • ana renk tonu 25.49%
CMYK:
(0,20,26,25)
C0M20Y26K25 
(0%,20%,26%,25%)
(0.00/0.20/0.26/0.25)	

CMYK yüzdeleri

%0
%20
%26.32
%25.49

Codes

Color #BE988C in popluar color models

BE988C
RGB190152140
HSL14°27.78%64.71%
HSB/HSV14°26.32%74.51%
CMYK0.00%20.00%26.32%
25.49%

Color #BE988C in popluar number systems.

HEXBE988C
Decimal190152140
Binary101111101001100010001100
Octal276230214

Shades and tints

Shades of #BE988C

#BE988C
(190,152,140)
#AD8B80
(173,139,128)
#9C7E74
(156,126,116)
#8B7168
(139,113,104)
#7A645C
(122,100,92)
#695750
(105,87,80)
#584A44
(88,74,68)
#473D38
(71,61,56)
#36302C
(54,48,44)
#252320
(37,35,32)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #BE988C

#BE988C
(190,152,140)
#C3A196
(195,161,150)
#C8AAA0
(200,170,160)
#CDB3AA
(205,179,170)
#D2BCB4
(210,188,180)
#D7C5BE
(215,197,190)
#DCCEC8
(220,206,200)
#E1D7D2
(225,215,210)
#E6E0DC
(230,224,220)
#EBE9E6
(235,233,230)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE988C color. Also use rgb(190,152,140) instead hex code.

Text Font Color

.myTextColor { color: #BE988C; }

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

This text font color is #BE988C.


Background Color

.myBgColor { background-color: #BE988C; }

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

This div background color is #BE988C.


Border color

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

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

This div border color is #BE988C.


Opacity

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

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

Text with #BE988C 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 #BE988C;}

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

This text has shadow with #BE988C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE988C on black background.


Color preview on white background

This text has color #BE988C on white background.



Black color preview on #BE988C background

This text has black color on #BE988C background.


White color preview on #BE988C background

This text has white color on #BE988C background.