COLOR #B08448

HEX: #B08448
RGB: (176,132,72)

Color info

#B08448 contains mainly red and green colors. Web safe color of #B08448 is #999933 (or #993).

RGB color model

#B08448 color RGB value is (176,132,72).

  • red value is 176;
  • green value is 132;
  • blue value is 72.
RGB:
(176,132,72)
(69%,52%,28%)

RGB channels and saturation

R 176 of 255 = 69%
G 132 of 255 = 52%
B 72 of 255 = 28%

176
132
72

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

Portions of RGB colors in percentages

R + G + B =
176 + 132 + 72 = 380 (100%)
R 176 of 380 ~ 46.32%
G 132 of 380 ~ 34.74%
B 72 of 380 ~ 18.95%

%46.32
%34.74
%18.95

CMYK color model

#B08448 color CMYK value is (0,25,59,31).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 59.09%
  • key color value is 30.98%
CMYK:
(0,25,59,31)
C0M25Y59K31 
(0%,25%,59%,31%)
(0.00/0.25/0.59/0.31)	

CMYK percentages

%0
%25
%59.09
%30.98

Codes

Color #B08448 in popluar color models

B08448
RGB17613272
HSL35°41.94%48.63%
HSB/HSV35°59.09%69.02%
CMYK0.00%25.00%59.09%
30.98%

Color #B08448 in popluar number systems.

HEXB08448
Decimal17613272
Binary10110000100001001001000
Octal260204110

Shades and tints

Shades of #B08448

#B08448
(176,132,72)
#A07842
(160,120,66)
#906C3C
(144,108,60)
#806036
(128,96,54)
#705430
(112,84,48)
#60482A
(96,72,42)
#503C24
(80,60,36)
#40301E
(64,48,30)
#302418
(48,36,24)
#201812
(32,24,18)
#100C0C
(16,12,12)
#000000
(0,0,0)

Tints of #B08448

#B08448
(176,132,72)
#B78F58
(183,143,88)
#BE9A68
(190,154,104)
#C5A578
(197,165,120)
#CCB088
(204,176,136)
#D3BB98
(211,187,152)
#DAC6A8
(218,198,168)
#E1D1B8
(225,209,184)
#E8DCC8
(232,220,200)
#EFE7D8
(239,231,216)
#F6F2E8
(246,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B08448 color. Also use rgb(176,132,72) instead hex code.

Text Font Color

.myTextColor { color: #B08448; }

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

This text font color is #B08448.


Background Color

.myBgColor { background-color: #B08448; }

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

This div background color is #B08448.


Border color

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

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

This div border color is #B08448.


Opacity

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

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

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

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

This text has shadow with #B08448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08448 on black background.


Color preview on white background

This text has color #B08448 on white background.



Black color preview on #B08448 background

This text has black color on #B08448 background.


White color preview on #B08448 background

This text has white color on #B08448 background.