COLOR #B4868F

HEX: #B4868F RGB: (180,134,143)

Color info

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

RGB color model

#B4868F color RGB value is (180,134,143).

RGB: (180,134,143) (71%, 53%, 56%)

RGB channels and saturation

R 180 of 255 = 71%
G 134 of 255 = 53%
B 143 of 255 = 56%

180
134
143

R + G + B ~ 60%. #B4868F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 180 + 134 + 143 = 457 (100%)
R 180 of 457 ~ 39.39%
G 134 of 457 ~ 29.32%
B 143 of 457 ~ 31.29'%

%39.39
%29.32
%31.29

CMYK color model

#B4868F color CMYK value is (0,26,21,29).

  • cyan value is 0.00%
  • magenta value is 25.56%
  • yellow value is 20.56%
  • key color value is 29.41%

CMYK: (0,26,21,29)
C0M26Y21K29 (0%, 26%, 21%, 29%)
(0.00 / 0.26 / 0.21 / 0.29)

CMYK percentages

%0
%25.56
%20.56
%29.41

Codes

Color #B4868F in popluar color models

B4 86 8F
RGB 180 134 143
HSL 348° 23.47% 61.57%
HSB/HSV 348° 25.56% 70.59%
CMYK 0.00% 25.56% 20.56%
29.41%

Color #B4868F in popluar number systems.

HEX B4 86 8F
Decimal 180 134 143
Binary 10110100 10000110 10001111
Octal 264 206 217

Shades and tints

Shades of #B4868F

#B4868F
(180,134,143)
#A47A82
(164,122,130)
#946E75
(148,110,117)
#846268
(132,98,104)
#74565B
(116,86,91)
#644A4E
(100,74,78)
#543E41
(84,62,65)
#443234
(68,50,52)
#342627
(52,38,39)
#241A1A
(36,26,26)
#140E0D
(20,14,13)
#000000
(0,0,0)

Tints of #B4868F

#B4868F
(180,134,143)
#BA9199
(186,145,153)
#C09CA3
(192,156,163)
#C6A7AD
(198,167,173)
#CCB2B7
(204,178,183)
#D2BDC1
(210,189,193)
#D8C8CB
(216,200,203)
#DED3D5
(222,211,213)
#E4DEDF
(228,222,223)
#EAE9E9
(234,233,233)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4868F; }

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

This text font color is #B4868F.

Background Color

.myBgColor { background-color: #B4868F; }

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

This div background color is #B4868F.

Border color

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

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

This div border color is #B4868F.

Opacity

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

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

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

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

This text has shadow with #B4868F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4868F.

Preview

Color preview on black background

This text has color #B4868F on black background.


Color preview on white background

This text has color #B4868F on white background.


Black color preview on #B4868F background

This text has black color on #B4868F background.


White color preview on #B4868F background

This text has white color on #B4868F background.


Related colors

Complementary color

Complementary color for #hex is #4B7970.


I love getcolorcode.com

Triadic colors

1 #8FB486 and #868FB4 with #B4868F are triadic colors.

2 #8F86B4 and #86B48F with #B4868F are triadic colors.