COLOR #B59A7B

HEX: #B59A7B
RGB: (181,154,123)

Color info

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

RGB color model

#B59A7B color RGB value is (181,154,123).

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

RGB channels and saturation

R 181 of 255 = 71%
G 154 of 255 = 60%
B 123 of 255 = 48%

181
154
123

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

Portions of RGB colors in percentages

R + G + B =
181 + 154 + 123 = 458 (100%)
R 181 of 458 ~ 39.52%
G 154 of 458 ~ 33.62%
B 123 of 458 ~ 26.86%

%39.52
%33.62
%26.86

CMYK color model

#B59A7B color CMYK value is (0,15,32,29).

  • cyan value is 0.00%
  • magenta value is 14.92%
  • yellow value is 32.04%
  • key color value is 29.02%
CMYK:
(0,15,32,29)
C0M15Y32K29 
(0%,15%,32%,29%)
(0.00/0.15/0.32/0.29)	

CMYK percentages

%0
%14.92
%32.04
%29.02

Codes

Color #B59A7B in popluar color models

B59A7B
RGB181154123
HSL32°28.16%59.61%
HSB/HSV32°32.04%70.98%
CMYK0.00%14.92%32.04%
29.02%

Color #B59A7B in popluar number systems.

HEXB59A7B
Decimal181154123
Binary10110101100110101111011
Octal265232173

Shades and tints

Shades of #B59A7B

#B59A7B
(181,154,123)
#A58C70
(165,140,112)
#957E65
(149,126,101)
#85705A
(133,112,90)
#75624F
(117,98,79)
#655444
(101,84,68)
#554639
(85,70,57)
#45382E
(69,56,46)
#352A23
(53,42,35)
#251C18
(37,28,24)
#150E0D
(21,14,13)
#000000
(0,0,0)

Tints of #B59A7B

#B59A7B
(181,154,123)
#BBA387
(187,163,135)
#C1AC93
(193,172,147)
#C7B59F
(199,181,159)
#CDBEAB
(205,190,171)
#D3C7B7
(211,199,183)
#D9D0C3
(217,208,195)
#DFD9CF
(223,217,207)
#E5E2DB
(229,226,219)
#EBEBE7
(235,235,231)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59A7B; }

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

This text font color is #B59A7B.


Background Color

.myBgColor { background-color: #B59A7B; }

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

This div background color is #B59A7B.


Border color

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

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

This div border color is #B59A7B.


Opacity

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

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

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

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

This text has shadow with #B59A7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59A7B on black background.


Color preview on white background

This text has color #B59A7B on white background.



Black color preview on #B59A7B background

This text has black color on #B59A7B background.


White color preview on #B59A7B background

This text has white color on #B59A7B background.