COLOR #B599B4

HEX: #B599B4 RGB: (181,153,180)

Color info

#B599B4 contains red, green and blue colors in about the same proportion. Web safe color of #B599B4 is #CC99CC (or #C9C).

RGB color model

#B599B4 color RGB value is (181,153,180).

RGB: (181,153,180) (71%, 60%, 71%)

RGB channels and saturation

R 181 of 255 = 71%
G 153 of 255 = 60%
B 180 of 255 = 71%

181
153
180

R + G + B ~ 67%. #B599B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 153 + 180 = 514 (100%)
R 181 of 514 ~ 35.21%
G 153 of 514 ~ 29.77%
B 180 of 514 ~ 35.02'%

%35.21
%29.77
%35.02

CMYK color model

#B599B4 color CMYK value is (0,15,1,29).

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

CMYK: (0,15,1,29)
C0M15Y1K29 (0%, 15%, 1%, 29%)
(0.00 / 0.15 / 0.01 / 0.29)

CMYK percentages

%0
%15.47
%0.55
%29.02

Codes

Color #B599B4 in popluar color models

B5 99 B4
RGB 181 153 180
HSL 302° 15.91% 65.49%
HSB/HSV 302° 15.47% 70.98%
CMYK 0.00% 15.47% 0.55%
29.02%

Color #B599B4 in popluar number systems.

HEX B5 99 B4
Decimal 181 153 180
Binary 10110101 10011001 10110100
Octal 265 231 264

Shades and tints

Shades of #B599B4

#B599B4
(181,153,180)
#A58CA4
(165,140,164)
#957F94
(149,127,148)
#857284
(133,114,132)
#756574
(117,101,116)
#655864
(101,88,100)
#554B54
(85,75,84)
#453E44
(69,62,68)
#353134
(53,49,52)
#252424
(37,36,36)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #B599B4

#B599B4
(181,153,180)
#BBA2BA
(187,162,186)
#C1ABC0
(193,171,192)
#C7B4C6
(199,180,198)
#CDBDCC
(205,189,204)
#D3C6D2
(211,198,210)
#D9CFD8
(217,207,216)
#DFD8DE
(223,216,222)
#E5E1E4
(229,225,228)
#EBEAEA
(235,234,234)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B599B4; }

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

This text font color is #B599B4.

Background Color

.myBgColor { background-color: #B599B4; }

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

This div background color is #B599B4.

Border color

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

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

This div border color is #B599B4.

Opacity

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

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

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

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

This text has shadow with #B599B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B599B4.

Preview

Color preview on black background

This text has color #B599B4 on black background.


Color preview on white background

This text has color #B599B4 on white background.


Black color preview on #B599B4 background

This text has black color on #B599B4 background.


White color preview on #B599B4 background

This text has white color on #B599B4 background.


Related colors

Complementary color

Complementary color for #hex is #4A664B.


I love getcolorcode.com

Triadic colors

1 #B4B599 and #99B4B5 with #B599B4 are triadic colors.

2 #B499B5 and #99B5B4 with #B599B4 are triadic colors.