COLOR #B0876E

HEX: #B0876E RGB: (176,135,110)

Color info

#B0876E contains mainly red and green colors. Web safe color of #B0876E is #999966 (or #996).

RGB color model

#B0876E color RGB value is (176,135,110).

RGB: (176,135,110) (69%, 53%, 43%)

RGB channels and saturation

R 176 of 255 = 69%
G 135 of 255 = 53%
B 110 of 255 = 43%

176
135
110

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

Portions of RGB colors in percentages

R + G + B = 176 + 135 + 110 = 421 (100%)
R 176 of 421 ~ 41.81%
G 135 of 421 ~ 32.07%
B 110 of 421 ~ 26.13'%

%41.81
%32.07
%26.13

CMYK color model

#B0876E color CMYK value is (0,23,38,31).

  • cyan value is 0.00%
  • magenta value is 23.30%
  • yellow value is 37.50%
  • key color value is 30.98%

CMYK: (0,23,38,31)
C0M23Y38K31 (0%, 23%, 38%, 31%)
(0.00 / 0.23 / 0.38 / 0.31)

CMYK percentages

%0
%23.3
%37.5
%30.98

Codes

Color #B0876E in popluar color models

B0 87 6E
RGB 176 135 110
HSL 23° 29.46% 56.08%
HSB/HSV 23° 37.50% 69.02%
CMYK 0.00% 23.30% 37.50%
30.98%

Color #B0876E in popluar number systems.

HEX B0 87 6E
Decimal 176 135 110
Binary 10110000 10000111 1101110
Octal 260 207 156

Shades and tints

Shades of #B0876E

#B0876E
(176,135,110)
#A07B64
(160,123,100)
#906F5A
(144,111,90)
#806350
(128,99,80)
#705746
(112,87,70)
#604B3C
(96,75,60)
#503F32
(80,63,50)
#403328
(64,51,40)
#30271E
(48,39,30)
#201B14
(32,27,20)
#100F0A
(16,15,10)
#000000
(0,0,0)

Tints of #B0876E

#B0876E
(176,135,110)
#B7917B
(183,145,123)
#BE9B88
(190,155,136)
#C5A595
(197,165,149)
#CCAFA2
(204,175,162)
#D3B9AF
(211,185,175)
#DAC3BC
(218,195,188)
#E1CDC9
(225,205,201)
#E8D7D6
(232,215,214)
#EFE1E3
(239,225,227)
#F6EBF0
(246,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0876E color. Also use rgb(176,135,110) instead hex code.

Text Font Color

.myTextColor { color: #B0876E; }

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

This text font color is #B0876E.

Background Color

.myBgColor { background-color: #B0876E; }

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

This div background color is #B0876E.

Border color

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

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

This div border color is #B0876E.

Opacity

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

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

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

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

This text has shadow with #B0876E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0876E.

Preview

Color preview on black background

This text has color #B0876E on black background.


Color preview on white background

This text has color #B0876E on white background.


Black color preview on #B0876E background

This text has black color on #B0876E background.


White color preview on #B0876E background

This text has white color on #B0876E background.


Related colors

Complementary color

Complementary color for #hex is #4F7891.


I love getcolorcode.com

Triadic colors

1 #6EB087 and #876EB0 with #B0876E are triadic colors.

2 #6E87B0 and #87B06E with #B0876E are triadic colors.