COLOR #B6AF78

HEX: #B6AF78
RGB: (182,175,120)

Color info

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

RGB color model

#B6AF78 color RGB value is (182,175,120).

  • red value is 182;
  • green value is 175;
  • blue value is 120.
RGB:
(182,175,120)
(71%,69%,47%)

RGB channels and saturation

R 182 of 255 = 71%
G 175 of 255 = 69%
B 120 of 255 = 47%

182
175
120

R + G + B ~ 62%. #B6AF78 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 175 + 120 = 477 (100%)
R 182 of 477 ~ 38.16%
G 175 of 477 ~ 36.69%
B 120 of 477 ~ 25.16%

%38.16
%36.69
%25.16

CMYK color model

#B6AF78 color CMYK value is (0,4,34,29).

  • cyan value is 0.00%
  • magenta value is 3.85%
  • yellow value is 34.07%
  • key color value is 28.63%
CMYK:
(0,4,34,29)
C0M4Y34K29 
(0%,4%,34%,29%)
(0.00/0.04/0.34/0.29)	

CMYK percentages

%0
%3.85
%34.07
%28.63

Codes

Color #B6AF78 in popluar color models

B6AF78
RGB182175120
HSL53°29.81%59.22%
HSB/HSV53°34.07%71.37%
CMYK0.00%3.85%34.07%
28.63%

Color #B6AF78 in popluar number systems.

HEXB6AF78
Decimal182175120
Binary10110110101011111111000
Octal266257170

Shades and tints

Shades of #B6AF78

#B6AF78
(182,175,120)
#A6A06E
(166,160,110)
#969164
(150,145,100)
#86825A
(134,130,90)
#767350
(118,115,80)
#666446
(102,100,70)
#56553C
(86,85,60)
#464632
(70,70,50)
#363728
(54,55,40)
#26281E
(38,40,30)
#161914
(22,25,20)
#000000
(0,0,0)

Tints of #B6AF78

#B6AF78
(182,175,120)
#BCB684
(188,182,132)
#C2BD90
(194,189,144)
#C8C49C
(200,196,156)
#CECBA8
(206,203,168)
#D4D2B4
(212,210,180)
#DAD9C0
(218,217,192)
#E0E0CC
(224,224,204)
#E6E7D8
(230,231,216)
#ECEEE4
(236,238,228)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6AF78; }

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

This text font color is #B6AF78.


Background Color

.myBgColor { background-color: #B6AF78; }

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

This div background color is #B6AF78.


Border color

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

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

This div border color is #B6AF78.


Opacity

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

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

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

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

This text has shadow with #B6AF78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6AF78 on black background.


Color preview on white background

This text has color #B6AF78 on white background.



Black color preview on #B6AF78 background

This text has black color on #B6AF78 background.


White color preview on #B6AF78 background

This text has white color on #B6AF78 background.