COLOR #B59C8A

HEX: #B59C8A RGB: (181,156,138)

Color info

#B59C8A contains red, green and blue colors in about the same proportion. Web safe color of #B59C8A is #CC9999 (or #C99).

RGB color model

#B59C8A color RGB value is (181,156,138).

RGB: (181,156,138) (71%, 61%, 54%)

RGB channels and saturation

R 181 of 255 = 71%
G 156 of 255 = 61%
B 138 of 255 = 54%

181
156
138

R + G + B ~ 62%. #B59C8A is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 156 + 138 = 475 (100%)
R 181 of 475 ~ 38.11%
G 156 of 475 ~ 32.84%
B 138 of 475 ~ 29.05'%

%38.11
%32.84
%29.05

CMYK color model

#B59C8A color CMYK value is (0,14,24,29).

  • cyan value is 0.00%
  • magenta value is 13.81%
  • yellow value is 23.76%
  • key color value is 29.02%

CMYK: (0,14,24,29)
C0M14Y24K29 (0%, 14%, 24%, 29%)
(0.00 / 0.14 / 0.24 / 0.29)

CMYK percentages

%0
%13.81
%23.76
%29.02

Codes

Color #B59C8A in popluar color models

B5 9C 8A
RGB 181 156 138
HSL 25° 22.51% 62.55%
HSB/HSV 25° 23.76% 70.98%
CMYK 0.00% 13.81% 23.76%
29.02%

Color #B59C8A in popluar number systems.

HEX B5 9C 8A
Decimal 181 156 138
Binary 10110101 10011100 10001010
Octal 265 234 212

Shades and tints

Shades of #B59C8A

#B59C8A
(181,156,138)
#A58E7E
(165,142,126)
#958072
(149,128,114)
#857266
(133,114,102)
#75645A
(117,100,90)
#65564E
(101,86,78)
#554842
(85,72,66)
#453A36
(69,58,54)
#352C2A
(53,44,42)
#251E1E
(37,30,30)
#151012
(21,16,18)
#000000
(0,0,0)

Tints of #B59C8A

#B59C8A
(181,156,138)
#BBA594
(187,165,148)
#C1AE9E
(193,174,158)
#C7B7A8
(199,183,168)
#CDC0B2
(205,192,178)
#D3C9BC
(211,201,188)
#D9D2C6
(217,210,198)
#DFDBD0
(223,219,208)
#E5E4DA
(229,228,218)
#EBEDE4
(235,237,228)
#F1F6EE
(241,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B59C8A color. Also use rgb(181,156,138) instead hex code.

Text Font Color

.myTextColor { color: #B59C8A; }

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

This text font color is #B59C8A.

Background Color

.myBgColor { background-color: #B59C8A; }

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

This div background color is #B59C8A.

Border color

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

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

This div border color is #B59C8A.

Opacity

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

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

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

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

This text has shadow with #B59C8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B59C8A.

Preview

Color preview on black background

This text has color #B59C8A on black background.


Color preview on white background

This text has color #B59C8A on white background.


Black color preview on #B59C8A background

This text has black color on #B59C8A background.


White color preview on #B59C8A background

This text has white color on #B59C8A background.


Related colors

Complementary color

Complementary color for #hex is #4A6375.


I love getcolorcode.com

Triadic colors

1 #8AB59C and #9C8AB5 with #B59C8A are triadic colors.

2 #8A9CB5 and #9CB58A with #B59C8A are triadic colors.