COLOR #B87F66

HEX: #B87F66
RGB: (184,127,102)

Color info

#B87F66 contains mainly red and green colors. Web safe color of #B87F66 is #CC6666 (or #C66).

RGB color model

#B87F66 color RGB value is (184,127,102).

  • red value is 184;
  • green value is 127;
  • blue value is 102.
RGB:
(184,127,102)
(72%,50%,40%)

RGB channels and saturation

R 184 of 255 = 72%
G 127 of 255 = 50%
B 102 of 255 = 40%

184
127
102

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

Portions of RGB colors in percentages

R + G + B =
184 + 127 + 102 = 413 (100%)
R 184 of 413 ~ 44.55%
G 127 of 413 ~ 30.75%
B 102 of 413 ~ 24.7%

%44.55
%30.75
%24.7

CMYK color model

#B87F66 color CMYK value is (0,31,45,28).

  • cyan value is 0.00%
  • magenta value is 30.98%
  • yellow value is 44.57%
  • key color value is 27.84%
CMYK:
(0,31,45,28)
C0M31Y45K28 
(0%,31%,45%,28%)
(0.00/0.31/0.45/0.28)	

CMYK percentages

%0
%30.98
%44.57
%27.84

Codes

Color #B87F66 in popluar color models

B87F66
RGB184127102
HSL18°36.61%56.08%
HSB/HSV18°44.57%72.16%
CMYK0.00%30.98%44.57%
27.84%

Color #B87F66 in popluar number systems.

HEXB87F66
Decimal184127102
Binary1011100011111111100110
Octal270177146

Shades and tints

Shades of #B87F66

#B87F66
(184,127,102)
#A8745D
(168,116,93)
#986954
(152,105,84)
#885E4B
(136,94,75)
#785342
(120,83,66)
#684839
(104,72,57)
#583D30
(88,61,48)
#483227
(72,50,39)
#38271E
(56,39,30)
#281C15
(40,28,21)
#18110C
(24,17,12)
#000000
(0,0,0)

Tints of #B87F66

#B87F66
(184,127,102)
#BE8A73
(190,138,115)
#C49580
(196,149,128)
#CAA08D
(202,160,141)
#D0AB9A
(208,171,154)
#D6B6A7
(214,182,167)
#DCC1B4
(220,193,180)
#E2CCC1
(226,204,193)
#E8D7CE
(232,215,206)
#EEE2DB
(238,226,219)
#F4EDE8
(244,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B87F66 color. Also use rgb(184,127,102) instead hex code.

Text Font Color

.myTextColor { color: #B87F66; }

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

This text font color is #B87F66.


Background Color

.myBgColor { background-color: #B87F66; }

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

This div background color is #B87F66.


Border color

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

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

This div border color is #B87F66.


Opacity

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

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

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

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

This text has shadow with #B87F66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B87F66 on black background.


Color preview on white background

This text has color #B87F66 on white background.



Black color preview on #B87F66 background

This text has black color on #B87F66 background.


White color preview on #B87F66 background

This text has white color on #B87F66 background.