COLOR #B59C74

HEX: #B59C74
RGB: (181,156,116)

Color info

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

RGB color model

#B59C74 color RGB value is (181,156,116).

  • red value is 181;
  • green value is 156;
  • blue value is 116.
RGB:
(181,156,116)
(71%,61%,45%)

RGB channels and saturation

R 181 of 255 = 71%
G 156 of 255 = 61%
B 116 of 255 = 45%

181
156
116

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

Portions of RGB colors in percentages

R + G + B =
181 + 156 + 116 = 453 (100%)
R 181 of 453 ~ 39.96%
G 156 of 453 ~ 34.44%
B 116 of 453 ~ 25.61%

%39.96
%34.44
%25.61

CMYK color model

#B59C74 color CMYK value is (0,14,36,29).

  • cyan value is 0.00%
  • magenta value is 13.81%
  • yellow value is 35.91%
  • key color value is 29.02%
CMYK:
(0,14,36,29)
C0M14Y36K29 
(0%,14%,36%,29%)
(0.00/0.14/0.36/0.29)	

CMYK percentages

%0
%13.81
%35.91
%29.02

Codes

Color #B59C74 in popluar color models

B59C74
RGB181156116
HSL37°30.52%58.24%
HSB/HSV37°35.91%70.98%
CMYK0.00%13.81%35.91%
29.02%

Color #B59C74 in popluar number systems.

HEXB59C74
Decimal181156116
Binary10110101100111001110100
Octal265234164

Shades and tints

Shades of #B59C74

#B59C74
(181,156,116)
#A58E6A
(165,142,106)
#958060
(149,128,96)
#857256
(133,114,86)
#75644C
(117,100,76)
#655642
(101,86,66)
#554838
(85,72,56)
#453A2E
(69,58,46)
#352C24
(53,44,36)
#251E1A
(37,30,26)
#151010
(21,16,16)
#000000
(0,0,0)

Tints of #B59C74

#B59C74
(181,156,116)
#BBA580
(187,165,128)
#C1AE8C
(193,174,140)
#C7B798
(199,183,152)
#CDC0A4
(205,192,164)
#D3C9B0
(211,201,176)
#D9D2BC
(217,210,188)
#DFDBC8
(223,219,200)
#E5E4D4
(229,228,212)
#EBEDE0
(235,237,224)
#F1F6EC
(241,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59C74; }

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

This text font color is #B59C74.


Background Color

.myBgColor { background-color: #B59C74; }

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

This div background color is #B59C74.


Border color

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

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

This div border color is #B59C74.


Opacity

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

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

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

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

This text has shadow with #B59C74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59C74 on black background.


Color preview on white background

This text has color #B59C74 on white background.



Black color preview on #B59C74 background

This text has black color on #B59C74 background.


White color preview on #B59C74 background

This text has white color on #B59C74 background.