COLOR #B4AB5A

HEX: #B4AB5A
RGB: (180,171,90)

Color info

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

RGB color model

#B4AB5A color RGB value is (180,171,90).

  • red value is 180;
  • green value is 171;
  • blue value is 90.
RGB:
(180,171,90)
(71%,67%,35%)

RGB channels and saturation

R 180 of 255 = 71%
G 171 of 255 = 67%
B 90 of 255 = 35%

180
171
90

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

Portions of RGB colors in percentages

R + G + B =
180 + 171 + 90 = 441 (100%)
R 180 of 441 ~ 40.82%
G 171 of 441 ~ 38.78%
B 90 of 441 ~ 20.41%

%40.82
%38.78
%20.41

CMYK color model

#B4AB5A color CMYK value is (0,5,50,29).

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 50.00%
  • key color value is 29.41%
CMYK:
(0,5,50,29)
C0M5Y50K29 
(0%,5%,50%,29%)
(0.00/0.05/0.50/0.29)	

CMYK percentages

%0
%5
%50
%29.41

Codes

Color #B4AB5A in popluar color models

B4AB5A
RGB18017190
HSL54°37.50%52.94%
HSB/HSV54°50.00%70.59%
CMYK0.00%5.00%50.00%
29.41%

Color #B4AB5A in popluar number systems.

HEXB4AB5A
Decimal18017190
Binary10110100101010111011010
Octal264253132

Shades and tints

Shades of #B4AB5A

#B4AB5A
(180,171,90)
#A49C52
(164,156,82)
#948D4A
(148,141,74)
#847E42
(132,126,66)
#746F3A
(116,111,58)
#646032
(100,96,50)
#54512A
(84,81,42)
#444222
(68,66,34)
#34331A
(52,51,26)
#242412
(36,36,18)
#14150A
(20,21,10)
#000000
(0,0,0)

Tints of #B4AB5A

#B4AB5A
(180,171,90)
#BAB269
(186,178,105)
#C0B978
(192,185,120)
#C6C087
(198,192,135)
#CCC796
(204,199,150)
#D2CEA5
(210,206,165)
#D8D5B4
(216,213,180)
#DEDCC3
(222,220,195)
#E4E3D2
(228,227,210)
#EAEAE1
(234,234,225)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4AB5A color. Also use rgb(180,171,90) instead hex code.

Text Font Color

.myTextColor { color: #B4AB5A; }

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

This text font color is #B4AB5A.


Background Color

.myBgColor { background-color: #B4AB5A; }

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

This div background color is #B4AB5A.


Border color

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

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

This div border color is #B4AB5A.


Opacity

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

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

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

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

This text has shadow with #B4AB5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4AB5A on black background.


Color preview on white background

This text has color #B4AB5A on white background.



Black color preview on #B4AB5A background

This text has black color on #B4AB5A background.


White color preview on #B4AB5A background

This text has white color on #B4AB5A background.