COLOR #B5868E

HEX: #B5868E
RGB: (181,134,142)

Color info

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

RGB color model

#B5868E color RGB value is (181,134,142).

  • red value is 181;
  • green value is 134;
  • blue value is 142.
RGB:
(181,134,142)
(71%,53%,56%)

RGB channels and saturation

R 181 of 255 = 71%
G 134 of 255 = 53%
B 142 of 255 = 56%

181
134
142

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

Portions of RGB colors in percentages

R + G + B =
181 + 134 + 142 = 457 (100%)
R 181 of 457 ~ 39.61%
G 134 of 457 ~ 29.32%
B 142 of 457 ~ 31.07%

%39.61
%29.32
%31.07

CMYK color model

#B5868E color CMYK value is (0,26,22,29).

  • cyan value is 0.00%
  • magenta value is 25.97%
  • yellow value is 21.55%
  • key color value is 29.02%
CMYK:
(0,26,22,29)
C0M26Y22K29 
(0%,26%,22%,29%)
(0.00/0.26/0.22/0.29)	

CMYK percentages

%0
%25.97
%21.55
%29.02

Codes

Color #B5868E in popluar color models

B5868E
RGB181134142
HSL350°24.10%61.76%
HSB/HSV350°25.97%70.98%
CMYK0.00%25.97%21.55%
29.02%

Color #B5868E in popluar number systems.

HEXB5868E
Decimal181134142
Binary101101011000011010001110
Octal265206216

Shades and tints

Shades of #B5868E

#B5868E
(181,134,142)
#A57A82
(165,122,130)
#956E76
(149,110,118)
#85626A
(133,98,106)
#75565E
(117,86,94)
#654A52
(101,74,82)
#553E46
(85,62,70)
#45323A
(69,50,58)
#35262E
(53,38,46)
#251A22
(37,26,34)
#150E16
(21,14,22)
#000000
(0,0,0)

Tints of #B5868E

#B5868E
(181,134,142)
#BB9198
(187,145,152)
#C19CA2
(193,156,162)
#C7A7AC
(199,167,172)
#CDB2B6
(205,178,182)
#D3BDC0
(211,189,192)
#D9C8CA
(217,200,202)
#DFD3D4
(223,211,212)
#E5DEDE
(229,222,222)
#EBE9E8
(235,233,232)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5868E color. Also use rgb(181,134,142) instead hex code.

Text Font Color

.myTextColor { color: #B5868E; }

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

This text font color is #B5868E.


Background Color

.myBgColor { background-color: #B5868E; }

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

This div background color is #B5868E.


Border color

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

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

This div border color is #B5868E.


Opacity

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

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

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

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

This text has shadow with #B5868E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5868E on black background.


Color preview on white background

This text has color #B5868E on white background.



Black color preview on #B5868E background

This text has black color on #B5868E background.


White color preview on #B5868E background

This text has white color on #B5868E background.