COLOR #B08D52

HEX: #B08D52
RGB: (176,141,82)

Color info

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

RGB color model

#B08D52 color RGB value is (176,141,82).

  • red value is 176;
  • green value is 141;
  • blue value is 82.
RGB:
(176,141,82)
(69%,55%,32%)

RGB channels and saturation

R 176 of 255 = 69%
G 141 of 255 = 55%
B 82 of 255 = 32%

176
141
82

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

Portions of RGB colors in percentages

R + G + B =
176 + 141 + 82 = 399 (100%)
R 176 of 399 ~ 44.11%
G 141 of 399 ~ 35.34%
B 82 of 399 ~ 20.55%

%44.11
%35.34
%20.55

CMYK color model

#B08D52 color CMYK value is (0,20,53,31).

  • cyan value is 0.00%
  • magenta value is 19.89%
  • yellow value is 53.41%
  • key color value is 30.98%
CMYK:
(0,20,53,31)
C0M20Y53K31 
(0%,20%,53%,31%)
(0.00/0.20/0.53/0.31)	

CMYK percentages

%0
%19.89
%53.41
%30.98

Codes

Color #B08D52 in popluar color models

B08D52
RGB17614182
HSL38°37.30%50.59%
HSB/HSV38°53.41%69.02%
CMYK0.00%19.89%53.41%
30.98%

Color #B08D52 in popluar number systems.

HEXB08D52
Decimal17614182
Binary10110000100011011010010
Octal260215122

Shades and tints

Shades of #B08D52

#B08D52
(176,141,82)
#A0814B
(160,129,75)
#907544
(144,117,68)
#80693D
(128,105,61)
#705D36
(112,93,54)
#60512F
(96,81,47)
#504528
(80,69,40)
#403921
(64,57,33)
#302D1A
(48,45,26)
#202113
(32,33,19)
#10150C
(16,21,12)
#000000
(0,0,0)

Tints of #B08D52

#B08D52
(176,141,82)
#B79761
(183,151,97)
#BEA170
(190,161,112)
#C5AB7F
(197,171,127)
#CCB58E
(204,181,142)
#D3BF9D
(211,191,157)
#DAC9AC
(218,201,172)
#E1D3BB
(225,211,187)
#E8DDCA
(232,221,202)
#EFE7D9
(239,231,217)
#F6F1E8
(246,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B08D52 color. Also use rgb(176,141,82) instead hex code.

Text Font Color

.myTextColor { color: #B08D52; }

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

This text font color is #B08D52.


Background Color

.myBgColor { background-color: #B08D52; }

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

This div background color is #B08D52.


Border color

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

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

This div border color is #B08D52.


Opacity

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

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

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

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

This text has shadow with #B08D52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08D52 on black background.


Color preview on white background

This text has color #B08D52 on white background.



Black color preview on #B08D52 background

This text has black color on #B08D52 background.


White color preview on #B08D52 background

This text has white color on #B08D52 background.