COLOR #B59F70

HEX: #B59F70
RGB: (181,159,112)

Color info

#B59F70 contains mainly red and green colors. Web safe color of #B59F70 is #CC9966 (or #C96).

RGB color model

#B59F70 color RGB value is (181,159,112).

  • red value is 181;
  • green value is 159;
  • blue value is 112.
RGB:
(181,159,112)
(71%,62%,44%)

RGB channels and saturation

R 181 of 255 = 71%
G 159 of 255 = 62%
B 112 of 255 = 44%

181
159
112

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

Portions of RGB colors in percentages

R + G + B =
181 + 159 + 112 = 452 (100%)
R 181 of 452 ~ 40.04%
G 159 of 452 ~ 35.18%
B 112 of 452 ~ 24.78%

%40.04
%35.18
%24.78

CMYK color model

#B59F70 color CMYK value is (0,12,38,29).

  • cyan value is 0.00%
  • magenta value is 12.15%
  • yellow value is 38.12%
  • key color value is 29.02%
CMYK:
(0,12,38,29)
C0M12Y38K29 
(0%,12%,38%,29%)
(0.00/0.12/0.38/0.29)	

CMYK percentages

%0
%12.15
%38.12
%29.02

Codes

Color #B59F70 in popluar color models

B59F70
RGB181159112
HSL41°31.80%57.45%
HSB/HSV41°38.12%70.98%
CMYK0.00%12.15%38.12%
29.02%

Color #B59F70 in popluar number systems.

HEXB59F70
Decimal181159112
Binary10110101100111111110000
Octal265237160

Shades and tints

Shades of #B59F70

#B59F70
(181,159,112)
#A59166
(165,145,102)
#95835C
(149,131,92)
#857552
(133,117,82)
#756748
(117,103,72)
#65593E
(101,89,62)
#554B34
(85,75,52)
#453D2A
(69,61,42)
#352F20
(53,47,32)
#252116
(37,33,22)
#15130C
(21,19,12)
#000000
(0,0,0)

Tints of #B59F70

#B59F70
(181,159,112)
#BBA77D
(187,167,125)
#C1AF8A
(193,175,138)
#C7B797
(199,183,151)
#CDBFA4
(205,191,164)
#D3C7B1
(211,199,177)
#D9CFBE
(217,207,190)
#DFD7CB
(223,215,203)
#E5DFD8
(229,223,216)
#EBE7E5
(235,231,229)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B59F70 color. Also use rgb(181,159,112) instead hex code.

Text Font Color

.myTextColor { color: #B59F70; }

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

This text font color is #B59F70.


Background Color

.myBgColor { background-color: #B59F70; }

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

This div background color is #B59F70.


Border color

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

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

This div border color is #B59F70.


Opacity

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

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

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

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

This text has shadow with #B59F70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59F70 on black background.


Color preview on white background

This text has color #B59F70 on white background.



Black color preview on #B59F70 background

This text has black color on #B59F70 background.


White color preview on #B59F70 background

This text has white color on #B59F70 background.