COLOR #B87752

HEX: #B87752
RGB: (184,119,82)

Color info

#B87752 contains mainly red color. Web safe color of #B87752 is #CC6666 (or #C66).

RGB color model

#B87752 color RGB value is (184,119,82).

  • red value is 184;
  • green value is 119;
  • blue value is 82.
RGB:
(184,119,82)
(72%,47%,32%)

RGB channels and saturation

R 184 of 255 = 72%
G 119 of 255 = 47%
B 82 of 255 = 32%

184
119
82

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

Portions of RGB colors in percentages

R + G + B =
184 + 119 + 82 = 385 (100%)
R 184 of 385 ~ 47.79%
G 119 of 385 ~ 30.91%
B 82 of 385 ~ 21.3%

%47.79
%30.91
%21.3

CMYK color model

#B87752 color CMYK value is (0,35,55,28).

  • cyan value is 0.00%
  • magenta value is 35.33%
  • yellow value is 55.43%
  • key color value is 27.84%
CMYK:
(0,35,55,28)
C0M35Y55K28 
(0%,35%,55%,28%)
(0.00/0.35/0.55/0.28)	

CMYK percentages

%0
%35.33
%55.43
%27.84

Codes

Color #B87752 in popluar color models

B87752
RGB18411982
HSL22°41.80%52.16%
HSB/HSV22°55.43%72.16%
CMYK0.00%35.33%55.43%
27.84%

Color #B87752 in popluar number systems.

HEXB87752
Decimal18411982
Binary1011100011101111010010
Octal270167122

Shades and tints

Shades of #B87752

#B87752
(184,119,82)
#A86D4B
(168,109,75)
#986344
(152,99,68)
#88593D
(136,89,61)
#784F36
(120,79,54)
#68452F
(104,69,47)
#583B28
(88,59,40)
#483121
(72,49,33)
#38271A
(56,39,26)
#281D13
(40,29,19)
#18130C
(24,19,12)
#000000
(0,0,0)

Tints of #B87752

#B87752
(184,119,82)
#BE8361
(190,131,97)
#C48F70
(196,143,112)
#CA9B7F
(202,155,127)
#D0A78E
(208,167,142)
#D6B39D
(214,179,157)
#DCBFAC
(220,191,172)
#E2CBBB
(226,203,187)
#E8D7CA
(232,215,202)
#EEE3D9
(238,227,217)
#F4EFE8
(244,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B87752 color. Also use rgb(184,119,82) instead hex code.

Text Font Color

.myTextColor { color: #B87752; }

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

This text font color is #B87752.


Background Color

.myBgColor { background-color: #B87752; }

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

This div background color is #B87752.


Border color

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

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

This div border color is #B87752.


Opacity

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

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

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

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

This text has shadow with #B87752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B87752 on black background.


Color preview on white background

This text has color #B87752 on white background.



Black color preview on #B87752 background

This text has black color on #B87752 background.


White color preview on #B87752 background

This text has white color on #B87752 background.