COLOR #B59299

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

181
146
153

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

Portions of RGB colors in percentages

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

%37.71
%30.42
%31.88

CMYK color model

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

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

CMYK: (0,19,15,29)
C0M19Y15K29 (0%, 19%, 15%, 29%)
(0.00 / 0.19 / 0.15 / 0.29)

CMYK percentages

%0
%19.34
%15.47
%29.02

Codes

Color #B59299 in popluar color models

B5 92 99
RGB 181 146 153
HSL 348° 19.13% 64.12%
HSB/HSV 348° 19.34% 70.98%
CMYK 0.00% 19.34% 15.47%
29.02%

Color #B59299 in popluar number systems.

HEX B5 92 99
Decimal 181 146 153
Binary 10110101 10010010 10011001
Octal 265 222 231

Shades and tints

Shades of #B59299

#B59299
(181,146,153)
#A5858C
(165,133,140)
#95787F
(149,120,127)
#856B72
(133,107,114)
#755E65
(117,94,101)
#655158
(101,81,88)
#55444B
(85,68,75)
#45373E
(69,55,62)
#352A31
(53,42,49)
#251D24
(37,29,36)
#151017
(21,16,23)
#000000
(0,0,0)

Tints of #B59299

#B59299
(181,146,153)
#BB9BA2
(187,155,162)
#C1A4AB
(193,164,171)
#C7ADB4
(199,173,180)
#CDB6BD
(205,182,189)
#D3BFC6
(211,191,198)
#D9C8CF
(217,200,207)
#DFD1D8
(223,209,216)
#E5DAE1
(229,218,225)
#EBE3EA
(235,227,234)
#F1ECF3
(241,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59299; }

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

This text font color is #B59299.

Background Color

.myBgColor { background-color: #B59299; }

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

This div background color is #B59299.

Border color

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

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

This div border color is #B59299.

Opacity

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

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

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

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

This text has shadow with #B59299 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B59299.

Preview

Color preview on black background

This text has color #B59299 on black background.


Color preview on white background

This text has color #B59299 on white background.


Black color preview on #B59299 background

This text has black color on #B59299 background.


White color preview on #B59299 background

This text has white color on #B59299 background.


Related colors

Complementary color

Complementary color for #hex is #4A6D66.


I love getcolorcode.com

Triadic colors

1 #99B592 and #9299B5 with #B59299 are triadic colors.

2 #9992B5 and #92B599 with #B59299 are triadic colors.