COLOR #B87D7A

HEX: #B87D7A
RGB: (184,125,122)

Color info

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

RGB color model

#B87D7A color RGB value is (184,125,122).

  • red value is 184;
  • green value is 125;
  • blue value is 122.
RGB:
(184,125,122)
(72%,49%,48%)

RGB channels and saturation

R 184 of 255 = 72%
G 125 of 255 = 49%
B 122 of 255 = 48%

184
125
122

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

Portions of RGB colors in percentages

R + G + B =
184 + 125 + 122 = 431 (100%)
R 184 of 431 ~ 42.69%
G 125 of 431 ~ 29%
B 122 of 431 ~ 28.31%

%42.69
%29
%28.31

CMYK color model

#B87D7A color CMYK value is (0,32,34,28).

  • cyan value is 0.00%
  • magenta value is 32.07%
  • yellow value is 33.70%
  • key color value is 27.84%
CMYK:
(0,32,34,28)
C0M32Y34K28 
(0%,32%,34%,28%)
(0.00/0.32/0.34/0.28)	

CMYK percentages

%0
%32.07
%33.7
%27.84

Codes

Color #B87D7A in popluar color models

B87D7A
RGB184125122
HSL30.39%60.00%
HSB/HSV33.70%72.16%
CMYK0.00%32.07%33.70%
27.84%

Color #B87D7A in popluar number systems.

HEXB87D7A
Decimal184125122
Binary1011100011111011111010
Octal270175172

Shades and tints

Shades of #B87D7A

#B87D7A
(184,125,122)
#A8726F
(168,114,111)
#986764
(152,103,100)
#885C59
(136,92,89)
#78514E
(120,81,78)
#684643
(104,70,67)
#583B38
(88,59,56)
#48302D
(72,48,45)
#382522
(56,37,34)
#281A17
(40,26,23)
#180F0C
(24,15,12)
#000000
(0,0,0)

Tints of #B87D7A

#B87D7A
(184,125,122)
#BE8886
(190,136,134)
#C49392
(196,147,146)
#CA9E9E
(202,158,158)
#D0A9AA
(208,169,170)
#D6B4B6
(214,180,182)
#DCBFC2
(220,191,194)
#E2CACE
(226,202,206)
#E8D5DA
(232,213,218)
#EEE0E6
(238,224,230)
#F4EBF2
(244,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B87D7A color. Also use rgb(184,125,122) instead hex code.

Text Font Color

.myTextColor { color: #B87D7A; }

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

This text font color is #B87D7A.


Background Color

.myBgColor { background-color: #B87D7A; }

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

This div background color is #B87D7A.


Border color

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

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

This div border color is #B87D7A.


Opacity

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

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

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

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

This text has shadow with #B87D7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B87D7A on black background.


Color preview on white background

This text has color #B87D7A on white background.



Black color preview on #B87D7A background

This text has black color on #B87D7A background.


White color preview on #B87D7A background

This text has white color on #B87D7A background.