COLOR #B4BB99

HEX: #B4BB99
RGB: (180,187,153)

Color info

#B4BB99 contains red, green and blue colors in about the same proportion. Web safe color of #B4BB99 is #CCCC99 (or #CC9).

RGB color model

#B4BB99 color RGB value is (180,187,153).

  • red value is 180;
  • green value is 187;
  • blue value is 153.
RGB:
(180,187,153)
(71%,73%,60%)

RGB channels and saturation

R 180 of 255 = 71%
G 187 of 255 = 73%
B 153 of 255 = 60%

180
187
153

R + G + B ~ 68%. #B4BB99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 187 + 153 = 520 (100%)
R 180 of 520 ~ 34.62%
G 187 of 520 ~ 35.96%
B 153 of 520 ~ 29.42%

%34.62
%35.96
%29.42

CMYK color model

#B4BB99 color CMYK value is (4,0,18,27).

  • cyan value is 3.74%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 26.67%
CMYK:
(4,0,18,27)
C4M0Y18K27 
(4%,0%,18%,27%)
(0.04/0.00/0.18/0.27)	

CMYK percentages

%3.74
%0
%18.18
%26.67

Codes

Color #B4BB99 in popluar color models

B4BB99
RGB180187153
HSL72°20.00%66.67%
HSB/HSV72°18.18%73.33%
CMYK3.74%0.00%18.18%
26.67%

Color #B4BB99 in popluar number systems.

HEXB4BB99
Decimal180187153
Binary101101001011101110011001
Octal264273231

Shades and tints

Shades of #B4BB99

#B4BB99
(180,187,153)
#A4AA8C
(164,170,140)
#94997F
(148,153,127)
#848872
(132,136,114)
#747765
(116,119,101)
#646658
(100,102,88)
#54554B
(84,85,75)
#44443E
(68,68,62)
#343331
(52,51,49)
#242224
(36,34,36)
#141117
(20,17,23)
#000000
(0,0,0)

Tints of #B4BB99

#B4BB99
(180,187,153)
#BAC1A2
(186,193,162)
#C0C7AB
(192,199,171)
#C6CDB4
(198,205,180)
#CCD3BD
(204,211,189)
#D2D9C6
(210,217,198)
#D8DFCF
(216,223,207)
#DEE5D8
(222,229,216)
#E4EBE1
(228,235,225)
#EAF1EA
(234,241,234)
#F0F7F3
(240,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4BB99 color. Also use rgb(180,187,153) instead hex code.

Text Font Color

.myTextColor { color: #B4BB99; }

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

This text font color is #B4BB99.


Background Color

.myBgColor { background-color: #B4BB99; }

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

This div background color is #B4BB99.


Border color

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

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

This div border color is #B4BB99.


Opacity

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

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

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

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

This text has shadow with #B4BB99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4BB99 on black background.


Color preview on white background

This text has color #B4BB99 on white background.



Black color preview on #B4BB99 background

This text has black color on #B4BB99 background.


White color preview on #B4BB99 background

This text has white color on #B4BB99 background.