COLOR #B09570

HEX: #B09570
RGB: (176,149,112)

Color info

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

RGB color model

#B09570 color RGB value is (176,149,112).

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

RGB channels and saturation

R 176 of 255 = 69%
G 149 of 255 = 58%
B 112 of 255 = 44%

176
149
112

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

Portions of RGB colors in percentages

R + G + B =
176 + 149 + 112 = 437 (100%)
R 176 of 437 ~ 40.27%
G 149 of 437 ~ 34.1%
B 112 of 437 ~ 25.63%

%40.27
%34.1
%25.63

CMYK color model

#B09570 color CMYK value is (0,15,36,31).

  • cyan value is 0.00%
  • magenta value is 15.34%
  • yellow value is 36.36%
  • key color value is 30.98%
CMYK:
(0,15,36,31)
C0M15Y36K31 
(0%,15%,36%,31%)
(0.00/0.15/0.36/0.31)	

CMYK percentages

%0
%15.34
%36.36
%30.98

Codes

Color #B09570 in popluar color models

B09570
RGB176149112
HSL35°28.83%56.47%
HSB/HSV35°36.36%69.02%
CMYK0.00%15.34%36.36%
30.98%

Color #B09570 in popluar number systems.

HEXB09570
Decimal176149112
Binary10110000100101011110000
Octal260225160

Shades and tints

Shades of #B09570

#B09570
(176,149,112)
#A08866
(160,136,102)
#907B5C
(144,123,92)
#806E52
(128,110,82)
#706148
(112,97,72)
#60543E
(96,84,62)
#504734
(80,71,52)
#403A2A
(64,58,42)
#302D20
(48,45,32)
#202016
(32,32,22)
#10130C
(16,19,12)
#000000
(0,0,0)

Tints of #B09570

#B09570
(176,149,112)
#B79E7D
(183,158,125)
#BEA78A
(190,167,138)
#C5B097
(197,176,151)
#CCB9A4
(204,185,164)
#D3C2B1
(211,194,177)
#DACBBE
(218,203,190)
#E1D4CB
(225,212,203)
#E8DDD8
(232,221,216)
#EFE6E5
(239,230,229)
#F6EFF2
(246,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09570; }

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

This text font color is #B09570.


Background Color

.myBgColor { background-color: #B09570; }

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

This div background color is #B09570.


Border color

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

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

This div border color is #B09570.


Opacity

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

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

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

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

This text has shadow with #B09570 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09570 on black background.


Color preview on white background

This text has color #B09570 on white background.



Black color preview on #B09570 background

This text has black color on #B09570 background.


White color preview on #B09570 background

This text has white color on #B09570 background.