COLOR #B59497

HEX: #B59497
RGB: (181,148,151)

Color info

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

RGB color model

#B59497 color RGB value is (181,148,151).

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

RGB channels and saturation

R 181 of 255 = 71%
G 148 of 255 = 58%
B 151 of 255 = 59%

181
148
151

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

Portions of RGB colors in percentages

R + G + B =
181 + 148 + 151 = 480 (100%)
R 181 of 480 ~ 37.71%
G 148 of 480 ~ 30.83%
B 151 of 480 ~ 31.46%

%37.71
%30.83
%31.46

CMYK color model

#B59497 color CMYK value is (0,18,17,29).

  • cyan value is 0.00%
  • magenta value is 18.23%
  • yellow value is 16.57%
  • key color value is 29.02%
CMYK:
(0,18,17,29)
C0M18Y17K29 
(0%,18%,17%,29%)
(0.00/0.18/0.17/0.29)	

CMYK percentages

%0
%18.23
%16.57
%29.02

Codes

Color #B59497 in popluar color models

B59497
RGB181148151
HSL355°18.23%64.51%
HSB/HSV355°18.23%70.98%
CMYK0.00%18.23%16.57%
29.02%

Color #B59497 in popluar number systems.

HEXB59497
Decimal181148151
Binary101101011001010010010111
Octal265224227

Shades and tints

Shades of #B59497

#B59497
(181,148,151)
#A5878A
(165,135,138)
#957A7D
(149,122,125)
#856D70
(133,109,112)
#756063
(117,96,99)
#655356
(101,83,86)
#554649
(85,70,73)
#45393C
(69,57,60)
#352C2F
(53,44,47)
#251F22
(37,31,34)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #B59497

#B59497
(181,148,151)
#BB9DA0
(187,157,160)
#C1A6A9
(193,166,169)
#C7AFB2
(199,175,178)
#CDB8BB
(205,184,187)
#D3C1C4
(211,193,196)
#D9CACD
(217,202,205)
#DFD3D6
(223,211,214)
#E5DCDF
(229,220,223)
#EBE5E8
(235,229,232)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59497; }

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

This text font color is #B59497.


Background Color

.myBgColor { background-color: #B59497; }

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

This div background color is #B59497.


Border color

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

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

This div border color is #B59497.


Opacity

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

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

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

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

This text has shadow with #B59497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59497 on black background.


Color preview on white background

This text has color #B59497 on white background.



Black color preview on #B59497 background

This text has black color on #B59497 background.


White color preview on #B59497 background

This text has white color on #B59497 background.