COLOR #B08148

HEX: #B08148
RGB: (176,129,72)

Color info

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

RGB color model

#B08148 color RGB value is (176,129,72).

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

RGB channels and saturation

R 176 of 255 = 69%
G 129 of 255 = 51%
B 72 of 255 = 28%

176
129
72

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

Portions of RGB colors in percentages

R + G + B =
176 + 129 + 72 = 377 (100%)
R 176 of 377 ~ 46.68%
G 129 of 377 ~ 34.22%
B 72 of 377 ~ 19.1%

%46.68
%34.22
%19.1

CMYK color model

#B08148 color CMYK value is (0,27,59,31).

  • cyan value is 0.00%
  • magenta value is 26.70%
  • yellow value is 59.09%
  • key color value is 30.98%
CMYK:
(0,27,59,31)
C0M27Y59K31 
(0%,27%,59%,31%)
(0.00/0.27/0.59/0.31)	

CMYK percentages

%0
%26.7
%59.09
%30.98

Codes

Color #B08148 in popluar color models

B08148
RGB17612972
HSL33°41.94%48.63%
HSB/HSV33°59.09%69.02%
CMYK0.00%26.70%59.09%
30.98%

Color #B08148 in popluar number systems.

HEXB08148
Decimal17612972
Binary10110000100000011001000
Octal260201110

Shades and tints

Shades of #B08148

#B08148
(176,129,72)
#A07642
(160,118,66)
#906B3C
(144,107,60)
#806036
(128,96,54)
#705530
(112,85,48)
#604A2A
(96,74,42)
#503F24
(80,63,36)
#40341E
(64,52,30)
#302918
(48,41,24)
#201E12
(32,30,18)
#10130C
(16,19,12)
#000000
(0,0,0)

Tints of #B08148

#B08148
(176,129,72)
#B78C58
(183,140,88)
#BE9768
(190,151,104)
#C5A278
(197,162,120)
#CCAD88
(204,173,136)
#D3B898
(211,184,152)
#DAC3A8
(218,195,168)
#E1CEB8
(225,206,184)
#E8D9C8
(232,217,200)
#EFE4D8
(239,228,216)
#F6EFE8
(246,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08148; }

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

This text font color is #B08148.


Background Color

.myBgColor { background-color: #B08148; }

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

This div background color is #B08148.


Border color

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

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

This div border color is #B08148.


Opacity

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

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

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

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

This text has shadow with #B08148 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08148 on black background.


Color preview on white background

This text has color #B08148 on white background.



Black color preview on #B08148 background

This text has black color on #B08148 background.


White color preview on #B08148 background

This text has white color on #B08148 background.