COLOR #B3A757

HEX: #B3A757 RGB: (179,167,87)

Color info

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

RGB color model

#B3A757 color RGB value is (179,167,87).

RGB: (179,167,87) (70%, 65%, 34%)

RGB channels and saturation

R 179 of 255 = 70%
G 167 of 255 = 65%
B 87 of 255 = 34%

179
167
87

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

Portions of RGB colors in percentages

R + G + B = 179 + 167 + 87 = 433 (100%)
R 179 of 433 ~ 41.34%
G 167 of 433 ~ 38.57%
B 87 of 433 ~ 20.09'%

%41.34
%38.57
%20.09

CMYK color model

#B3A757 color CMYK value is (0,7,51,30).

  • cyan value is 0.00%
  • magenta value is 6.70%
  • yellow value is 51.40%
  • key color value is 29.80%

CMYK: (0,7,51,30)
C0M7Y51K30 (0%, 7%, 51%, 30%)
(0.00 / 0.07 / 0.51 / 0.30)

CMYK percentages

%0
%6.7
%51.4
%29.8

Codes

Color #B3A757 in popluar color models

B3 A7 57
RGB 179 167 87
HSL 52° 37.70% 52.16%
HSB/HSV 52° 51.40% 70.20%
CMYK 0.00% 6.70% 51.40%
29.80%

Color #B3A757 in popluar number systems.

HEX B3 A7 57
Decimal 179 167 87
Binary 10110011 10100111 1010111
Octal 263 247 127

Shades and tints

Shades of #B3A757

#B3A757
(179,167,87)
#A39850
(163,152,80)
#938949
(147,137,73)
#837A42
(131,122,66)
#736B3B
(115,107,59)
#635C34
(99,92,52)
#534D2D
(83,77,45)
#433E26
(67,62,38)
#332F1F
(51,47,31)
#232018
(35,32,24)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #B3A757

#B3A757
(179,167,87)
#B9AF66
(185,175,102)
#BFB775
(191,183,117)
#C5BF84
(197,191,132)
#CBC793
(203,199,147)
#D1CFA2
(209,207,162)
#D7D7B1
(215,215,177)
#DDDFC0
(221,223,192)
#E3E7CF
(227,231,207)
#E9EFDE
(233,239,222)
#EFF7ED
(239,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3A757 color. Also use rgb(179,167,87) instead hex code.

Text Font Color

.myTextColor { color: #B3A757; }

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

This text font color is #B3A757.

Background Color

.myBgColor { background-color: #B3A757; }

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

This div background color is #B3A757.

Border color

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

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

This div border color is #B3A757.

Opacity

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

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

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

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

This text has shadow with #B3A757 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3A757.

Preview

Color preview on black background

This text has color #B3A757 on black background.


Color preview on white background

This text has color #B3A757 on white background.


Black color preview on #B3A757 background

This text has black color on #B3A757 background.


White color preview on #B3A757 background

This text has white color on #B3A757 background.


Related colors

Complementary color

Complementary color for #hex is #4C58A8.


I love getcolorcode.com

Triadic colors

1 #57B3A7 and #A757B3 with #B3A757 are triadic colors.

2 #57A7B3 and #A7B357 with #B3A757 are triadic colors.