COLOR #B0866F

HEX: #B0866F RGB: (176,134,111)

Color info

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

RGB color model

#B0866F color RGB value is (176,134,111).

RGB: (176,134,111) (69%, 53%, 44%)

RGB channels and saturation

R 176 of 255 = 69%
G 134 of 255 = 53%
B 111 of 255 = 44%

176
134
111

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

Portions of RGB colors in percentages

R + G + B = 176 + 134 + 111 = 421 (100%)
R 176 of 421 ~ 41.81%
G 134 of 421 ~ 31.83%
B 111 of 421 ~ 26.37'%

%41.81
%31.83
%26.37

CMYK color model

#B0866F color CMYK value is (0,24,37,31).

  • cyan value is 0.00%
  • magenta value is 23.86%
  • yellow value is 36.93%
  • key color value is 30.98%

CMYK: (0,24,37,31)
C0M24Y37K31 (0%, 24%, 37%, 31%)
(0.00 / 0.24 / 0.37 / 0.31)

CMYK percentages

%0
%23.86
%36.93
%30.98

Codes

Color #B0866F in popluar color models

B0 86 6F
RGB 176 134 111
HSL 21° 29.15% 56.27%
HSB/HSV 21° 36.93% 69.02%
CMYK 0.00% 23.86% 36.93%
30.98%

Color #B0866F in popluar number systems.

HEX B0 86 6F
Decimal 176 134 111
Binary 10110000 10000110 1101111
Octal 260 206 157

Shades and tints

Shades of #B0866F

#B0866F
(176,134,111)
#A07A65
(160,122,101)
#906E5B
(144,110,91)
#806251
(128,98,81)
#705647
(112,86,71)
#604A3D
(96,74,61)
#503E33
(80,62,51)
#403229
(64,50,41)
#30261F
(48,38,31)
#201A15
(32,26,21)
#100E0B
(16,14,11)
#000000
(0,0,0)

Tints of #B0866F

#B0866F
(176,134,111)
#B7917C
(183,145,124)
#BE9C89
(190,156,137)
#C5A796
(197,167,150)
#CCB2A3
(204,178,163)
#D3BDB0
(211,189,176)
#DAC8BD
(218,200,189)
#E1D3CA
(225,211,202)
#E8DED7
(232,222,215)
#EFE9E4
(239,233,228)
#F6F4F1
(246,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0866F color. Also use rgb(176,134,111) instead hex code.

Text Font Color

.myTextColor { color: #B0866F; }

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

This text font color is #B0866F.

Background Color

.myBgColor { background-color: #B0866F; }

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

This div background color is #B0866F.

Border color

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

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

This div border color is #B0866F.

Opacity

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

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

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

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

This text has shadow with #B0866F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0866F.

Preview

Color preview on black background

This text has color #B0866F on black background.


Color preview on white background

This text has color #B0866F on white background.


Black color preview on #B0866F background

This text has black color on #B0866F background.


White color preview on #B0866F background

This text has white color on #B0866F background.


Related colors

Complementary color

Complementary color for #hex is #4F7990.


I love getcolorcode.com

Triadic colors

1 #6FB086 and #866FB0 with #B0866F are triadic colors.

2 #6F86B0 and #86B06F with #B0866F are triadic colors.