COLOR #B59B77

HEX: #B59B77
RGB: (181,155,119)

Color info

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

RGB color model

#B59B77 color RGB value is (181,155,119).

  • red value is 181;
  • green value is 155;
  • blue value is 119.
RGB:
(181,155,119)
(71%,61%,47%)

RGB channels and saturation

R 181 of 255 = 71%
G 155 of 255 = 61%
B 119 of 255 = 47%

181
155
119

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

Portions of RGB colors in percentages

R + G + B =
181 + 155 + 119 = 455 (100%)
R 181 of 455 ~ 39.78%
G 155 of 455 ~ 34.07%
B 119 of 455 ~ 26.15%

%39.78
%34.07
%26.15

CMYK color model

#B59B77 color CMYK value is (0,14,34,29).

  • cyan value is 0.00%
  • magenta value is 14.36%
  • yellow value is 34.25%
  • key color value is 29.02%
CMYK:
(0,14,34,29)
C0M14Y34K29 
(0%,14%,34%,29%)
(0.00/0.14/0.34/0.29)	

CMYK percentages

%0
%14.36
%34.25
%29.02

Codes

Color #B59B77 in popluar color models

B59B77
RGB181155119
HSL35°29.52%58.82%
HSB/HSV35°34.25%70.98%
CMYK0.00%14.36%34.25%
29.02%

Color #B59B77 in popluar number systems.

HEXB59B77
Decimal181155119
Binary10110101100110111110111
Octal265233167

Shades and tints

Shades of #B59B77

#B59B77
(181,155,119)
#A58D6D
(165,141,109)
#957F63
(149,127,99)
#857159
(133,113,89)
#75634F
(117,99,79)
#655545
(101,85,69)
#55473B
(85,71,59)
#453931
(69,57,49)
#352B27
(53,43,39)
#251D1D
(37,29,29)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #B59B77

#B59B77
(181,155,119)
#BBA483
(187,164,131)
#C1AD8F
(193,173,143)
#C7B69B
(199,182,155)
#CDBFA7
(205,191,167)
#D3C8B3
(211,200,179)
#D9D1BF
(217,209,191)
#DFDACB
(223,218,203)
#E5E3D7
(229,227,215)
#EBECE3
(235,236,227)
#F1F5EF
(241,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B59B77 color. Also use rgb(181,155,119) instead hex code.

Text Font Color

.myTextColor { color: #B59B77; }

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

This text font color is #B59B77.


Background Color

.myBgColor { background-color: #B59B77; }

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

This div background color is #B59B77.


Border color

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

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

This div border color is #B59B77.


Opacity

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

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

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

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

This text has shadow with #B59B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59B77 on black background.


Color preview on white background

This text has color #B59B77 on white background.



Black color preview on #B59B77 background

This text has black color on #B59B77 background.


White color preview on #B59B77 background

This text has white color on #B59B77 background.