COLOR #B59B92

HEX: #B59B92
RGB: (181,155,146)

Color info

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

RGB color model

#B59B92 color RGB value is (181,155,146).

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

RGB channels and saturation

R 181 of 255 = 71%
G 155 of 255 = 61%
B 146 of 255 = 57%

181
155
146

R + G + B ~ 63%. #B59B92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 155 + 146 = 482 (100%)
R 181 of 482 ~ 37.55%
G 155 of 482 ~ 32.16%
B 146 of 482 ~ 30.29%

%37.55
%32.16
%30.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.36%
  • yellow value is 19.34%
  • key color value is 29.02%
CMYK:
(0,14,19,29)
C0M14Y19K29 
(0%,14%,19%,29%)
(0.00/0.14/0.19/0.29)	

CMYK percentages

%0
%14.36
%19.34
%29.02

Codes

Color #B59B92 in popluar color models

B59B92
RGB181155146
HSL15°19.13%64.12%
HSB/HSV15°19.34%70.98%
CMYK0.00%14.36%19.34%
29.02%

Color #B59B92 in popluar number systems.

HEXB59B92
Decimal181155146
Binary101101011001101110010010
Octal265233222

Shades and tints

Shades of #B59B92

#B59B92
(181,155,146)
#A58D85
(165,141,133)
#957F78
(149,127,120)
#85716B
(133,113,107)
#75635E
(117,99,94)
#655551
(101,85,81)
#554744
(85,71,68)
#453937
(69,57,55)
#352B2A
(53,43,42)
#251D1D
(37,29,29)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #B59B92

#B59B92
(181,155,146)
#BBA49B
(187,164,155)
#C1ADA4
(193,173,164)
#C7B6AD
(199,182,173)
#CDBFB6
(205,191,182)
#D3C8BF
(211,200,191)
#D9D1C8
(217,209,200)
#DFDAD1
(223,218,209)
#E5E3DA
(229,227,218)
#EBECE3
(235,236,227)
#F1F5EC
(241,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59B92; }

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

This text font color is #B59B92.


Background Color

.myBgColor { background-color: #B59B92; }

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

This div background color is #B59B92.


Border color

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

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

This div border color is #B59B92.


Opacity

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

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

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

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

This text has shadow with #B59B92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59B92 on black background.


Color preview on white background

This text has color #B59B92 on white background.



Black color preview on #B59B92 background

This text has black color on #B59B92 background.


White color preview on #B59B92 background

This text has white color on #B59B92 background.