COLOR #B59B81

HEX: #B59B81
RGB: (181,155,129)

Color info

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

RGB color model

#B59B81 color RGB value is (181,155,129).

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

RGB channels and saturation

R 181 of 255 = 71%
G 155 of 255 = 61%
B 129 of 255 = 51%

181
155
129

R + G + B ~ 61%. #B59B81 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 155 + 129 = 465 (100%)
R 181 of 465 ~ 38.92%
G 155 of 465 ~ 33.33%
B 129 of 465 ~ 27.74%

%38.92
%33.33
%27.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.36%
  • yellow value is 28.73%
  • key color value is 29.02%
CMYK:
(0,14,29,29)
C0M14Y29K29 
(0%,14%,29%,29%)
(0.00/0.14/0.29/0.29)	

CMYK percentages

%0
%14.36
%28.73
%29.02

Codes

Color #B59B81 in popluar color models

B59B81
RGB181155129
HSL30°26.00%60.78%
HSB/HSV30°28.73%70.98%
CMYK0.00%14.36%28.73%
29.02%

Color #B59B81 in popluar number systems.

HEXB59B81
Decimal181155129
Binary101101011001101110000001
Octal265233201

Shades and tints

Shades of #B59B81

#B59B81
(181,155,129)
#A58D76
(165,141,118)
#957F6B
(149,127,107)
#857160
(133,113,96)
#756355
(117,99,85)
#65554A
(101,85,74)
#55473F
(85,71,63)
#453934
(69,57,52)
#352B29
(53,43,41)
#251D1E
(37,29,30)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #B59B81

#B59B81
(181,155,129)
#BBA48C
(187,164,140)
#C1AD97
(193,173,151)
#C7B6A2
(199,182,162)
#CDBFAD
(205,191,173)
#D3C8B8
(211,200,184)
#D9D1C3
(217,209,195)
#DFDACE
(223,218,206)
#E5E3D9
(229,227,217)
#EBECE4
(235,236,228)
#F1F5EF
(241,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59B81; }

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

This text font color is #B59B81.


Background Color

.myBgColor { background-color: #B59B81; }

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

This div background color is #B59B81.


Border color

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

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

This div border color is #B59B81.


Opacity

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

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

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

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

This text has shadow with #B59B81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59B81 on black background.


Color preview on white background

This text has color #B59B81 on white background.



Black color preview on #B59B81 background

This text has black color on #B59B81 background.


White color preview on #B59B81 background

This text has white color on #B59B81 background.