COLOR #B4AB70

HEX: #B4AB70
RGB: (180,171,112)

Color info

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

RGB color model

#B4AB70 color RGB value is (180,171,112).

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

RGB channels and saturation

R 180 of 255 = 71%
G 171 of 255 = 67%
B 112 of 255 = 44%

180
171
112

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

Portions of RGB colors in percentages

R + G + B =
180 + 171 + 112 = 463 (100%)
R 180 of 463 ~ 38.88%
G 171 of 463 ~ 36.93%
B 112 of 463 ~ 24.19%

%38.88
%36.93
%24.19

CMYK color model

#B4AB70 color CMYK value is (0,5,38,29).

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 37.78%
  • key color value is 29.41%
CMYK:
(0,5,38,29)
C0M5Y38K29 
(0%,5%,38%,29%)
(0.00/0.05/0.38/0.29)	

CMYK percentages

%0
%5
%37.78
%29.41

Codes

Color #B4AB70 in popluar color models

B4AB70
RGB180171112
HSL52°31.19%57.25%
HSB/HSV52°37.78%70.59%
CMYK0.00%5.00%37.78%
29.41%

Color #B4AB70 in popluar number systems.

HEXB4AB70
Decimal180171112
Binary10110100101010111110000
Octal264253160

Shades and tints

Shades of #B4AB70

#B4AB70
(180,171,112)
#A49C66
(164,156,102)
#948D5C
(148,141,92)
#847E52
(132,126,82)
#746F48
(116,111,72)
#64603E
(100,96,62)
#545134
(84,81,52)
#44422A
(68,66,42)
#343320
(52,51,32)
#242416
(36,36,22)
#14150C
(20,21,12)
#000000
(0,0,0)

Tints of #B4AB70

#B4AB70
(180,171,112)
#BAB27D
(186,178,125)
#C0B98A
(192,185,138)
#C6C097
(198,192,151)
#CCC7A4
(204,199,164)
#D2CEB1
(210,206,177)
#D8D5BE
(216,213,190)
#DEDCCB
(222,220,203)
#E4E3D8
(228,227,216)
#EAEAE5
(234,234,229)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4AB70; }

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

This text font color is #B4AB70.


Background Color

.myBgColor { background-color: #B4AB70; }

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

This div background color is #B4AB70.


Border color

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

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

This div border color is #B4AB70.


Opacity

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

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

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

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

This text has shadow with #B4AB70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4AB70 on black background.


Color preview on white background

This text has color #B4AB70 on white background.



Black color preview on #B4AB70 background

This text has black color on #B4AB70 background.


White color preview on #B4AB70 background

This text has white color on #B4AB70 background.