COLOR #B59F7B

HEX: #B59F7B
RGB: (181,159,123)

Color info

#B59F7B contains red, green and blue colors in about the same proportion. Web safe color of #B59F7B is #CC9966 (or #C96).

RGB color model

#B59F7B color RGB value is (181,159,123).

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

RGB channels and saturation

R 181 of 255 = 71%
G 159 of 255 = 62%
B 123 of 255 = 48%

181
159
123

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

Portions of RGB colors in percentages

R + G + B =
181 + 159 + 123 = 463 (100%)
R 181 of 463 ~ 39.09%
G 159 of 463 ~ 34.34%
B 123 of 463 ~ 26.57%

%39.09
%34.34
%26.57

CMYK color model

#B59F7B color CMYK value is (0,12,32,29).

  • cyan value is 0.00%
  • magenta value is 12.15%
  • yellow value is 32.04%
  • key color value is 29.02%
CMYK:
(0,12,32,29)
C0M12Y32K29 
(0%,12%,32%,29%)
(0.00/0.12/0.32/0.29)	

CMYK percentages

%0
%12.15
%32.04
%29.02

Codes

Color #B59F7B in popluar color models

B59F7B
RGB181159123
HSL37°28.16%59.61%
HSB/HSV37°32.04%70.98%
CMYK0.00%12.15%32.04%
29.02%

Color #B59F7B in popluar number systems.

HEXB59F7B
Decimal181159123
Binary10110101100111111111011
Octal265237173

Shades and tints

Shades of #B59F7B

#B59F7B
(181,159,123)
#A59170
(165,145,112)
#958365
(149,131,101)
#85755A
(133,117,90)
#75674F
(117,103,79)
#655944
(101,89,68)
#554B39
(85,75,57)
#453D2E
(69,61,46)
#352F23
(53,47,35)
#252118
(37,33,24)
#15130D
(21,19,13)
#000000
(0,0,0)

Tints of #B59F7B

#B59F7B
(181,159,123)
#BBA787
(187,167,135)
#C1AF93
(193,175,147)
#C7B79F
(199,183,159)
#CDBFAB
(205,191,171)
#D3C7B7
(211,199,183)
#D9CFC3
(217,207,195)
#DFD7CF
(223,215,207)
#E5DFDB
(229,223,219)
#EBE7E7
(235,231,231)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59F7B; }

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

This text font color is #B59F7B.


Background Color

.myBgColor { background-color: #B59F7B; }

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

This div background color is #B59F7B.


Border color

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

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

This div border color is #B59F7B.


Opacity

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

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

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

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

This text has shadow with #B59F7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59F7B on black background.


Color preview on white background

This text has color #B59F7B on white background.



Black color preview on #B59F7B background

This text has black color on #B59F7B background.


White color preview on #B59F7B background

This text has white color on #B59F7B background.