COLOR #B4AB92

HEX: #B4AB92 RGB: (180,171,146)

Color info

#B4AB92 contains red, green and blue colors in about the same proportion. Web safe color of #B4AB92 is #CC9999 (or #C99).

RGB color model

#B4AB92 color RGB value is (180,171,146).

RGB: (180,171,146) (71%, 67%, 57%)

RGB channels and saturation

R 180 of 255 = 71%
G 171 of 255 = 67%
B 146 of 255 = 57%

180
171
146

R + G + B ~ 65%. #B4AB92 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 171 + 146 = 497 (100%)
R 180 of 497 ~ 36.22%
G 171 of 497 ~ 34.41%
B 146 of 497 ~ 29.38'%

%36.22
%34.41
%29.38

CMYK color model

#B4AB92 color CMYK value is (0,5,19,29).

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

CMYK: (0,5,19,29)
C0M5Y19K29 (0%, 5%, 19%, 29%)
(0.00 / 0.05 / 0.19 / 0.29)

CMYK percentages

%0
%5
%18.89
%29.41

Codes

Color #B4AB92 in popluar color models

B4 AB 92
RGB 180 171 146
HSL 44° 18.48% 63.92%
HSB/HSV 44° 18.89% 70.59%
CMYK 0.00% 5.00% 18.89%
29.41%

Color #B4AB92 in popluar number systems.

HEX B4 AB 92
Decimal 180 171 146
Binary 10110100 10101011 10010010
Octal 264 253 222

Shades and tints

Shades of #B4AB92

#B4AB92
(180,171,146)
#A49C85
(164,156,133)
#948D78
(148,141,120)
#847E6B
(132,126,107)
#746F5E
(116,111,94)
#646051
(100,96,81)
#545144
(84,81,68)
#444237
(68,66,55)
#34332A
(52,51,42)
#24241D
(36,36,29)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #B4AB92

#B4AB92
(180,171,146)
#BAB29B
(186,178,155)
#C0B9A4
(192,185,164)
#C6C0AD
(198,192,173)
#CCC7B6
(204,199,182)
#D2CEBF
(210,206,191)
#D8D5C8
(216,213,200)
#DEDCD1
(222,220,209)
#E4E3DA
(228,227,218)
#EAEAE3
(234,234,227)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4AB92; }

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

This text font color is #B4AB92.

Background Color

.myBgColor { background-color: #B4AB92; }

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

This div background color is #B4AB92.

Border color

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

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

This div border color is #B4AB92.

Opacity

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

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

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

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

This text has shadow with #B4AB92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4AB92.

Preview

Color preview on black background

This text has color #B4AB92 on black background.


Color preview on white background

This text has color #B4AB92 on white background.


Black color preview on #B4AB92 background

This text has black color on #B4AB92 background.


White color preview on #B4AB92 background

This text has white color on #B4AB92 background.


Related colors

Complementary color

Complementary color for #hex is #4B546D.


I love getcolorcode.com

Triadic colors

1 #92B4AB and #AB92B4 with #B4AB92 are triadic colors.

2 #92ABB4 and #ABB492 with #B4AB92 are triadic colors.