COLOR #B5AB52

HEX: #B5AB52
RGB: (181,171,82)

Color info

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

RGB color model

#B5AB52 color RGB value is (181,171,82).

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

RGB channels and saturation

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

181
171
82

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

Portions of RGB colors in percentages

R + G + B =
181 + 171 + 82 = 434 (100%)
R 181 of 434 ~ 41.71%
G 171 of 434 ~ 39.4%
B 82 of 434 ~ 18.89%

%41.71
%39.4
%18.89

CMYK color model

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

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

CMYK percentages

%0
%5.52
%54.7
%29.02

Codes

Color #B5AB52 in popluar color models

B5AB52
RGB18117182
HSL54°40.08%51.57%
HSB/HSV54°54.70%70.98%
CMYK0.00%5.52%54.70%
29.02%

Color #B5AB52 in popluar number systems.

HEXB5AB52
Decimal18117182
Binary10110101101010111010010
Octal265253122

Shades and tints

Shades of #B5AB52

#B5AB52
(181,171,82)
#A59C4B
(165,156,75)
#958D44
(149,141,68)
#857E3D
(133,126,61)
#756F36
(117,111,54)
#65602F
(101,96,47)
#555128
(85,81,40)
#454221
(69,66,33)
#35331A
(53,51,26)
#252413
(37,36,19)
#15150C
(21,21,12)
#000000
(0,0,0)

Tints of #B5AB52

#B5AB52
(181,171,82)
#BBB261
(187,178,97)
#C1B970
(193,185,112)
#C7C07F
(199,192,127)
#CDC78E
(205,199,142)
#D3CE9D
(211,206,157)
#D9D5AC
(217,213,172)
#DFDCBB
(223,220,187)
#E5E3CA
(229,227,202)
#EBEAD9
(235,234,217)
#F1F1E8
(241,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5AB52; }

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

This text font color is #B5AB52.


Background Color

.myBgColor { background-color: #B5AB52; }

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

This div background color is #B5AB52.


Border color

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

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

This div border color is #B5AB52.


Opacity

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

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

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

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

This text has shadow with #B5AB52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5AB52 on black background.


Color preview on white background

This text has color #B5AB52 on white background.



Black color preview on #B5AB52 background

This text has black color on #B5AB52 background.


White color preview on #B5AB52 background

This text has white color on #B5AB52 background.