COLOR #B09574

HEX: #B09574
RGB: (176,149,116)

Color info

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

RGB color model

#B09574 color RGB value is (176,149,116).

  • red value is 176;
  • green value is 149;
  • blue value is 116.
RGB:
(176,149,116)
(69%,58%,45%)

RGB channels and saturation

R 176 of 255 = 69%
G 149 of 255 = 58%
B 116 of 255 = 45%

176
149
116

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

Portions of RGB colors in percentages

R + G + B =
176 + 149 + 116 = 441 (100%)
R 176 of 441 ~ 39.91%
G 149 of 441 ~ 33.79%
B 116 of 441 ~ 26.3%

%39.91
%33.79
%26.3

CMYK color model

#B09574 color CMYK value is (0,15,34,31).

  • cyan value is 0.00%
  • magenta value is 15.34%
  • yellow value is 34.09%
  • key color value is 30.98%
CMYK:
(0,15,34,31)
C0M15Y34K31 
(0%,15%,34%,31%)
(0.00/0.15/0.34/0.31)	

CMYK percentages

%0
%15.34
%34.09
%30.98

Codes

Color #B09574 in popluar color models

B09574
RGB176149116
HSL33°27.52%57.25%
HSB/HSV33°34.09%69.02%
CMYK0.00%15.34%34.09%
30.98%

Color #B09574 in popluar number systems.

HEXB09574
Decimal176149116
Binary10110000100101011110100
Octal260225164

Shades and tints

Shades of #B09574

#B09574
(176,149,116)
#A0886A
(160,136,106)
#907B60
(144,123,96)
#806E56
(128,110,86)
#70614C
(112,97,76)
#605442
(96,84,66)
#504738
(80,71,56)
#403A2E
(64,58,46)
#302D24
(48,45,36)
#20201A
(32,32,26)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #B09574

#B09574
(176,149,116)
#B79E80
(183,158,128)
#BEA78C
(190,167,140)
#C5B098
(197,176,152)
#CCB9A4
(204,185,164)
#D3C2B0
(211,194,176)
#DACBBC
(218,203,188)
#E1D4C8
(225,212,200)
#E8DDD4
(232,221,212)
#EFE6E0
(239,230,224)
#F6EFEC
(246,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B09574 color. Also use rgb(176,149,116) instead hex code.

Text Font Color

.myTextColor { color: #B09574; }

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

This text font color is #B09574.


Background Color

.myBgColor { background-color: #B09574; }

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

This div background color is #B09574.


Border color

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

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

This div border color is #B09574.


Opacity

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

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

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

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

This text has shadow with #B09574 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09574 on black background.


Color preview on white background

This text has color #B09574 on white background.



Black color preview on #B09574 background

This text has black color on #B09574 background.


White color preview on #B09574 background

This text has white color on #B09574 background.