COLOR #B4AB7A

HEX: #B4AB7A RGB: (180,171,122)

Color info

#B4AB7A contains red, green and blue colors in about the same proportion. Web safe color of #B4AB7A is #CC9966 (or #C96).

RGB color model

#B4AB7A color RGB value is (180,171,122).

RGB: (180,171,122) (71%, 67%, 48%)

RGB channels and saturation

R 180 of 255 = 71%
G 171 of 255 = 67%
B 122 of 255 = 48%

180
171
122

R + G + B ~ 62%. #B4AB7A is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 171 + 122 = 473 (100%)
R 180 of 473 ~ 38.05%
G 171 of 473 ~ 36.15%
B 122 of 473 ~ 25.79'%

%38.05
%36.15
%25.79

CMYK color model

#B4AB7A color CMYK value is (0,5,32,29).

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 32.22%
  • key color value is 29.41%

CMYK: (0,5,32,29)
C0M5Y32K29 (0%, 5%, 32%, 29%)
(0.00 / 0.05 / 0.32 / 0.29)

CMYK percentages

%0
%5
%32.22
%29.41

Codes

Color #B4AB7A in popluar color models

B4 AB 7A
RGB 180 171 122
HSL 51° 27.88% 59.22%
HSB/HSV 51° 32.22% 70.59%
CMYK 0.00% 5.00% 32.22%
29.41%

Color #B4AB7A in popluar number systems.

HEX B4 AB 7A
Decimal 180 171 122
Binary 10110100 10101011 1111010
Octal 264 253 172

Shades and tints

Shades of #B4AB7A

#B4AB7A
(180,171,122)
#A49C6F
(164,156,111)
#948D64
(148,141,100)
#847E59
(132,126,89)
#746F4E
(116,111,78)
#646043
(100,96,67)
#545138
(84,81,56)
#44422D
(68,66,45)
#343322
(52,51,34)
#242417
(36,36,23)
#14150C
(20,21,12)
#000000
(0,0,0)

Tints of #B4AB7A

#B4AB7A
(180,171,122)
#BAB286
(186,178,134)
#C0B992
(192,185,146)
#C6C09E
(198,192,158)
#CCC7AA
(204,199,170)
#D2CEB6
(210,206,182)
#D8D5C2
(216,213,194)
#DEDCCE
(222,220,206)
#E4E3DA
(228,227,218)
#EAEAE6
(234,234,230)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4AB7A; }

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

This text font color is #B4AB7A.

Background Color

.myBgColor { background-color: #B4AB7A; }

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

This div background color is #B4AB7A.

Border color

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

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

This div border color is #B4AB7A.

Opacity

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

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

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

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

This text has shadow with #B4AB7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4AB7A.

Preview

Color preview on black background

This text has color #B4AB7A on black background.


Color preview on white background

This text has color #B4AB7A on white background.


Black color preview on #B4AB7A background

This text has black color on #B4AB7A background.


White color preview on #B4AB7A background

This text has white color on #B4AB7A background.


Related colors

Complementary color

Complementary color for #hex is #4B5485.


I love getcolorcode.com

Triadic colors

1 #7AB4AB and #AB7AB4 with #B4AB7A are triadic colors.

2 #7AABB4 and #ABB47A with #B4AB7A are triadic colors.