COLOR #B87E7A

HEX: #B87E7A RGB: (184,126,122)

Color info

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

RGB color model

#B87E7A color RGB value is (184,126,122).

RGB: (184,126,122) (72%, 49%, 48%)

RGB channels and saturation

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

184
126
122

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

Portions of RGB colors in percentages

R + G + B = 184 + 126 + 122 = 432 (100%)
R 184 of 432 ~ 42.59%
G 126 of 432 ~ 29.17%
B 122 of 432 ~ 28.24'%

%42.59
%29.17
%28.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.52%
  • 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
%31.52
%33.7
%27.84

Codes

Color #B87E7A in popluar color models

B8 7E 7A
RGB 184 126 122
HSL 30.39% 60.00%
HSB/HSV 33.70% 72.16%
CMYK 0.00% 31.52% 33.70%
27.84%

Color #B87E7A in popluar number systems.

HEX B8 7E 7A
Decimal 184 126 122
Binary 10111000 1111110 1111010
Octal 270 176 172

Shades and tints

Shades of #B87E7A

#B87E7A
(184,126,122)
#A8736F
(168,115,111)
#986864
(152,104,100)
#885D59
(136,93,89)
#78524E
(120,82,78)
#684743
(104,71,67)
#583C38
(88,60,56)
#48312D
(72,49,45)
#382622
(56,38,34)
#281B17
(40,27,23)
#18100C
(24,16,12)
#000000
(0,0,0)

Tints of #B87E7A

#B87E7A
(184,126,122)
#BE8986
(190,137,134)
#C49492
(196,148,146)
#CA9F9E
(202,159,158)
#D0AAAA
(208,170,170)
#D6B5B6
(214,181,182)
#DCC0C2
(220,192,194)
#E2CBCE
(226,203,206)
#E8D6DA
(232,214,218)
#EEE1E6
(238,225,230)
#F4ECF2
(244,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B87E7A; }

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

This text font color is #B87E7A.

Background Color

.myBgColor { background-color: #B87E7A; }

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

This div background color is #B87E7A.

Border color

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

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

This div border color is #B87E7A.

Opacity

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

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

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

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

This text has shadow with #B87E7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B87E7A.

Preview

Color preview on black background

This text has color #B87E7A on black background.


Color preview on white background

This text has color #B87E7A on white background.


Black color preview on #B87E7A background

This text has black color on #B87E7A background.


White color preview on #B87E7A background

This text has white color on #B87E7A background.


Related colors

Complementary color

Complementary color for #hex is #478185.


I love getcolorcode.com

Triadic colors

1 #7AB87E and #7E7AB8 with #B87E7A are triadic colors.

2 #7A7EB8 and #7EB87A with #B87E7A are triadic colors.