COLOR #B4869C

HEX: #B4869C RGB: (180,134,156)

Color info

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

RGB color model

#B4869C color RGB value is (180,134,156).

RGB: (180,134,156) (71%, 53%, 61%)

RGB channels and saturation

R 180 of 255 = 71%
G 134 of 255 = 53%
B 156 of 255 = 61%

180
134
156

R + G + B ~ 62%. #B4869C is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 134 + 156 = 470 (100%)
R 180 of 470 ~ 38.3%
G 134 of 470 ~ 28.51%
B 156 of 470 ~ 33.19'%

%38.3
%28.51
%33.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.56%
  • 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
%25.56
%13.33
%29.41

Codes

Color #B4869C in popluar color models

B4 86 9C
RGB 180 134 156
HSL 331° 23.47% 61.57%
HSB/HSV 331° 25.56% 70.59%
CMYK 0.00% 25.56% 13.33%
29.41%

Color #B4869C in popluar number systems.

HEX B4 86 9C
Decimal 180 134 156
Binary 10110100 10000110 10011100
Octal 264 206 234

Shades and tints

Shades of #B4869C

#B4869C
(180,134,156)
#A47A8E
(164,122,142)
#946E80
(148,110,128)
#846272
(132,98,114)
#745664
(116,86,100)
#644A56
(100,74,86)
#543E48
(84,62,72)
#44323A
(68,50,58)
#34262C
(52,38,44)
#241A1E
(36,26,30)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #B4869C

#B4869C
(180,134,156)
#BA91A5
(186,145,165)
#C09CAE
(192,156,174)
#C6A7B7
(198,167,183)
#CCB2C0
(204,178,192)
#D2BDC9
(210,189,201)
#D8C8D2
(216,200,210)
#DED3DB
(222,211,219)
#E4DEE4
(228,222,228)
#EAE9ED
(234,233,237)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4869C; }

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

This text font color is #B4869C.

Background Color

.myBgColor { background-color: #B4869C; }

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

This div background color is #B4869C.

Border color

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

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

This div border color is #B4869C.

Opacity

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

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

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

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

This text has shadow with #B4869C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4869C.

Preview

Color preview on black background

This text has color #B4869C on black background.


Color preview on white background

This text has color #B4869C on white background.


Black color preview on #B4869C background

This text has black color on #B4869C background.


White color preview on #B4869C background

This text has white color on #B4869C background.


Related colors

Complementary color

Complementary color for #hex is #4B7963.


I love getcolorcode.com

Triadic colors

1 #9CB486 and #869CB4 with #B4869C are triadic colors.

2 #9C86B4 and #86B49C with #B4869C are triadic colors.