COLOR #B6A37D

HEX: #B6A37D
RGB: (182,163,125)

Color info

#B6A37D contains red, green and blue colors in about the same proportion. Web safe color of #B6A37D is #CC9966 (or #C96).

RGB color model

#B6A37D color RGB value is (182,163,125).

  • red value is 182;
  • green value is 163;
  • blue value is 125.
RGB:
(182,163,125)
(71%,64%,49%)

RGB channels and saturation

R 182 of 255 = 71%
G 163 of 255 = 64%
B 125 of 255 = 49%

182
163
125

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

Portions of RGB colors in percentages

R + G + B =
182 + 163 + 125 = 470 (100%)
R 182 of 470 ~ 38.72%
G 163 of 470 ~ 34.68%
B 125 of 470 ~ 26.6%

%38.72
%34.68
%26.6

CMYK color model

#B6A37D color CMYK value is (0,10,31,29).

  • cyan value is 0.00%
  • magenta value is 10.44%
  • yellow value is 31.32%
  • key color value is 28.63%
CMYK:
(0,10,31,29)
C0M10Y31K29 
(0%,10%,31%,29%)
(0.00/0.10/0.31/0.29)	

CMYK percentages

%0
%10.44
%31.32
%28.63

Codes

Color #B6A37D in popluar color models

B6A37D
RGB182163125
HSL40°28.08%60.20%
HSB/HSV40°31.32%71.37%
CMYK0.00%10.44%31.32%
28.63%

Color #B6A37D in popluar number systems.

HEXB6A37D
Decimal182163125
Binary10110110101000111111101
Octal266243175

Shades and tints

Shades of #B6A37D

#B6A37D
(182,163,125)
#A69572
(166,149,114)
#968767
(150,135,103)
#86795C
(134,121,92)
#766B51
(118,107,81)
#665D46
(102,93,70)
#564F3B
(86,79,59)
#464130
(70,65,48)
#363325
(54,51,37)
#26251A
(38,37,26)
#16170F
(22,23,15)
#000000
(0,0,0)

Tints of #B6A37D

#B6A37D
(182,163,125)
#BCAB88
(188,171,136)
#C2B393
(194,179,147)
#C8BB9E
(200,187,158)
#CEC3A9
(206,195,169)
#D4CBB4
(212,203,180)
#DAD3BF
(218,211,191)
#E0DBCA
(224,219,202)
#E6E3D5
(230,227,213)
#ECEBE0
(236,235,224)
#F2F3EB
(242,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6A37D color. Also use rgb(182,163,125) instead hex code.

Text Font Color

.myTextColor { color: #B6A37D; }

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

This text font color is #B6A37D.


Background Color

.myBgColor { background-color: #B6A37D; }

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

This div background color is #B6A37D.


Border color

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

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

This div border color is #B6A37D.


Opacity

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

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

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

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

This text has shadow with #B6A37D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A37D on black background.


Color preview on white background

This text has color #B6A37D on white background.



Black color preview on #B6A37D background

This text has black color on #B6A37D background.


White color preview on #B6A37D background

This text has white color on #B6A37D background.