COLOR #B08E54

HEX: #B08E54
RGB: (176,142,84)

Color info

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

RGB color model

#B08E54 color RGB value is (176,142,84).

  • red value is 176;
  • green value is 142;
  • blue value is 84.
RGB:
(176,142,84)
(69%,56%,33%)

RGB channels and saturation

R 176 of 255 = 69%
G 142 of 255 = 56%
B 84 of 255 = 33%

176
142
84

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

Portions of RGB colors in percentages

R + G + B =
176 + 142 + 84 = 402 (100%)
R 176 of 402 ~ 43.78%
G 142 of 402 ~ 35.32%
B 84 of 402 ~ 20.9%

%43.78
%35.32
%20.9

CMYK color model

#B08E54 color CMYK value is (0,19,52,31).

  • cyan value is 0.00%
  • magenta value is 19.32%
  • yellow value is 52.27%
  • key color value is 30.98%
CMYK:
(0,19,52,31)
C0M19Y52K31 
(0%,19%,52%,31%)
(0.00/0.19/0.52/0.31)	

CMYK percentages

%0
%19.32
%52.27
%30.98

Codes

Color #B08E54 in popluar color models

B08E54
RGB17614284
HSL38°36.80%50.98%
HSB/HSV38°52.27%69.02%
CMYK0.00%19.32%52.27%
30.98%

Color #B08E54 in popluar number systems.

HEXB08E54
Decimal17614284
Binary10110000100011101010100
Octal260216124

Shades and tints

Shades of #B08E54

#B08E54
(176,142,84)
#A0824D
(160,130,77)
#907646
(144,118,70)
#806A3F
(128,106,63)
#705E38
(112,94,56)
#605231
(96,82,49)
#50462A
(80,70,42)
#403A23
(64,58,35)
#302E1C
(48,46,28)
#202215
(32,34,21)
#10160E
(16,22,14)
#000000
(0,0,0)

Tints of #B08E54

#B08E54
(176,142,84)
#B79863
(183,152,99)
#BEA272
(190,162,114)
#C5AC81
(197,172,129)
#CCB690
(204,182,144)
#D3C09F
(211,192,159)
#DACAAE
(218,202,174)
#E1D4BD
(225,212,189)
#E8DECC
(232,222,204)
#EFE8DB
(239,232,219)
#F6F2EA
(246,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B08E54 color. Also use rgb(176,142,84) instead hex code.

Text Font Color

.myTextColor { color: #B08E54; }

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

This text font color is #B08E54.


Background Color

.myBgColor { background-color: #B08E54; }

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

This div background color is #B08E54.


Border color

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

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

This div border color is #B08E54.


Opacity

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

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

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

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

This text has shadow with #B08E54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08E54 on black background.


Color preview on white background

This text has color #B08E54 on white background.



Black color preview on #B08E54 background

This text has black color on #B08E54 background.


White color preview on #B08E54 background

This text has white color on #B08E54 background.