COLOR #BE986F

HEX: #BE986F
RGB: (190,152,111)

Color info

#BE986F contains mainly red and green colors. Web safe color of #BE986F is #CC9966 (or #C96).

RGB color model

#BE986F color RGB value is (190,152,111).

  • red value is 190;
  • green value is 152;
  • blue value is 111.
RGB:
(190,152,111)
(75%,60%,44%)

RGB channels and saturation

R 190 of 255 = 75%
G 152 of 255 = 60%
B 111 of 255 = 44%

190
152
111

R + G + B ~ 60%. #BE986F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
190 + 152 + 111 = 453 (100%)
R 190 of 453 ~ 41.94%
G 152 of 453 ~ 33.55%
B 111 of 453 ~ 24.5%

%41.94
%33.55
%24.5

CMYK color model

#BE986F color CMYK value is (0,20,42,25).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 41.58%
  • key color value is 25.49%
CMYK:
(0,20,42,25)
C0M20Y42K25 
(0%,20%,42%,25%)
(0.00/0.20/0.42/0.25)	

CMYK percentages

%0
%20
%41.58
%25.49

Codes

Color #BE986F in popluar color models

BE986F
RGB190152111
HSL31°37.80%59.02%
HSB/HSV31°41.58%74.51%
CMYK0.00%20.00%41.58%
25.49%

Color #BE986F in popluar number systems.

HEXBE986F
Decimal190152111
Binary10111110100110001101111
Octal276230157

Shades and tints

Shades of #BE986F

#BE986F
(190,152,111)
#AD8B65
(173,139,101)
#9C7E5B
(156,126,91)
#8B7151
(139,113,81)
#7A6447
(122,100,71)
#69573D
(105,87,61)
#584A33
(88,74,51)
#473D29
(71,61,41)
#36301F
(54,48,31)
#252315
(37,35,21)
#14160B
(20,22,11)
#000000
(0,0,0)

Tints of #BE986F

#BE986F
(190,152,111)
#C3A17C
(195,161,124)
#C8AA89
(200,170,137)
#CDB396
(205,179,150)
#D2BCA3
(210,188,163)
#D7C5B0
(215,197,176)
#DCCEBD
(220,206,189)
#E1D7CA
(225,215,202)
#E6E0D7
(230,224,215)
#EBE9E4
(235,233,228)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE986F; }

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

This text font color is #BE986F.


Background Color

.myBgColor { background-color: #BE986F; }

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

This div background color is #BE986F.


Border color

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

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

This div border color is #BE986F.


Opacity

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

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

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

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

This text has shadow with #BE986F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE986F on black background.


Color preview on white background

This text has color #BE986F on white background.



Black color preview on #BE986F background

This text has black color on #BE986F background.


White color preview on #BE986F background

This text has white color on #BE986F background.