COLOR #B59BB0

HEX: #B59BB0 RGB: (181,155,176)

Color info

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

RGB color model

#B59BB0 color RGB value is (181,155,176).

RGB: (181,155,176) (71%, 61%, 69%)

RGB channels and saturation

R 181 of 255 = 71%
G 155 of 255 = 61%
B 176 of 255 = 69%

181
155
176

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

Portions of RGB colors in percentages

R + G + B = 181 + 155 + 176 = 512 (100%)
R 181 of 512 ~ 35.35%
G 155 of 512 ~ 30.27%
B 176 of 512 ~ 34.38'%

%35.35
%30.27
%34.38

CMYK color model

#B59BB0 color CMYK value is (0,14,3,29).

  • cyan value is 0.00%
  • magenta value is 14.36%
  • yellow value is 2.76%
  • key color value is 29.02%

CMYK: (0,14,3,29)
C0M14Y3K29 (0%, 14%, 3%, 29%)
(0.00 / 0.14 / 0.03 / 0.29)

CMYK percentages

%0
%14.36
%2.76
%29.02

Codes

Color #B59BB0 in popluar color models

B5 9B B0
RGB 181 155 176
HSL 312° 14.94% 65.88%
HSB/HSV 312° 14.36% 70.98%
CMYK 0.00% 14.36% 2.76%
29.02%

Color #B59BB0 in popluar number systems.

HEX B5 9B B0
Decimal 181 155 176
Binary 10110101 10011011 10110000
Octal 265 233 260

Shades and tints

Shades of #B59BB0

#B59BB0
(181,155,176)
#A58DA0
(165,141,160)
#957F90
(149,127,144)
#857180
(133,113,128)
#756370
(117,99,112)
#655560
(101,85,96)
#554750
(85,71,80)
#453940
(69,57,64)
#352B30
(53,43,48)
#251D20
(37,29,32)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #B59BB0

#B59BB0
(181,155,176)
#BBA4B7
(187,164,183)
#C1ADBE
(193,173,190)
#C7B6C5
(199,182,197)
#CDBFCC
(205,191,204)
#D3C8D3
(211,200,211)
#D9D1DA
(217,209,218)
#DFDAE1
(223,218,225)
#E5E3E8
(229,227,232)
#EBECEF
(235,236,239)
#F1F5F6
(241,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B59BB0 color. Also use rgb(181,155,176) instead hex code.

Text Font Color

.myTextColor { color: #B59BB0; }

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

This text font color is #B59BB0.

Background Color

.myBgColor { background-color: #B59BB0; }

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

This div background color is #B59BB0.

Border color

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

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

This div border color is #B59BB0.

Opacity

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

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

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

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

This text has shadow with #B59BB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B59BB0.

Preview

Color preview on black background

This text has color #B59BB0 on black background.


Color preview on white background

This text has color #B59BB0 on white background.


Black color preview on #B59BB0 background

This text has black color on #B59BB0 background.


White color preview on #B59BB0 background

This text has white color on #B59BB0 background.


Related colors

Complementary color

Complementary color for #hex is #4A644F.


I love getcolorcode.com

Triadic colors

1 #B0B59B and #9BB0B5 with #B59BB0 are triadic colors.

2 #B09BB5 and #9BB5B0 with #B59BB0 are triadic colors.