COLOR #B59992

HEX: #B59992
RGB: (181,153,146)

Color info

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

RGB color model

#B59992 color RGB value is (181,153,146).

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

RGB channels and saturation

R 181 of 255 = 71%
G 153 of 255 = 60%
B 146 of 255 = 57%

181
153
146

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

Portions of RGB colors in percentages

R + G + B =
181 + 153 + 146 = 480 (100%)
R 181 of 480 ~ 37.71%
G 153 of 480 ~ 31.88%
B 146 of 480 ~ 30.42%

%37.71
%31.88
%30.42

CMYK color model

#B59992 color CMYK value is (0,15,19,29).

  • cyan value is 0.00%
  • magenta value is 15.47%
  • yellow value is 19.34%
  • key color value is 29.02%
CMYK:
(0,15,19,29)
C0M15Y19K29 
(0%,15%,19%,29%)
(0.00/0.15/0.19/0.29)	

CMYK percentages

%0
%15.47
%19.34
%29.02

Codes

Color #B59992 in popluar color models

B59992
RGB181153146
HSL12°19.13%64.12%
HSB/HSV12°19.34%70.98%
CMYK0.00%15.47%19.34%
29.02%

Color #B59992 in popluar number systems.

HEXB59992
Decimal181153146
Binary101101011001100110010010
Octal265231222

Shades and tints

Shades of #B59992

#B59992
(181,153,146)
#A58C85
(165,140,133)
#957F78
(149,127,120)
#85726B
(133,114,107)
#75655E
(117,101,94)
#655851
(101,88,81)
#554B44
(85,75,68)
#453E37
(69,62,55)
#35312A
(53,49,42)
#25241D
(37,36,29)
#151710
(21,23,16)
#000000
(0,0,0)

Tints of #B59992

#B59992
(181,153,146)
#BBA29B
(187,162,155)
#C1ABA4
(193,171,164)
#C7B4AD
(199,180,173)
#CDBDB6
(205,189,182)
#D3C6BF
(211,198,191)
#D9CFC8
(217,207,200)
#DFD8D1
(223,216,209)
#E5E1DA
(229,225,218)
#EBEAE3
(235,234,227)
#F1F3EC
(241,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59992; }

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

This text font color is #B59992.


Background Color

.myBgColor { background-color: #B59992; }

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

This div background color is #B59992.


Border color

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

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

This div border color is #B59992.


Opacity

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

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

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

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

This text has shadow with #B59992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59992 on black background.


Color preview on white background

This text has color #B59992 on white background.



Black color preview on #B59992 background

This text has black color on #B59992 background.


White color preview on #B59992 background

This text has white color on #B59992 background.