COLOR #B4AF99

HEX: #B4AF99 RGB: (180,175,153)

Color info

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

RGB color model

#B4AF99 color RGB value is (180,175,153).

RGB: (180,175,153) (71%, 69%, 60%)

RGB channels and saturation

R 180 of 255 = 71%
G 175 of 255 = 69%
B 153 of 255 = 60%

180
175
153

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

Portions of RGB colors in percentages

R + G + B = 180 + 175 + 153 = 508 (100%)
R 180 of 508 ~ 35.43%
G 175 of 508 ~ 34.45%
B 153 of 508 ~ 30.12'%

%35.43
%34.45
%30.12

CMYK color model

#B4AF99 color CMYK value is (0,3,15,29).

  • cyan value is 0.00%
  • magenta value is 2.78%
  • yellow value is 15.00%
  • key color value is 29.41%

CMYK: (0,3,15,29)
C0M3Y15K29 (0%, 3%, 15%, 29%)
(0.00 / 0.03 / 0.15 / 0.29)

CMYK percentages

%0
%2.78
%15
%29.41

Codes

Color #B4AF99 in popluar color models

B4 AF 99
RGB 180 175 153
HSL 49° 15.25% 65.29%
HSB/HSV 49° 15.00% 70.59%
CMYK 0.00% 2.78% 15.00%
29.41%

Color #B4AF99 in popluar number systems.

HEX B4 AF 99
Decimal 180 175 153
Binary 10110100 10101111 10011001
Octal 264 257 231

Shades and tints

Shades of #B4AF99

#B4AF99
(180,175,153)
#A4A08C
(164,160,140)
#94917F
(148,145,127)
#848272
(132,130,114)
#747365
(116,115,101)
#646458
(100,100,88)
#54554B
(84,85,75)
#44463E
(68,70,62)
#343731
(52,55,49)
#242824
(36,40,36)
#141917
(20,25,23)
#000000
(0,0,0)

Tints of #B4AF99

#B4AF99
(180,175,153)
#BAB6A2
(186,182,162)
#C0BDAB
(192,189,171)
#C6C4B4
(198,196,180)
#CCCBBD
(204,203,189)
#D2D2C6
(210,210,198)
#D8D9CF
(216,217,207)
#DEE0D8
(222,224,216)
#E4E7E1
(228,231,225)
#EAEEEA
(234,238,234)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4AF99; }

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

This text font color is #B4AF99.

Background Color

.myBgColor { background-color: #B4AF99; }

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

This div background color is #B4AF99.

Border color

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

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

This div border color is #B4AF99.

Opacity

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

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

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

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

This text has shadow with #B4AF99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4AF99.

Preview

Color preview on black background

This text has color #B4AF99 on black background.


Color preview on white background

This text has color #B4AF99 on white background.


Black color preview on #B4AF99 background

This text has black color on #B4AF99 background.


White color preview on #B4AF99 background

This text has white color on #B4AF99 background.


Related colors

Complementary color

Complementary color for #hex is #4B5066.


I love getcolorcode.com

Triadic colors

1 #99B4AF and #AF99B4 with #B4AF99 are triadic colors.

2 #99AFB4 and #AFB499 with #B4AF99 are triadic colors.