COLOR #B59BAF

HEX: #B59BAF RGB: (181,155,175)

Color info

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

RGB color model

#B59BAF color RGB value is (181,155,175).

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

RGB channels and saturation

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

181
155
175

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

Portions of RGB colors in percentages

R + G + B = 181 + 155 + 175 = 511 (100%)
R 181 of 511 ~ 35.42%
G 155 of 511 ~ 30.33%
B 175 of 511 ~ 34.25'%

%35.42
%30.33
%34.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.36%
  • yellow value is 3.31%
  • 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
%3.31
%29.02

Codes

Color #B59BAF in popluar color models

B5 9B AF
RGB 181 155 175
HSL 314° 14.94% 65.88%
HSB/HSV 314° 14.36% 70.98%
CMYK 0.00% 14.36% 3.31%
29.02%

Color #B59BAF in popluar number systems.

HEX B5 9B AF
Decimal 181 155 175
Binary 10110101 10011011 10101111
Octal 265 233 257

Shades and tints

Shades of #B59BAF

#B59BAF
(181,155,175)
#A58DA0
(165,141,160)
#957F91
(149,127,145)
#857182
(133,113,130)
#756373
(117,99,115)
#655564
(101,85,100)
#554755
(85,71,85)
#453946
(69,57,70)
#352B37
(53,43,55)
#251D28
(37,29,40)
#150F19
(21,15,25)
#000000
(0,0,0)

Tints of #B59BAF

#B59BAF
(181,155,175)
#BBA4B6
(187,164,182)
#C1ADBD
(193,173,189)
#C7B6C4
(199,182,196)
#CDBFCB
(205,191,203)
#D3C8D2
(211,200,210)
#D9D1D9
(217,209,217)
#DFDAE0
(223,218,224)
#E5E3E7
(229,227,231)
#EBECEE
(235,236,238)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59BAF; }

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

This text font color is #B59BAF.

Background Color

.myBgColor { background-color: #B59BAF; }

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

This div background color is #B59BAF.

Border color

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

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

This div border color is #B59BAF.

Opacity

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

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

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

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

This text has shadow with #B59BAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B59BAF.

Preview

Color preview on black background

This text has color #B59BAF on black background.


Color preview on white background

This text has color #B59BAF on white background.


Black color preview on #B59BAF background

This text has black color on #B59BAF background.


White color preview on #B59BAF background

This text has white color on #B59BAF background.


Related colors

Complementary color

Complementary color for #hex is #4A6450.


I love getcolorcode.com

Triadic colors

1 #AFB59B and #9BAFB5 with #B59BAF are triadic colors.

2 #AF9BB5 and #9BB5AF with #B59BAF are triadic colors.