COLOR #B4918F

HEX: #B4918F
RGB: (180,145,143)

Color info

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

RGB color model

#B4918F color RGB value is (180,145,143).

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

RGB channels and saturation

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

180
145
143

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

Portions of RGB colors in percentages

R + G + B =
180 + 145 + 143 = 468 (100%)
R 180 of 468 ~ 38.46%
G 145 of 468 ~ 30.98%
B 143 of 468 ~ 30.56%

%38.46
%30.98
%30.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.44%
  • yellow value is 20.56%
  • 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
%20.56
%29.41

Codes

Color #B4918F in popluar color models

B4918F
RGB180145143
HSL19.79%63.33%
HSB/HSV20.56%70.59%
CMYK0.00%19.44%20.56%
29.41%

Color #B4918F in popluar number systems.

HEXB4918F
Decimal180145143
Binary101101001001000110001111
Octal264221217

Shades and tints

Shades of #B4918F

#B4918F
(180,145,143)
#A48482
(164,132,130)
#947775
(148,119,117)
#846A68
(132,106,104)
#745D5B
(116,93,91)
#64504E
(100,80,78)
#544341
(84,67,65)
#443634
(68,54,52)
#342927
(52,41,39)
#241C1A
(36,28,26)
#140F0D
(20,15,13)
#000000
(0,0,0)

Tints of #B4918F

#B4918F
(180,145,143)
#BA9B99
(186,155,153)
#C0A5A3
(192,165,163)
#C6AFAD
(198,175,173)
#CCB9B7
(204,185,183)
#D2C3C1
(210,195,193)
#D8CDCB
(216,205,203)
#DED7D5
(222,215,213)
#E4E1DF
(228,225,223)
#EAEBE9
(234,235,233)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4918F; }

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

This text font color is #B4918F.


Background Color

.myBgColor { background-color: #B4918F; }

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

This div background color is #B4918F.


Border color

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

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

This div border color is #B4918F.


Opacity

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

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

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

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

This text has shadow with #B4918F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4918F on black background.


Color preview on white background

This text has color #B4918F on white background.



Black color preview on #B4918F background

This text has black color on #B4918F background.


White color preview on #B4918F background

This text has white color on #B4918F background.