COLOR #B599A0

HEX: #B599A0
RGB: (181,153,160)

Color info

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

RGB color model

#B599A0 color RGB value is (181,153,160).

  • red value is 181;
  • green value is 153;
  • blue value is 160.
RGB:
(181,153,160)
(71%,60%,63%)

RGB channels and saturation

R 181 of 255 = 71%
G 153 of 255 = 60%
B 160 of 255 = 63%

181
153
160

R + G + B ~ 65%. #B599A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 153 + 160 = 494 (100%)
R 181 of 494 ~ 36.64%
G 153 of 494 ~ 30.97%
B 160 of 494 ~ 32.39%

%36.64
%30.97
%32.39

CMYK color model

#B599A0 color CMYK value is (0,15,12,29).

  • cyan value is 0.00%
  • magenta value is 15.47%
  • yellow value is 11.60%
  • key color value is 29.02%
CMYK:
(0,15,12,29)
C0M15Y12K29 
(0%,15%,12%,29%)
(0.00/0.15/0.12/0.29)	

CMYK percentages

%0
%15.47
%11.6
%29.02

Codes

Color #B599A0 in popluar color models

B599A0
RGB181153160
HSL345°15.91%65.49%
HSB/HSV345°15.47%70.98%
CMYK0.00%15.47%11.60%
29.02%

Color #B599A0 in popluar number systems.

HEXB599A0
Decimal181153160
Binary101101011001100110100000
Octal265231240

Shades and tints

Shades of #B599A0

#B599A0
(181,153,160)
#A58C92
(165,140,146)
#957F84
(149,127,132)
#857276
(133,114,118)
#756568
(117,101,104)
#65585A
(101,88,90)
#554B4C
(85,75,76)
#453E3E
(69,62,62)
#353130
(53,49,48)
#252422
(37,36,34)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #B599A0

#B599A0
(181,153,160)
#BBA2A8
(187,162,168)
#C1ABB0
(193,171,176)
#C7B4B8
(199,180,184)
#CDBDC0
(205,189,192)
#D3C6C8
(211,198,200)
#D9CFD0
(217,207,208)
#DFD8D8
(223,216,216)
#E5E1E0
(229,225,224)
#EBEAE8
(235,234,232)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B599A0; }

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

This text font color is #B599A0.


Background Color

.myBgColor { background-color: #B599A0; }

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

This div background color is #B599A0.


Border color

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

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

This div border color is #B599A0.


Opacity

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

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

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

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

This text has shadow with #B599A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B599A0 on black background.


Color preview on white background

This text has color #B599A0 on white background.



Black color preview on #B599A0 background

This text has black color on #B599A0 background.


White color preview on #B599A0 background

This text has white color on #B599A0 background.