COLOR #B0AF6D

HEX: #B0AF6D RGB: (176,175,109)

Color info

#B0AF6D contains mainly red and green colors. Web safe color of #B0AF6D is #999966 (or #996).

RGB color model

#B0AF6D color RGB value is (176,175,109).

RGB: (176,175,109) (69%, 69%, 43%)

RGB channels and saturation

R 176 of 255 = 69%
G 175 of 255 = 69%
B 109 of 255 = 43%

176
175
109

R + G + B ~ 60%. #B0AF6D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 176 + 175 + 109 = 460 (100%)
R 176 of 460 ~ 38.26%
G 175 of 460 ~ 38.04%
B 109 of 460 ~ 23.7'%

%38.26
%38.04
%23.7

CMYK color model

#B0AF6D color CMYK value is (0,1,38,31).

  • cyan value is 0.00%
  • magenta value is 0.57%
  • yellow value is 38.07%
  • key color value is 30.98%

CMYK: (0,1,38,31)
C0M1Y38K31 (0%, 1%, 38%, 31%)
(0.00 / 0.01 / 0.38 / 0.31)

CMYK percentages

%0
%0.57
%38.07
%30.98

Codes

Color #B0AF6D in popluar color models

B0 AF 6D
RGB 176 175 109
HSL 59° 29.78% 55.88%
HSB/HSV 59° 38.07% 69.02%
CMYK 0.00% 0.57% 38.07%
30.98%

Color #B0AF6D in popluar number systems.

HEX B0 AF 6D
Decimal 176 175 109
Binary 10110000 10101111 1101101
Octal 260 257 155

Shades and tints

Shades of #B0AF6D

#B0AF6D
(176,175,109)
#A0A064
(160,160,100)
#90915B
(144,145,91)
#808252
(128,130,82)
#707349
(112,115,73)
#606440
(96,100,64)
#505537
(80,85,55)
#40462E
(64,70,46)
#303725
(48,55,37)
#20281C
(32,40,28)
#101913
(16,25,19)
#000000
(0,0,0)

Tints of #B0AF6D

#B0AF6D
(176,175,109)
#B7B67A
(183,182,122)
#BEBD87
(190,189,135)
#C5C494
(197,196,148)
#CCCBA1
(204,203,161)
#D3D2AE
(211,210,174)
#DAD9BB
(218,217,187)
#E1E0C8
(225,224,200)
#E8E7D5
(232,231,213)
#EFEEE2
(239,238,226)
#F6F5EF
(246,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0AF6D; }

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

This text font color is #B0AF6D.

Background Color

.myBgColor { background-color: #B0AF6D; }

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

This div background color is #B0AF6D.

Border color

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

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

This div border color is #B0AF6D.

Opacity

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

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

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

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

This text has shadow with #B0AF6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0AF6D.

Preview

Color preview on black background

This text has color #B0AF6D on black background.


Color preview on white background

This text has color #B0AF6D on white background.


Black color preview on #B0AF6D background

This text has black color on #B0AF6D background.


White color preview on #B0AF6D background

This text has white color on #B0AF6D background.


Related colors

Complementary color

Complementary color for #hex is #4F5092.


I love getcolorcode.com

Triadic colors

1 #6DB0AF and #AF6DB0 with #B0AF6D are triadic colors.

2 #6DAFB0 and #AFB06D with #B0AF6D are triadic colors.