COLOR #B59097

HEX: #B59097
RGB: (181,144,151)

Color info

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

RGB color model

#B59097 color RGB value is (181,144,151).

  • red value is 181;
  • green value is 144;
  • blue value is 151.
RGB:
(181,144,151)
(71%,56%,59%)

RGB channels and saturation

R 181 of 255 = 71%
G 144 of 255 = 56%
B 151 of 255 = 59%

181
144
151

R + G + B ~ 62%. #B59097 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 144 + 151 = 476 (100%)
R 181 of 476 ~ 38.03%
G 144 of 476 ~ 30.25%
B 151 of 476 ~ 31.72%

%38.03
%30.25
%31.72

CMYK color model

#B59097 color CMYK value is (0,20,17,29).

  • cyan value is 0.00%
  • magenta value is 20.44%
  • yellow value is 16.57%
  • key color value is 29.02%
CMYK:
(0,20,17,29)
C0M20Y17K29 
(0%,20%,17%,29%)
(0.00/0.20/0.17/0.29)	

CMYK percentages

%0
%20.44
%16.57
%29.02

Codes

Color #B59097 in popluar color models

B59097
RGB181144151
HSL349°20.00%63.73%
HSB/HSV349°20.44%70.98%
CMYK0.00%20.44%16.57%
29.02%

Color #B59097 in popluar number systems.

HEXB59097
Decimal181144151
Binary101101011001000010010111
Octal265220227

Shades and tints

Shades of #B59097

#B59097
(181,144,151)
#A5838A
(165,131,138)
#95767D
(149,118,125)
#856970
(133,105,112)
#755C63
(117,92,99)
#654F56
(101,79,86)
#554249
(85,66,73)
#45353C
(69,53,60)
#35282F
(53,40,47)
#251B22
(37,27,34)
#150E15
(21,14,21)
#000000
(0,0,0)

Tints of #B59097

#B59097
(181,144,151)
#BB9AA0
(187,154,160)
#C1A4A9
(193,164,169)
#C7AEB2
(199,174,178)
#CDB8BB
(205,184,187)
#D3C2C4
(211,194,196)
#D9CCCD
(217,204,205)
#DFD6D6
(223,214,214)
#E5E0DF
(229,224,223)
#EBEAE8
(235,234,232)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B59097 color. Also use rgb(181,144,151) instead hex code.

Text Font Color

.myTextColor { color: #B59097; }

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

This text font color is #B59097.


Background Color

.myBgColor { background-color: #B59097; }

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

This div background color is #B59097.


Border color

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

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

This div border color is #B59097.


Opacity

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

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

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

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

This text has shadow with #B59097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59097 on black background.


Color preview on white background

This text has color #B59097 on white background.



Black color preview on #B59097 background

This text has black color on #B59097 background.


White color preview on #B59097 background

This text has white color on #B59097 background.