COLOR #B4B290

HEX: #B4B290
RGB: (180,178,144)

Color info

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

RGB color model

#B4B290 color RGB value is (180,178,144).

  • red value is 180;
  • green value is 178;
  • blue value is 144.
RGB:
(180,178,144)
(71%,70%,56%)

RGB channels and saturation

R 180 of 255 = 71%
G 178 of 255 = 70%
B 144 of 255 = 56%

180
178
144

R + G + B ~ 66%. #B4B290 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 178 + 144 = 502 (100%)
R 180 of 502 ~ 35.86%
G 178 of 502 ~ 35.46%
B 144 of 502 ~ 28.69%

%35.86
%35.46
%28.69

CMYK color model

#B4B290 color CMYK value is (0,1,20,29).

  • cyan value is 0.00%
  • magenta value is 1.11%
  • yellow value is 20.00%
  • key color value is 29.41%
CMYK:
(0,1,20,29)
C0M1Y20K29 
(0%,1%,20%,29%)
(0.00/0.01/0.20/0.29)	

CMYK percentages

%0
%1.11
%20
%29.41

Codes

Color #B4B290 in popluar color models

B4B290
RGB180178144
HSL57°19.35%63.53%
HSB/HSV57°20.00%70.59%
CMYK0.00%1.11%20.00%
29.41%

Color #B4B290 in popluar number systems.

HEXB4B290
Decimal180178144
Binary101101001011001010010000
Octal264262220

Shades and tints

Shades of #B4B290

#B4B290
(180,178,144)
#A4A283
(164,162,131)
#949276
(148,146,118)
#848269
(132,130,105)
#74725C
(116,114,92)
#64624F
(100,98,79)
#545242
(84,82,66)
#444235
(68,66,53)
#343228
(52,50,40)
#24221B
(36,34,27)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #B4B290

#B4B290
(180,178,144)
#BAB99A
(186,185,154)
#C0C0A4
(192,192,164)
#C6C7AE
(198,199,174)
#CCCEB8
(204,206,184)
#D2D5C2
(210,213,194)
#D8DCCC
(216,220,204)
#DEE3D6
(222,227,214)
#E4EAE0
(228,234,224)
#EAF1EA
(234,241,234)
#F0F8F4
(240,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4B290 color. Also use rgb(180,178,144) instead hex code.

Text Font Color

.myTextColor { color: #B4B290; }

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

This text font color is #B4B290.


Background Color

.myBgColor { background-color: #B4B290; }

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

This div background color is #B4B290.


Border color

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

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

This div border color is #B4B290.


Opacity

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

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

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

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

This text has shadow with #B4B290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B290 on black background.


Color preview on white background

This text has color #B4B290 on white background.



Black color preview on #B4B290 background

This text has black color on #B4B290 background.


White color preview on #B4B290 background

This text has white color on #B4B290 background.