COLOR #B4AF8F

HEX: #B4AF8F
RGB: (180,175,143)

Color info

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

RGB color model

#B4AF8F color RGB value is (180,175,143).

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

RGB channels and saturation

R 180 of 255 = 71%
G 175 of 255 = 69%
B 143 of 255 = 56%

180
175
143

R + G + B ~ 65%. #B4AF8F is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 175 + 143 = 498 (100%)
R 180 of 498 ~ 36.14%
G 175 of 498 ~ 35.14%
B 143 of 498 ~ 28.71%

%36.14
%35.14
%28.71

CMYK color model

#B4AF8F color CMYK value is (0,3,21,29).

  • cyan value is 0.00%
  • magenta value is 2.78%
  • yellow value is 20.56%
  • key color value is 29.41%
CMYK:
(0,3,21,29)
C0M3Y21K29 
(0%,3%,21%,29%)
(0.00/0.03/0.21/0.29)	

CMYK percentages

%0
%2.78
%20.56
%29.41

Codes

Color #B4AF8F in popluar color models

B4AF8F
RGB180175143
HSL52°19.79%63.33%
HSB/HSV52°20.56%70.59%
CMYK0.00%2.78%20.56%
29.41%

Color #B4AF8F in popluar number systems.

HEXB4AF8F
Decimal180175143
Binary101101001010111110001111
Octal264257217

Shades and tints

Shades of #B4AF8F

#B4AF8F
(180,175,143)
#A4A082
(164,160,130)
#949175
(148,145,117)
#848268
(132,130,104)
#74735B
(116,115,91)
#64644E
(100,100,78)
#545541
(84,85,65)
#444634
(68,70,52)
#343727
(52,55,39)
#24281A
(36,40,26)
#14190D
(20,25,13)
#000000
(0,0,0)

Tints of #B4AF8F

#B4AF8F
(180,175,143)
#BAB699
(186,182,153)
#C0BDA3
(192,189,163)
#C6C4AD
(198,196,173)
#CCCBB7
(204,203,183)
#D2D2C1
(210,210,193)
#D8D9CB
(216,217,203)
#DEE0D5
(222,224,213)
#E4E7DF
(228,231,223)
#EAEEE9
(234,238,233)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4AF8F; }

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

This text font color is #B4AF8F.


Background Color

.myBgColor { background-color: #B4AF8F; }

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

This div background color is #B4AF8F.


Border color

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

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

This div border color is #B4AF8F.


Opacity

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

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

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

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

This text has shadow with #B4AF8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4AF8F on black background.


Color preview on white background

This text has color #B4AF8F on white background.



Black color preview on #B4AF8F background

This text has black color on #B4AF8F background.


White color preview on #B4AF8F background

This text has white color on #B4AF8F background.