COLOR #B4B19D

HEX: #B4B19D
RGB: (180,177,157)

Color info

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

RGB color model

#B4B19D color RGB value is (180,177,157).

  • red value is 180;
  • green value is 177;
  • blue value is 157.
RGB:
(180,177,157)
(71%,69%,62%)

RGB channels and saturation

R 180 of 255 = 71%
G 177 of 255 = 69%
B 157 of 255 = 62%

180
177
157

R + G + B ~ 67%. #B4B19D is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 177 + 157 = 514 (100%)
R 180 of 514 ~ 35.02%
G 177 of 514 ~ 34.44%
B 157 of 514 ~ 30.54%

%35.02
%34.44
%30.54

CMYK color model

#B4B19D color CMYK value is (0,2,13,29).

  • cyan value is 0.00%
  • magenta value is 1.67%
  • yellow value is 12.78%
  • key color value is 29.41%
CMYK:
(0,2,13,29)
C0M2Y13K29 
(0%,2%,13%,29%)
(0.00/0.02/0.13/0.29)	

CMYK percentages

%0
%1.67
%12.78
%29.41

Codes

Color #B4B19D in popluar color models

B4B19D
RGB180177157
HSL52°13.29%66.08%
HSB/HSV52°12.78%70.59%
CMYK0.00%1.67%12.78%
29.41%

Color #B4B19D in popluar number systems.

HEXB4B19D
Decimal180177157
Binary101101001011000110011101
Octal264261235

Shades and tints

Shades of #B4B19D

#B4B19D
(180,177,157)
#A4A18F
(164,161,143)
#949181
(148,145,129)
#848173
(132,129,115)
#747165
(116,113,101)
#646157
(100,97,87)
#545149
(84,81,73)
#44413B
(68,65,59)
#34312D
(52,49,45)
#24211F
(36,33,31)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #B4B19D

#B4B19D
(180,177,157)
#BAB8A5
(186,184,165)
#C0BFAD
(192,191,173)
#C6C6B5
(198,198,181)
#CCCDBD
(204,205,189)
#D2D4C5
(210,212,197)
#D8DBCD
(216,219,205)
#DEE2D5
(222,226,213)
#E4E9DD
(228,233,221)
#EAF0E5
(234,240,229)
#F0F7ED
(240,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4B19D color. Also use rgb(180,177,157) instead hex code.

Text Font Color

.myTextColor { color: #B4B19D; }

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

This text font color is #B4B19D.


Background Color

.myBgColor { background-color: #B4B19D; }

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

This div background color is #B4B19D.


Border color

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

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

This div border color is #B4B19D.


Opacity

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

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

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

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

This text has shadow with #B4B19D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B19D on black background.


Color preview on white background

This text has color #B4B19D on white background.



Black color preview on #B4B19D background

This text has black color on #B4B19D background.


White color preview on #B4B19D background

This text has white color on #B4B19D background.