COLOR #B4AF7B

HEX: #B4AF7B
RGB: (180,175,123)

Color info

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

RGB color model

#B4AF7B color RGB value is (180,175,123).

  • red value is 180;
  • green value is 175;
  • blue value is 123.
RGB:
(180,175,123)
(71%,69%,48%)

RGB channels and saturation

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

180
175
123

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

Portions of RGB colors in percentages

R + G + B =
180 + 175 + 123 = 478 (100%)
R 180 of 478 ~ 37.66%
G 175 of 478 ~ 36.61%
B 123 of 478 ~ 25.73%

%37.66
%36.61
%25.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.78%
  • yellow value is 31.67%
  • 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
%31.67
%29.41

Codes

Color #B4AF7B in popluar color models

B4AF7B
RGB180175123
HSL55°27.54%59.41%
HSB/HSV55°31.67%70.59%
CMYK0.00%2.78%31.67%
29.41%

Color #B4AF7B in popluar number systems.

HEXB4AF7B
Decimal180175123
Binary10110100101011111111011
Octal264257173

Shades and tints

Shades of #B4AF7B

#B4AF7B
(180,175,123)
#A4A070
(164,160,112)
#949165
(148,145,101)
#84825A
(132,130,90)
#74734F
(116,115,79)
#646444
(100,100,68)
#545539
(84,85,57)
#44462E
(68,70,46)
#343723
(52,55,35)
#242818
(36,40,24)
#14190D
(20,25,13)
#000000
(0,0,0)

Tints of #B4AF7B

#B4AF7B
(180,175,123)
#BAB687
(186,182,135)
#C0BD93
(192,189,147)
#C6C49F
(198,196,159)
#CCCBAB
(204,203,171)
#D2D2B7
(210,210,183)
#D8D9C3
(216,217,195)
#DEE0CF
(222,224,207)
#E4E7DB
(228,231,219)
#EAEEE7
(234,238,231)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4AF7B; }

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

This text font color is #B4AF7B.


Background Color

.myBgColor { background-color: #B4AF7B; }

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

This div background color is #B4AF7B.


Border color

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

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

This div border color is #B4AF7B.


Opacity

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

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

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

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

This text has shadow with #B4AF7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4AF7B on black background.


Color preview on white background

This text has color #B4AF7B on white background.



Black color preview on #B4AF7B background

This text has black color on #B4AF7B background.


White color preview on #B4AF7B background

This text has white color on #B4AF7B background.