COLOR #B6AC75

HEX: #B6AC75
RGB: (182,172,117)

Color info

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

RGB color model

#B6AC75 color RGB value is (182,172,117).

  • red value is 182;
  • green value is 172;
  • blue value is 117.
RGB:
(182,172,117)
(71%,67%,46%)

RGB channels and saturation

R 182 of 255 = 71%
G 172 of 255 = 67%
B 117 of 255 = 46%

182
172
117

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

Portions of RGB colors in percentages

R + G + B =
182 + 172 + 117 = 471 (100%)
R 182 of 471 ~ 38.64%
G 172 of 471 ~ 36.52%
B 117 of 471 ~ 24.84%

%38.64
%36.52
%24.84

CMYK color model

#B6AC75 color CMYK value is (0,5,36,29).

  • cyan value is 0.00%
  • magenta value is 5.49%
  • yellow value is 35.71%
  • key color value is 28.63%
CMYK:
(0,5,36,29)
C0M5Y36K29 
(0%,5%,36%,29%)
(0.00/0.05/0.36/0.29)	

CMYK percentages

%0
%5.49
%35.71
%28.63

Codes

Color #B6AC75 in popluar color models

B6AC75
RGB182172117
HSL51°30.81%58.63%
HSB/HSV51°35.71%71.37%
CMYK0.00%5.49%35.71%
28.63%

Color #B6AC75 in popluar number systems.

HEXB6AC75
Decimal182172117
Binary10110110101011001110101
Octal266254165

Shades and tints

Shades of #B6AC75

#B6AC75
(182,172,117)
#A69D6B
(166,157,107)
#968E61
(150,142,97)
#867F57
(134,127,87)
#76704D
(118,112,77)
#666143
(102,97,67)
#565239
(86,82,57)
#46432F
(70,67,47)
#363425
(54,52,37)
#26251B
(38,37,27)
#161611
(22,22,17)
#000000
(0,0,0)

Tints of #B6AC75

#B6AC75
(182,172,117)
#BCB381
(188,179,129)
#C2BA8D
(194,186,141)
#C8C199
(200,193,153)
#CEC8A5
(206,200,165)
#D4CFB1
(212,207,177)
#DAD6BD
(218,214,189)
#E0DDC9
(224,221,201)
#E6E4D5
(230,228,213)
#ECEBE1
(236,235,225)
#F2F2ED
(242,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6AC75 color. Also use rgb(182,172,117) instead hex code.

Text Font Color

.myTextColor { color: #B6AC75; }

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

This text font color is #B6AC75.


Background Color

.myBgColor { background-color: #B6AC75; }

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

This div background color is #B6AC75.


Border color

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

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

This div border color is #B6AC75.


Opacity

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

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

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

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

This text has shadow with #B6AC75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6AC75 on black background.


Color preview on white background

This text has color #B6AC75 on white background.



Black color preview on #B6AC75 background

This text has black color on #B6AC75 background.


White color preview on #B6AC75 background

This text has white color on #B6AC75 background.