COLOR #B4866F

HEX: #B4866F
RGB: (180,134,111)

Color info

#B4866F contains mainly red and green colors. Web safe color of #B4866F is #CC9966 (or #C96).

RGB color model

#B4866F color RGB value is (180,134,111).

  • red value is 180;
  • green value is 134;
  • blue value is 111.
RGB:
(180,134,111)
(71%,53%,44%)

RGB channels and saturation

R 180 of 255 = 71%
G 134 of 255 = 53%
B 111 of 255 = 44%

180
134
111

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

Portions of RGB colors in percentages

R + G + B =
180 + 134 + 111 = 425 (100%)
R 180 of 425 ~ 42.35%
G 134 of 425 ~ 31.53%
B 111 of 425 ~ 26.12%

%42.35
%31.53
%26.12

CMYK color model

#B4866F color CMYK value is (0,26,38,29).

  • cyan value is 0.00%
  • magenta value is 25.56%
  • yellow value is 38.33%
  • key color value is 29.41%
CMYK:
(0,26,38,29)
C0M26Y38K29 
(0%,26%,38%,29%)
(0.00/0.26/0.38/0.29)	

CMYK percentages

%0
%25.56
%38.33
%29.41

Codes

Color #B4866F in popluar color models

B4866F
RGB180134111
HSL20°31.51%57.06%
HSB/HSV20°38.33%70.59%
CMYK0.00%25.56%38.33%
29.41%

Color #B4866F in popluar number systems.

HEXB4866F
Decimal180134111
Binary10110100100001101101111
Octal264206157

Shades and tints

Shades of #B4866F

#B4866F
(180,134,111)
#A47A65
(164,122,101)
#946E5B
(148,110,91)
#846251
(132,98,81)
#745647
(116,86,71)
#644A3D
(100,74,61)
#543E33
(84,62,51)
#443229
(68,50,41)
#34261F
(52,38,31)
#241A15
(36,26,21)
#140E0B
(20,14,11)
#000000
(0,0,0)

Tints of #B4866F

#B4866F
(180,134,111)
#BA917C
(186,145,124)
#C09C89
(192,156,137)
#C6A796
(198,167,150)
#CCB2A3
(204,178,163)
#D2BDB0
(210,189,176)
#D8C8BD
(216,200,189)
#DED3CA
(222,211,202)
#E4DED7
(228,222,215)
#EAE9E4
(234,233,228)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4866F; }

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

This text font color is #B4866F.


Background Color

.myBgColor { background-color: #B4866F; }

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

This div background color is #B4866F.


Border color

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

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

This div border color is #B4866F.


Opacity

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

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

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

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

This text has shadow with #B4866F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4866F on black background.


Color preview on white background

This text has color #B4866F on white background.



Black color preview on #B4866F background

This text has black color on #B4866F background.


White color preview on #B4866F background

This text has white color on #B4866F background.