COLOR #B87A6D

HEX: #B87A6D RGB: (184,122,109)

Color info

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

RGB color model

#B87A6D color RGB value is (184,122,109).

RGB: (184,122,109) (72%, 48%, 43%)

RGB channels and saturation

R 184 of 255 = 72%
G 122 of 255 = 48%
B 109 of 255 = 43%

184
122
109

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

Portions of RGB colors in percentages

R + G + B = 184 + 122 + 109 = 415 (100%)
R 184 of 415 ~ 44.34%
G 122 of 415 ~ 29.4%
B 109 of 415 ~ 26.27'%

%44.34
%29.4
%26.27

CMYK color model

#B87A6D color CMYK value is (0,34,41,28).

  • cyan value is 0.00%
  • magenta value is 33.70%
  • yellow value is 40.76%
  • key color value is 27.84%

CMYK: (0,34,41,28)
C0M34Y41K28 (0%, 34%, 41%, 28%)
(0.00 / 0.34 / 0.41 / 0.28)

CMYK percentages

%0
%33.7
%40.76
%27.84

Codes

Color #B87A6D in popluar color models

B8 7A 6D
RGB 184 122 109
HSL 10° 34.56% 57.45%
HSB/HSV 10° 40.76% 72.16%
CMYK 0.00% 33.70% 40.76%
27.84%

Color #B87A6D in popluar number systems.

HEX B8 7A 6D
Decimal 184 122 109
Binary 10111000 1111010 1101101
Octal 270 172 155

Shades and tints

Shades of #B87A6D

#B87A6D
(184,122,109)
#A86F64
(168,111,100)
#98645B
(152,100,91)
#885952
(136,89,82)
#784E49
(120,78,73)
#684340
(104,67,64)
#583837
(88,56,55)
#482D2E
(72,45,46)
#382225
(56,34,37)
#28171C
(40,23,28)
#180C13
(24,12,19)
#000000
(0,0,0)

Tints of #B87A6D

#B87A6D
(184,122,109)
#BE867A
(190,134,122)
#C49287
(196,146,135)
#CA9E94
(202,158,148)
#D0AAA1
(208,170,161)
#D6B6AE
(214,182,174)
#DCC2BB
(220,194,187)
#E2CEC8
(226,206,200)
#E8DAD5
(232,218,213)
#EEE6E2
(238,230,226)
#F4F2EF
(244,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B87A6D; }

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

This text font color is #B87A6D.

Background Color

.myBgColor { background-color: #B87A6D; }

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

This div background color is #B87A6D.

Border color

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

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

This div border color is #B87A6D.

Opacity

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

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

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

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

This text has shadow with #B87A6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B87A6D.

Preview

Color preview on black background

This text has color #B87A6D on black background.


Color preview on white background

This text has color #B87A6D on white background.


Black color preview on #B87A6D background

This text has black color on #B87A6D background.


White color preview on #B87A6D background

This text has white color on #B87A6D background.


Related colors

Complementary color

Complementary color for #hex is #478592.


I love getcolorcode.com

Triadic colors

1 #6DB87A and #7A6DB8 with #B87A6D are triadic colors.

2 #6D7AB8 and #7AB86D with #B87A6D are triadic colors.