COLOR #B09042

HEX: #B09042
RGB: (176,144,66)

Color info

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

RGB color model

#B09042 color RGB value is (176,144,66).

  • red value is 176;
  • green value is 144;
  • blue value is 66.
RGB:
(176,144,66)
(69%,56%,26%)

RGB channels and saturation

R 176 of 255 = 69%
G 144 of 255 = 56%
B 66 of 255 = 26%

176
144
66

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

Portions of RGB colors in percentages

R + G + B =
176 + 144 + 66 = 386 (100%)
R 176 of 386 ~ 45.6%
G 144 of 386 ~ 37.31%
B 66 of 386 ~ 17.1%

%45.6
%37.31
%17.1

CMYK color model

#B09042 color CMYK value is (0,18,63,31).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 62.50%
  • key color value is 30.98%
CMYK:
(0,18,63,31)
C0M18Y63K31 
(0%,18%,63%,31%)
(0.00/0.18/0.63/0.31)	

CMYK percentages

%0
%18.18
%62.5
%30.98

Codes

Color #B09042 in popluar color models

B09042
RGB17614466
HSL43°45.45%47.45%
HSB/HSV43°62.50%69.02%
CMYK0.00%18.18%62.50%
30.98%

Color #B09042 in popluar number systems.

HEXB09042
Decimal17614466
Binary10110000100100001000010
Octal260220102

Shades and tints

Shades of #B09042

#B09042
(176,144,66)
#A0833C
(160,131,60)
#907636
(144,118,54)
#806930
(128,105,48)
#705C2A
(112,92,42)
#604F24
(96,79,36)
#50421E
(80,66,30)
#403518
(64,53,24)
#302812
(48,40,18)
#201B0C
(32,27,12)
#100E06
(16,14,6)
#000000
(0,0,0)

Tints of #B09042

#B09042
(176,144,66)
#B79A53
(183,154,83)
#BEA464
(190,164,100)
#C5AE75
(197,174,117)
#CCB886
(204,184,134)
#D3C297
(211,194,151)
#DACCA8
(218,204,168)
#E1D6B9
(225,214,185)
#E8E0CA
(232,224,202)
#EFEADB
(239,234,219)
#F6F4EC
(246,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B09042 color. Also use rgb(176,144,66) instead hex code.

Text Font Color

.myTextColor { color: #B09042; }

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

This text font color is #B09042.


Background Color

.myBgColor { background-color: #B09042; }

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

This div background color is #B09042.


Border color

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

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

This div border color is #B09042.


Opacity

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

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

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

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

This text has shadow with #B09042 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09042 on black background.


Color preview on white background

This text has color #B09042 on white background.



Black color preview on #B09042 background

This text has black color on #B09042 background.


White color preview on #B09042 background

This text has white color on #B09042 background.