COLOR #B6AB52

HEX: #B6AB52
RGB: (182,171,82)

Color info

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

RGB color model

#B6AB52 color RGB value is (182,171,82).

  • red value is 182;
  • green value is 171;
  • blue value is 82.
RGB:
(182,171,82)
(71%,67%,32%)

RGB channels and saturation

R 182 of 255 = 71%
G 171 of 255 = 67%
B 82 of 255 = 32%

182
171
82

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

Portions of RGB colors in percentages

R + G + B =
182 + 171 + 82 = 435 (100%)
R 182 of 435 ~ 41.84%
G 171 of 435 ~ 39.31%
B 82 of 435 ~ 18.85%

%41.84
%39.31
%18.85

CMYK color model

#B6AB52 color CMYK value is (0,6,55,29).

  • cyan value is 0.00%
  • magenta value is 6.04%
  • yellow value is 54.95%
  • key color value is 28.63%
CMYK:
(0,6,55,29)
C0M6Y55K29 
(0%,6%,55%,29%)
(0.00/0.06/0.55/0.29)	

CMYK percentages

%0
%6.04
%54.95
%28.63

Codes

Color #B6AB52 in popluar color models

B6AB52
RGB18217182
HSL53°40.65%51.76%
HSB/HSV53°54.95%71.37%
CMYK0.00%6.04%54.95%
28.63%

Color #B6AB52 in popluar number systems.

HEXB6AB52
Decimal18217182
Binary10110110101010111010010
Octal266253122

Shades and tints

Shades of #B6AB52

#B6AB52
(182,171,82)
#A69C4B
(166,156,75)
#968D44
(150,141,68)
#867E3D
(134,126,61)
#766F36
(118,111,54)
#66602F
(102,96,47)
#565128
(86,81,40)
#464221
(70,66,33)
#36331A
(54,51,26)
#262413
(38,36,19)
#16150C
(22,21,12)
#000000
(0,0,0)

Tints of #B6AB52

#B6AB52
(182,171,82)
#BCB261
(188,178,97)
#C2B970
(194,185,112)
#C8C07F
(200,192,127)
#CEC78E
(206,199,142)
#D4CE9D
(212,206,157)
#DAD5AC
(218,213,172)
#E0DCBB
(224,220,187)
#E6E3CA
(230,227,202)
#ECEAD9
(236,234,217)
#F2F1E8
(242,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6AB52 color. Also use rgb(182,171,82) instead hex code.

Text Font Color

.myTextColor { color: #B6AB52; }

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

This text font color is #B6AB52.


Background Color

.myBgColor { background-color: #B6AB52; }

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

This div background color is #B6AB52.


Border color

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

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

This div border color is #B6AB52.


Opacity

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

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

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

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

This text has shadow with #B6AB52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6AB52 on black background.


Color preview on white background

This text has color #B6AB52 on white background.



Black color preview on #B6AB52 background

This text has black color on #B6AB52 background.


White color preview on #B6AB52 background

This text has white color on #B6AB52 background.