COLOR #B59991

HEX: #B59991 RGB: (181,153,145)

Color info

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

RGB color model

#B59991 color RGB value is (181,153,145).

RGB: (181,153,145) (71%, 60%, 57%)

RGB channels and saturation

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

181
153
145

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

Portions of RGB colors in percentages

R + G + B = 181 + 153 + 145 = 479 (100%)
R 181 of 479 ~ 37.79%
G 153 of 479 ~ 31.94%
B 145 of 479 ~ 30.27'%

%37.79
%31.94
%30.27

CMYK color model

#B59991 color CMYK value is (0,15,20,29).

  • cyan value is 0.00%
  • magenta value is 15.47%
  • yellow value is 19.89%
  • key color value is 29.02%

CMYK: (0,15,20,29)
C0M15Y20K29 (0%, 15%, 20%, 29%)
(0.00 / 0.15 / 0.20 / 0.29)

CMYK percentages

%0
%15.47
%19.89
%29.02

Codes

Color #B59991 in popluar color models

B5 99 91
RGB 181 153 145
HSL 13° 19.57% 63.92%
HSB/HSV 13° 19.89% 70.98%
CMYK 0.00% 15.47% 19.89%
29.02%

Color #B59991 in popluar number systems.

HEX B5 99 91
Decimal 181 153 145
Binary 10110101 10011001 10010001
Octal 265 231 221

Shades and tints

Shades of #B59991

#B59991
(181,153,145)
#A58C84
(165,140,132)
#957F77
(149,127,119)
#85726A
(133,114,106)
#75655D
(117,101,93)
#655850
(101,88,80)
#554B43
(85,75,67)
#453E36
(69,62,54)
#353129
(53,49,41)
#25241C
(37,36,28)
#15170F
(21,23,15)
#000000
(0,0,0)

Tints of #B59991

#B59991
(181,153,145)
#BBA29B
(187,162,155)
#C1ABA5
(193,171,165)
#C7B4AF
(199,180,175)
#CDBDB9
(205,189,185)
#D3C6C3
(211,198,195)
#D9CFCD
(217,207,205)
#DFD8D7
(223,216,215)
#E5E1E1
(229,225,225)
#EBEAEB
(235,234,235)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59991; }

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

This text font color is #B59991.

Background Color

.myBgColor { background-color: #B59991; }

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

This div background color is #B59991.

Border color

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

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

This div border color is #B59991.

Opacity

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

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

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

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

This text has shadow with #B59991 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B59991.

Preview

Color preview on black background

This text has color #B59991 on black background.


Color preview on white background

This text has color #B59991 on white background.


Black color preview on #B59991 background

This text has black color on #B59991 background.


White color preview on #B59991 background

This text has white color on #B59991 background.


Related colors

Complementary color

Complementary color for #hex is #4A666E.


I love getcolorcode.com

Triadic colors

1 #91B599 and #9991B5 with #B59991 are triadic colors.

2 #9199B5 and #99B591 with #B59991 are triadic colors.