COLOR #B5848E

HEX: #B5848E
RGB: (181,132,142)

Color info

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

RGB color model

#B5848E color RGB value is (181,132,142).

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

RGB channels and saturation

R 181 of 255 = 71%
G 132 of 255 = 52%
B 142 of 255 = 56%

181
132
142

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

Portions of RGB colors in percentages

R + G + B =
181 + 132 + 142 = 455 (100%)
R 181 of 455 ~ 39.78%
G 132 of 455 ~ 29.01%
B 142 of 455 ~ 31.21%

%39.78
%29.01
%31.21

CMYK color model

#B5848E color CMYK value is (0,27,22,29).

  • cyan value is 0.00%
  • magenta value is 27.07%
  • yellow value is 21.55%
  • key color value is 29.02%
CMYK:
(0,27,22,29)
C0M27Y22K29 
(0%,27%,22%,29%)
(0.00/0.27/0.22/0.29)	

CMYK percentages

%0
%27.07
%21.55
%29.02

Codes

Color #B5848E in popluar color models

B5848E
RGB181132142
HSL348°24.87%61.37%
HSB/HSV348°27.07%70.98%
CMYK0.00%27.07%21.55%
29.02%

Color #B5848E in popluar number systems.

HEXB5848E
Decimal181132142
Binary101101011000010010001110
Octal265204216

Shades and tints

Shades of #B5848E

#B5848E
(181,132,142)
#A57882
(165,120,130)
#956C76
(149,108,118)
#85606A
(133,96,106)
#75545E
(117,84,94)
#654852
(101,72,82)
#553C46
(85,60,70)
#45303A
(69,48,58)
#35242E
(53,36,46)
#251822
(37,24,34)
#150C16
(21,12,22)
#000000
(0,0,0)

Tints of #B5848E

#B5848E
(181,132,142)
#BB8F98
(187,143,152)
#C19AA2
(193,154,162)
#C7A5AC
(199,165,172)
#CDB0B6
(205,176,182)
#D3BBC0
(211,187,192)
#D9C6CA
(217,198,202)
#DFD1D4
(223,209,212)
#E5DCDE
(229,220,222)
#EBE7E8
(235,231,232)
#F1F2F2
(241,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5848E; }

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

This text font color is #B5848E.


Background Color

.myBgColor { background-color: #B5848E; }

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

This div background color is #B5848E.


Border color

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

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

This div border color is #B5848E.


Opacity

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

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

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

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

This text has shadow with #B5848E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5848E on black background.


Color preview on white background

This text has color #B5848E on white background.



Black color preview on #B5848E background

This text has black color on #B5848E background.


White color preview on #B5848E background

This text has white color on #B5848E background.