COLOR #B59799

HEX: #B59799 RGB: (181,151,153)

Color info

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

RGB color model

#B59799 color RGB value is (181,151,153).

RGB: (181,151,153) (71%, 59%, 60%)

RGB channels and saturation

R 181 of 255 = 71%
G 151 of 255 = 59%
B 153 of 255 = 60%

181
151
153

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

Portions of RGB colors in percentages

R + G + B = 181 + 151 + 153 = 485 (100%)
R 181 of 485 ~ 37.32%
G 151 of 485 ~ 31.13%
B 153 of 485 ~ 31.55'%

%37.32
%31.13
%31.55

CMYK color model

#B59799 color CMYK value is (0,17,15,29).

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

CMYK: (0,17,15,29)
C0M17Y15K29 (0%, 17%, 15%, 29%)
(0.00 / 0.17 / 0.15 / 0.29)

CMYK percentages

%0
%16.57
%15.47
%29.02

Codes

Color #B59799 in popluar color models

B5 97 99
RGB 181 151 153
HSL 356° 16.85% 65.10%
HSB/HSV 356° 16.57% 70.98%
CMYK 0.00% 16.57% 15.47%
29.02%

Color #B59799 in popluar number systems.

HEX B5 97 99
Decimal 181 151 153
Binary 10110101 10010111 10011001
Octal 265 227 231

Shades and tints

Shades of #B59799

#B59799
(181,151,153)
#A58A8C
(165,138,140)
#957D7F
(149,125,127)
#857072
(133,112,114)
#756365
(117,99,101)
#655658
(101,86,88)
#55494B
(85,73,75)
#453C3E
(69,60,62)
#352F31
(53,47,49)
#252224
(37,34,36)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #B59799

#B59799
(181,151,153)
#BBA0A2
(187,160,162)
#C1A9AB
(193,169,171)
#C7B2B4
(199,178,180)
#CDBBBD
(205,187,189)
#D3C4C6
(211,196,198)
#D9CDCF
(217,205,207)
#DFD6D8
(223,214,216)
#E5DFE1
(229,223,225)
#EBE8EA
(235,232,234)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59799; }

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

This text font color is #B59799.

Background Color

.myBgColor { background-color: #B59799; }

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

This div background color is #B59799.

Border color

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

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

This div border color is #B59799.

Opacity

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

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

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

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

This text has shadow with #B59799 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B59799.

Preview

Color preview on black background

This text has color #B59799 on black background.


Color preview on white background

This text has color #B59799 on white background.


Black color preview on #B59799 background

This text has black color on #B59799 background.


White color preview on #B59799 background

This text has white color on #B59799 background.


Related colors

Complementary color

Complementary color for #hex is #4A6866.


I love getcolorcode.com

Triadic colors

1 #99B597 and #9799B5 with #B59799 are triadic colors.

2 #9997B5 and #97B599 with #B59799 are triadic colors.