COLOR #B6AF6E

HEX: #B6AF6E RGB: (182,175,110)

Color info

#B6AF6E contains mainly red and green colors. Web safe color of #B6AF6E is #CC9966 (or #C96).

RGB color model

#B6AF6E color RGB value is (182,175,110).

RGB: (182,175,110) (71%, 69%, 43%)

RGB channels and saturation

R 182 of 255 = 71%
G 175 of 255 = 69%
B 110 of 255 = 43%

182
175
110

R + G + B ~ 61%. #B6AF6E is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 175 + 110 = 467 (100%)
R 182 of 467 ~ 38.97%
G 175 of 467 ~ 37.47%
B 110 of 467 ~ 23.55'%

%38.97
%37.47
%23.55

CMYK color model

#B6AF6E color CMYK value is (0,4,40,29).

  • cyan value is 0.00%
  • magenta value is 3.85%
  • yellow value is 39.56%
  • key color value is 28.63%
CMYK: (0,4,40,29) C0M4Y40K29 (0%,4%,40%,29%) (0.00/0.04/0.40/0.29) 

CMYK percentages

%0
%3.85
%39.56
%28.63

Codes

Color #B6AF6E in popluar color models

B6 AF 6E
RGB 182 175 110
HSL 54° 33.03% 57.25%
HSB/HSV 54° 39.56% 71.37%
CMYK 0.00% 3.85% 39.56%
28.63%

Color #B6AF6E in popluar number systems.

HEX B6 AF 6E
Decimal 182 175 110
Binary 10110110 10101111 1101110
Octal 266 257 156

Shades and tints

Shades of #B6AF6E

#B6AF6E
(182,175,110)
#A6A064
(166,160,100)
#96915A
(150,145,90)
#868250
(134,130,80)
#767346
(118,115,70)
#66643C
(102,100,60)
#565532
(86,85,50)
#464628
(70,70,40)
#36371E
(54,55,30)
#262814
(38,40,20)
#16190A
(22,25,10)
#000000
(0,0,0)

Tints of #B6AF6E

#B6AF6E
(182,175,110)
#BCB67B
(188,182,123)
#C2BD88
(194,189,136)
#C8C495
(200,196,149)
#CECBA2
(206,203,162)
#D4D2AF
(212,210,175)
#DAD9BC
(218,217,188)
#E0E0C9
(224,224,201)
#E6E7D6
(230,231,214)
#ECEEE3
(236,238,227)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6AF6E color. Also use rgb(182,175,110) instead hex code.

Text Font Color

.myTextColor { color: #B6AF6E; }

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

This text font color is #B6AF6E.

Background Color

.myBgColor { background-color: #B6AF6E; }

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

This div background color is #B6AF6E.

Border color

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

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

This div border color is #B6AF6E.

Opacity

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

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

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

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

This text has shadow with #B6AF6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6AF6E.

Preview

Color preview on black background

This text has color #B6AF6E on black background.


Color preview on white background

This text has color #B6AF6E on white background.


Black color preview on #B6AF6E background

This text has black color on #B6AF6E background.


White color preview on #B6AF6E background

This text has white color on #B6AF6E background.


Related colors

Complementary color

Complementary color for #hex is #495091.


I love getcolorcode.com

Triadic colors

1 #6EB6AF and #AF6EB6 with #B6AF6E are triadic colors.

2 #6EAFB6 and #AFB66E with #B6AF6E are triadic colors.