COLOR #B4AF98

HEX: #B4AF98
RGB: (180,175,152)

Color info

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

RGB color model

#B4AF98 color RGB value is (180,175,152).

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

RGB channels and saturation

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

180
175
152

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

Portions of RGB colors in percentages

R + G + B =
180 + 175 + 152 = 507 (100%)
R 180 of 507 ~ 35.5%
G 175 of 507 ~ 34.52%
B 152 of 507 ~ 29.98%

%35.5
%34.52
%29.98

CMYK color model

#B4AF98 color CMYK value is (0,3,16,29).

  • cyan value is 0.00%
  • magenta value is 2.78%
  • yellow value is 15.56%
  • key color value is 29.41%
CMYK:
(0,3,16,29)
C0M3Y16K29 
(0%,3%,16%,29%)
(0.00/0.03/0.16/0.29)	

CMYK percentages

%0
%2.78
%15.56
%29.41

Codes

Color #B4AF98 in popluar color models

B4AF98
RGB180175152
HSL49°15.73%65.10%
HSB/HSV49°15.56%70.59%
CMYK0.00%2.78%15.56%
29.41%

Color #B4AF98 in popluar number systems.

HEXB4AF98
Decimal180175152
Binary101101001010111110011000
Octal264257230

Shades and tints

Shades of #B4AF98

#B4AF98
(180,175,152)
#A4A08B
(164,160,139)
#94917E
(148,145,126)
#848271
(132,130,113)
#747364
(116,115,100)
#646457
(100,100,87)
#54554A
(84,85,74)
#44463D
(68,70,61)
#343730
(52,55,48)
#242823
(36,40,35)
#141916
(20,25,22)
#000000
(0,0,0)

Tints of #B4AF98

#B4AF98
(180,175,152)
#BAB6A1
(186,182,161)
#C0BDAA
(192,189,170)
#C6C4B3
(198,196,179)
#CCCBBC
(204,203,188)
#D2D2C5
(210,210,197)
#D8D9CE
(216,217,206)
#DEE0D7
(222,224,215)
#E4E7E0
(228,231,224)
#EAEEE9
(234,238,233)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4AF98; }

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

This text font color is #B4AF98.


Background Color

.myBgColor { background-color: #B4AF98; }

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

This div background color is #B4AF98.


Border color

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

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

This div border color is #B4AF98.


Opacity

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

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

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

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

This text has shadow with #B4AF98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4AF98 on black background.


Color preview on white background

This text has color #B4AF98 on white background.



Black color preview on #B4AF98 background

This text has black color on #B4AF98 background.


White color preview on #B4AF98 background

This text has white color on #B4AF98 background.