COLOR #B4918E

HEX: #B4918E
RGB: (180,145,142)

Color info

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

RGB color model

#B4918E color RGB value is (180,145,142).

  • red value is 180;
  • green value is 145;
  • blue value is 142.
RGB:
(180,145,142)
(71%,57%,56%)

RGB channels and saturation

R 180 of 255 = 71%
G 145 of 255 = 57%
B 142 of 255 = 56%

180
145
142

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

Portions of RGB colors in percentages

R + G + B =
180 + 145 + 142 = 467 (100%)
R 180 of 467 ~ 38.54%
G 145 of 467 ~ 31.05%
B 142 of 467 ~ 30.41%

%38.54
%31.05
%30.41

CMYK color model

#B4918E color CMYK value is (0,19,21,29).

  • cyan value is 0.00%
  • magenta value is 19.44%
  • yellow value is 21.11%
  • key color value is 29.41%
CMYK:
(0,19,21,29)
C0M19Y21K29 
(0%,19%,21%,29%)
(0.00/0.19/0.21/0.29)	

CMYK percentages

%0
%19.44
%21.11
%29.41

Codes

Color #B4918E in popluar color models

B4918E
RGB180145142
HSL20.21%63.14%
HSB/HSV21.11%70.59%
CMYK0.00%19.44%21.11%
29.41%

Color #B4918E in popluar number systems.

HEXB4918E
Decimal180145142
Binary101101001001000110001110
Octal264221216

Shades and tints

Shades of #B4918E

#B4918E
(180,145,142)
#A48482
(164,132,130)
#947776
(148,119,118)
#846A6A
(132,106,106)
#745D5E
(116,93,94)
#645052
(100,80,82)
#544346
(84,67,70)
#44363A
(68,54,58)
#34292E
(52,41,46)
#241C22
(36,28,34)
#140F16
(20,15,22)
#000000
(0,0,0)

Tints of #B4918E

#B4918E
(180,145,142)
#BA9B98
(186,155,152)
#C0A5A2
(192,165,162)
#C6AFAC
(198,175,172)
#CCB9B6
(204,185,182)
#D2C3C0
(210,195,192)
#D8CDCA
(216,205,202)
#DED7D4
(222,215,212)
#E4E1DE
(228,225,222)
#EAEBE8
(234,235,232)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4918E color. Also use rgb(180,145,142) instead hex code.

Text Font Color

.myTextColor { color: #B4918E; }

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

This text font color is #B4918E.


Background Color

.myBgColor { background-color: #B4918E; }

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

This div background color is #B4918E.


Border color

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

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

This div border color is #B4918E.


Opacity

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

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

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

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

This text has shadow with #B4918E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4918E on black background.


Color preview on white background

This text has color #B4918E on white background.



Black color preview on #B4918E background

This text has black color on #B4918E background.


White color preview on #B4918E background

This text has white color on #B4918E background.