COLOR #B4859C

HEX: #B4859C RGB: (180,133,156)

Color info

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

RGB color model

#B4859C color RGB value is (180,133,156).

RGB: (180,133,156) (71%, 52%, 61%)

RGB channels and saturation

R 180 of 255 = 71%
G 133 of 255 = 52%
B 156 of 255 = 61%

180
133
156

R + G + B ~ 61%. #B4859C is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 133 + 156 = 469 (100%)
R 180 of 469 ~ 38.38%
G 133 of 469 ~ 28.36%
B 156 of 469 ~ 33.26'%

%38.38
%28.36
%33.26

CMYK color model

#B4859C color CMYK value is (0,26,13,29).

  • cyan value is 0.00%
  • magenta value is 26.11%
  • yellow value is 13.33%
  • key color value is 29.41%
CMYK: (0,26,13,29) C0M26Y13K29 (0%,26%,13%,29%) (0.00/0.26/0.13/0.29) 

CMYK percentages

%0
%26.11
%13.33
%29.41

Codes

Color #B4859C in popluar color models

B4 85 9C
RGB 180 133 156
HSL 331° 23.86% 61.37%
HSB/HSV 331° 26.11% 70.59%
CMYK 0.00% 26.11% 13.33%
29.41%

Color #B4859C in popluar number systems.

HEX B4 85 9C
Decimal 180 133 156
Binary 10110100 10000101 10011100
Octal 264 205 234

Shades and tints

Shades of #B4859C

#B4859C
(180,133,156)
#A4798E
(164,121,142)
#946D80
(148,109,128)
#846172
(132,97,114)
#745564
(116,85,100)
#644956
(100,73,86)
#543D48
(84,61,72)
#44313A
(68,49,58)
#34252C
(52,37,44)
#24191E
(36,25,30)
#140D10
(20,13,16)
#000000
(0,0,0)

Tints of #B4859C

#B4859C
(180,133,156)
#BA90A5
(186,144,165)
#C09BAE
(192,155,174)
#C6A6B7
(198,166,183)
#CCB1C0
(204,177,192)
#D2BCC9
(210,188,201)
#D8C7D2
(216,199,210)
#DED2DB
(222,210,219)
#E4DDE4
(228,221,228)
#EAE8ED
(234,232,237)
#F0F3F6
(240,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4859C color. Also use rgb(180,133,156) instead hex code.

Text Font Color

.myTextColor { color: #B4859C; }

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

This text font color is #B4859C.

Background Color

.myBgColor { background-color: #B4859C; }

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

This div background color is #B4859C.

Border color

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

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

This div border color is #B4859C.

Opacity

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

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

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

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

This text has shadow with #B4859C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4859C.

Preview

Color preview on black background

This text has color #B4859C on black background.


Color preview on white background

This text has color #B4859C on white background.


Black color preview on #B4859C background

This text has black color on #B4859C background.


White color preview on #B4859C background

This text has white color on #B4859C background.


Related colors

Complementary color

Complementary color for #hex is #4B7A63.


I love getcolorcode.com

Triadic colors

1 #9CB485 and #859CB4 with #B4859C are triadic colors.

2 #9C85B4 and #85B49C with #B4859C are triadic colors.