COLOR #B4AF7A

HEX: #B4AF7A RGB: (180,175,122)

Color info

#B4AF7A contains red, green and blue colors in about the same proportion. Web safe color of #B4AF7A is #CC9966 (or #C96).

RGB color model

#B4AF7A color RGB value is (180,175,122).

RGB: (180,175,122) (71%, 69%, 48%)

RGB channels and saturation

R 180 of 255 = 71%
G 175 of 255 = 69%
B 122 of 255 = 48%

180
175
122

R + G + B ~ 63%. #B4AF7A is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 175 + 122 = 477 (100%)
R 180 of 477 ~ 37.74%
G 175 of 477 ~ 36.69%
B 122 of 477 ~ 25.58'%

%37.74
%36.69
%25.58

CMYK color model

#B4AF7A color CMYK value is (0,3,32,29).

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

CMYK: (0,3,32,29)
C0M3Y32K29 (0%, 3%, 32%, 29%)
(0.00 / 0.03 / 0.32 / 0.29)

CMYK percentages

%0
%2.78
%32.22
%29.41

Codes

Color #B4AF7A in popluar color models

B4 AF 7A
RGB 180 175 122
HSL 55° 27.88% 59.22%
HSB/HSV 55° 32.22% 70.59%
CMYK 0.00% 2.78% 32.22%
29.41%

Color #B4AF7A in popluar number systems.

HEX B4 AF 7A
Decimal 180 175 122
Binary 10110100 10101111 1111010
Octal 264 257 172

Shades and tints

Shades of #B4AF7A

#B4AF7A
(180,175,122)
#A4A06F
(164,160,111)
#949164
(148,145,100)
#848259
(132,130,89)
#74734E
(116,115,78)
#646443
(100,100,67)
#545538
(84,85,56)
#44462D
(68,70,45)
#343722
(52,55,34)
#242817
(36,40,23)
#14190C
(20,25,12)
#000000
(0,0,0)

Tints of #B4AF7A

#B4AF7A
(180,175,122)
#BAB686
(186,182,134)
#C0BD92
(192,189,146)
#C6C49E
(198,196,158)
#CCCBAA
(204,203,170)
#D2D2B6
(210,210,182)
#D8D9C2
(216,217,194)
#DEE0CE
(222,224,206)
#E4E7DA
(228,231,218)
#EAEEE6
(234,238,230)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4AF7A; }

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

This text font color is #B4AF7A.

Background Color

.myBgColor { background-color: #B4AF7A; }

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

This div background color is #B4AF7A.

Border color

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

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

This div border color is #B4AF7A.

Opacity

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

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

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

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

This text has shadow with #B4AF7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4AF7A.

Preview

Color preview on black background

This text has color #B4AF7A on black background.


Color preview on white background

This text has color #B4AF7A on white background.


Black color preview on #B4AF7A background

This text has black color on #B4AF7A background.


White color preview on #B4AF7A background

This text has white color on #B4AF7A background.


Related colors

Complementary color

Complementary color for #hex is #4B5085.


I love getcolorcode.com

Triadic colors

1 #7AB4AF and #AF7AB4 with #B4AF7A are triadic colors.

2 #7AAFB4 and #AFB47A with #B4AF7A are triadic colors.