COLOR #B5AB54

HEX: #B5AB54 RGB: (181,171,84)

Color info

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

RGB color model

#B5AB54 color RGB value is (181,171,84).

RGB: (181,171,84) (71%, 67%, 33%)

RGB channels and saturation

R 181 of 255 = 71%
G 171 of 255 = 67%
B 84 of 255 = 33%

181
171
84

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

Portions of RGB colors in percentages

R + G + B = 181 + 171 + 84 = 436 (100%)
R 181 of 436 ~ 41.51%
G 171 of 436 ~ 39.22%
B 84 of 436 ~ 19.27'%

%41.51
%39.22
%19.27

CMYK color model

#B5AB54 color CMYK value is (0,6,54,29).

  • cyan value is 0.00%
  • magenta value is 5.52%
  • yellow value is 53.59%
  • key color value is 29.02%

CMYK: (0,6,54,29)
C0M6Y54K29 (0%, 6%, 54%, 29%)
(0.00 / 0.06 / 0.54 / 0.29)

CMYK percentages

%0
%5.52
%53.59
%29.02

Codes

Color #B5AB54 in popluar color models

B5 AB 54
RGB 181 171 84
HSL 54° 39.59% 51.96%
HSB/HSV 54° 53.59% 70.98%
CMYK 0.00% 5.52% 53.59%
29.02%

Color #B5AB54 in popluar number systems.

HEX B5 AB 54
Decimal 181 171 84
Binary 10110101 10101011 1010100
Octal 265 253 124

Shades and tints

Shades of #B5AB54

#B5AB54
(181,171,84)
#A59C4D
(165,156,77)
#958D46
(149,141,70)
#857E3F
(133,126,63)
#756F38
(117,111,56)
#656031
(101,96,49)
#55512A
(85,81,42)
#454223
(69,66,35)
#35331C
(53,51,28)
#252415
(37,36,21)
#15150E
(21,21,14)
#000000
(0,0,0)

Tints of #B5AB54

#B5AB54
(181,171,84)
#BBB263
(187,178,99)
#C1B972
(193,185,114)
#C7C081
(199,192,129)
#CDC790
(205,199,144)
#D3CE9F
(211,206,159)
#D9D5AE
(217,213,174)
#DFDCBD
(223,220,189)
#E5E3CC
(229,227,204)
#EBEADB
(235,234,219)
#F1F1EA
(241,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5AB54; }

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

This text font color is #B5AB54.

Background Color

.myBgColor { background-color: #B5AB54; }

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

This div background color is #B5AB54.

Border color

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

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

This div border color is #B5AB54.

Opacity

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

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

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

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

This text has shadow with #B5AB54 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5AB54.

Preview

Color preview on black background

This text has color #B5AB54 on black background.


Color preview on white background

This text has color #B5AB54 on white background.


Black color preview on #B5AB54 background

This text has black color on #B5AB54 background.


White color preview on #B5AB54 background

This text has white color on #B5AB54 background.


Related colors

Complementary color

Complementary color for #hex is #4A54AB.


I love getcolorcode.com

Triadic colors

1 #54B5AB and #AB54B5 with #B5AB54 are triadic colors.

2 #54ABB5 and #ABB554 with #B5AB54 are triadic colors.