COLOR #B3A651

HEX: #B3A651
RGB: (179,166,81)

Color info

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

RGB color model

#B3A651 color RGB value is (179,166,81).

  • red value is 179;
  • green value is 166;
  • blue value is 81.
RGB:
(179,166,81)
(70%,65%,32%)

RGB channels and saturation

R 179 of 255 = 70%
G 166 of 255 = 65%
B 81 of 255 = 32%

179
166
81

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

Portions of RGB colors in percentages

R + G + B =
179 + 166 + 81 = 426 (100%)
R 179 of 426 ~ 42.02%
G 166 of 426 ~ 38.97%
B 81 of 426 ~ 19.01%

%42.02
%38.97
%19.01

CMYK color model

#B3A651 color CMYK value is (0,7,55,30).

  • cyan value is 0.00%
  • magenta value is 7.26%
  • yellow value is 54.75%
  • key color value is 29.80%
CMYK:
(0,7,55,30)
C0M7Y55K30 
(0%,7%,55%,30%)
(0.00/0.07/0.55/0.30)	

CMYK percentages

%0
%7.26
%54.75
%29.8

Codes

Color #B3A651 in popluar color models

B3A651
RGB17916681
HSL52°39.20%50.98%
HSB/HSV52°54.75%70.20%
CMYK0.00%7.26%54.75%
29.80%

Color #B3A651 in popluar number systems.

HEXB3A651
Decimal17916681
Binary10110011101001101010001
Octal263246121

Shades and tints

Shades of #B3A651

#B3A651
(179,166,81)
#A3974A
(163,151,74)
#938843
(147,136,67)
#83793C
(131,121,60)
#736A35
(115,106,53)
#635B2E
(99,91,46)
#534C27
(83,76,39)
#433D20
(67,61,32)
#332E19
(51,46,25)
#231F12
(35,31,18)
#13100B
(19,16,11)
#000000
(0,0,0)

Tints of #B3A651

#B3A651
(179,166,81)
#B9AE60
(185,174,96)
#BFB66F
(191,182,111)
#C5BE7E
(197,190,126)
#CBC68D
(203,198,141)
#D1CE9C
(209,206,156)
#D7D6AB
(215,214,171)
#DDDEBA
(221,222,186)
#E3E6C9
(227,230,201)
#E9EED8
(233,238,216)
#EFF6E7
(239,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3A651 color. Also use rgb(179,166,81) instead hex code.

Text Font Color

.myTextColor { color: #B3A651; }

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

This text font color is #B3A651.


Background Color

.myBgColor { background-color: #B3A651; }

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

This div background color is #B3A651.


Border color

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

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

This div border color is #B3A651.


Opacity

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

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

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

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

This text has shadow with #B3A651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A651 on black background.


Color preview on white background

This text has color #B3A651 on white background.



Black color preview on #B3A651 background

This text has black color on #B3A651 background.


White color preview on #B3A651 background

This text has white color on #B3A651 background.