COLOR #B3AB4E

HEX: #B3AB4E RGB: (179,171,78)

Color info

#B3AB4E contains mainly red and green colors. Web safe color of #B3AB4E is #999966 (or #996).

RGB color model

#B3AB4E color RGB value is (179,171,78).

RGB: (179,171,78) (70%, 67%, 31%)

RGB channels and saturation

R 179 of 255 = 70%
G 171 of 255 = 67%
B 78 of 255 = 31%

179
171
78

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

Portions of RGB colors in percentages

R + G + B = 179 + 171 + 78 = 428 (100%)
R 179 of 428 ~ 41.82%
G 171 of 428 ~ 39.95%
B 78 of 428 ~ 18.22'%

%41.82
%39.95
%18.22

CMYK color model

#B3AB4E color CMYK value is (0,4,56,30).

  • cyan value is 0.00%
  • magenta value is 4.47%
  • yellow value is 56.42%
  • key color value is 29.80%
CMYK: (0,4,56,30) C0M4Y56K30 (0%,4%,56%,30%) (0.00/0.04/0.56/0.30) 

CMYK percentages

%0
%4.47
%56.42
%29.8

Codes

Color #B3AB4E in popluar color models

B3 AB 4E
RGB 179 171 78
HSL 55° 39.92% 50.39%
HSB/HSV 55° 56.42% 70.20%
CMYK 0.00% 4.47% 56.42%
29.80%

Color #B3AB4E in popluar number systems.

HEX B3 AB 4E
Decimal 179 171 78
Binary 10110011 10101011 1001110
Octal 263 253 116

Shades and tints

Shades of #B3AB4E

#B3AB4E
(179,171,78)
#A39C47
(163,156,71)
#938D40
(147,141,64)
#837E39
(131,126,57)
#736F32
(115,111,50)
#63602B
(99,96,43)
#535124
(83,81,36)
#43421D
(67,66,29)
#333316
(51,51,22)
#23240F
(35,36,15)
#131508
(19,21,8)
#000000
(0,0,0)

Tints of #B3AB4E

#B3AB4E
(179,171,78)
#B9B25E
(185,178,94)
#BFB96E
(191,185,110)
#C5C07E
(197,192,126)
#CBC78E
(203,199,142)
#D1CE9E
(209,206,158)
#D7D5AE
(215,213,174)
#DDDCBE
(221,220,190)
#E3E3CE
(227,227,206)
#E9EADE
(233,234,222)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3AB4E color. Also use rgb(179,171,78) instead hex code.

Text Font Color

.myTextColor { color: #B3AB4E; }

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

This text font color is #B3AB4E.

Background Color

.myBgColor { background-color: #B3AB4E; }

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

This div background color is #B3AB4E.

Border color

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

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

This div border color is #B3AB4E.

Opacity

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

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

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

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

This text has shadow with #B3AB4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3AB4E.

Preview

Color preview on black background

This text has color #B3AB4E on black background.


Color preview on white background

This text has color #B3AB4E on white background.


Black color preview on #B3AB4E background

This text has black color on #B3AB4E background.


White color preview on #B3AB4E background

This text has white color on #B3AB4E background.


Related colors

Complementary color

Complementary color for #hex is #4C54B1.


I love getcolorcode.com

Triadic colors

1 #4EB3AB and #AB4EB3 with #B3AB4E are triadic colors.

2 #4EABB3 and #ABB34E with #B3AB4E are triadic colors.