COLOR #B0AF93

HEX: #B0AF93 RGB: (176,175,147)

Color info

#B0AF93 contains red, green and blue colors in about the same proportion. Web safe color of #B0AF93 is #999999 (or #999).

RGB color model

#B0AF93 color RGB value is (176,175,147).

RGB: (176,175,147) (69%, 69%, 58%)

RGB channels and saturation

R 176 of 255 = 69%
G 175 of 255 = 69%
B 147 of 255 = 58%

176
175
147

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

Portions of RGB colors in percentages

R + G + B = 176 + 175 + 147 = 498 (100%)
R 176 of 498 ~ 35.34%
G 175 of 498 ~ 35.14%
B 147 of 498 ~ 29.52'%

%35.34
%35.14
%29.52

CMYK color model

#B0AF93 color CMYK value is (0,1,16,31).

  • cyan value is 0.00%
  • magenta value is 0.57%
  • yellow value is 16.48%
  • key color value is 30.98%
CMYK: (0,1,16,31) C0M1Y16K31 (0%,1%,16%,31%) (0.00/0.01/0.16/0.31) 

CMYK percentages

%0
%0.57
%16.48
%30.98

Codes

Color #B0AF93 in popluar color models

B0 AF 93
RGB 176 175 147
HSL 58° 15.51% 63.33%
HSB/HSV 58° 16.48% 69.02%
CMYK 0.00% 0.57% 16.48%
30.98%

Color #B0AF93 in popluar number systems.

HEX B0 AF 93
Decimal 176 175 147
Binary 10110000 10101111 10010011
Octal 260 257 223

Shades and tints

Shades of #B0AF93

#B0AF93
(176,175,147)
#A0A086
(160,160,134)
#909179
(144,145,121)
#80826C
(128,130,108)
#70735F
(112,115,95)
#606452
(96,100,82)
#505545
(80,85,69)
#404638
(64,70,56)
#30372B
(48,55,43)
#20281E
(32,40,30)
#101911
(16,25,17)
#000000
(0,0,0)

Tints of #B0AF93

#B0AF93
(176,175,147)
#B7B69C
(183,182,156)
#BEBDA5
(190,189,165)
#C5C4AE
(197,196,174)
#CCCBB7
(204,203,183)
#D3D2C0
(211,210,192)
#DAD9C9
(218,217,201)
#E1E0D2
(225,224,210)
#E8E7DB
(232,231,219)
#EFEEE4
(239,238,228)
#F6F5ED
(246,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0AF93 color. Also use rgb(176,175,147) instead hex code.

Text Font Color

.myTextColor { color: #B0AF93; }

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

This text font color is #B0AF93.

Background Color

.myBgColor { background-color: #B0AF93; }

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

This div background color is #B0AF93.

Border color

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

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

This div border color is #B0AF93.

Opacity

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

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

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

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

This text has shadow with #B0AF93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0AF93.

Preview

Color preview on black background

This text has color #B0AF93 on black background.


Color preview on white background

This text has color #B0AF93 on white background.


Black color preview on #B0AF93 background

This text has black color on #B0AF93 background.


White color preview on #B0AF93 background

This text has white color on #B0AF93 background.


Related colors

Complementary color

Complementary color for #hex is #4F506C.


I love getcolorcode.com

Triadic colors

1 #93B0AF and #AF93B0 with #B0AF93 are triadic colors.

2 #93AFB0 and #AFB093 with #B0AF93 are triadic colors.