COLOR #B6A06C

HEX: #B6A06C RGB: (182,160,108)

Color info

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

RGB color model

#B6A06C color RGB value is (182,160,108).

RGB: (182,160,108) (71%, 63%, 42%)

RGB channels and saturation

R 182 of 255 = 71%
G 160 of 255 = 63%
B 108 of 255 = 42%

182
160
108

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

Portions of RGB colors in percentages

R + G + B = 182 + 160 + 108 = 450 (100%)
R 182 of 450 ~ 40.44%
G 160 of 450 ~ 35.56%
B 108 of 450 ~ 24'%

%40.44
%35.56
%24

CMYK color model

#B6A06C color CMYK value is (0,12,41,29).

  • cyan value is 0.00%
  • magenta value is 12.09%
  • yellow value is 40.66%
  • key color value is 28.63%
CMYK: (0,12,41,29) C0M12Y41K29 (0%,12%,41%,29%) (0.00/0.12/0.41/0.29) 

CMYK percentages

%0
%12.09
%40.66
%28.63

Codes

Color #B6A06C in popluar color models

B6 A0 6C
RGB 182 160 108
HSL 42° 33.64% 56.86%
HSB/HSV 42° 40.66% 71.37%
CMYK 0.00% 12.09% 40.66%
28.63%

Color #B6A06C in popluar number systems.

HEX B6 A0 6C
Decimal 182 160 108
Binary 10110110 10100000 1101100
Octal 266 240 154

Shades and tints

Shades of #B6A06C

#B6A06C
(182,160,108)
#A69263
(166,146,99)
#96845A
(150,132,90)
#867651
(134,118,81)
#766848
(118,104,72)
#665A3F
(102,90,63)
#564C36
(86,76,54)
#463E2D
(70,62,45)
#363024
(54,48,36)
#26221B
(38,34,27)
#161412
(22,20,18)
#000000
(0,0,0)

Tints of #B6A06C

#B6A06C
(182,160,108)
#BCA879
(188,168,121)
#C2B086
(194,176,134)
#C8B893
(200,184,147)
#CEC0A0
(206,192,160)
#D4C8AD
(212,200,173)
#DAD0BA
(218,208,186)
#E0D8C7
(224,216,199)
#E6E0D4
(230,224,212)
#ECE8E1
(236,232,225)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6A06C color. Also use rgb(182,160,108) instead hex code.

Text Font Color

.myTextColor { color: #B6A06C; }

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

This text font color is #B6A06C.

Background Color

.myBgColor { background-color: #B6A06C; }

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

This div background color is #B6A06C.

Border color

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

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

This div border color is #B6A06C.

Opacity

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

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

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

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

This text has shadow with #B6A06C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6A06C.

Preview

Color preview on black background

This text has color #B6A06C on black background.


Color preview on white background

This text has color #B6A06C on white background.


Black color preview on #B6A06C background

This text has black color on #B6A06C background.


White color preview on #B6A06C background

This text has white color on #B6A06C background.


Related colors

Complementary color

Complementary color for #hex is #495F93.


I love getcolorcode.com

Triadic colors

1 #6CB6A0 and #A06CB6 with #B6A06C are triadic colors.

2 #6CA0B6 and #A0B66C with #B6A06C are triadic colors.