COLOR #B2A860

HEX: #B2A860 RGB: (178,168,96)

Color info

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

RGB color model

#B2A860 color RGB value is (178,168,96).

RGB: (178,168,96) (70%, 66%, 38%)

RGB channels and saturation

R 178 of 255 = 70%
G 168 of 255 = 66%
B 96 of 255 = 38%

178
168
96

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

Portions of RGB colors in percentages

R + G + B = 178 + 168 + 96 = 442 (100%)
R 178 of 442 ~ 40.27%
G 168 of 442 ~ 38.01%
B 96 of 442 ~ 21.72'%

%40.27
%38.01
%21.72

CMYK color model

#B2A860 color CMYK value is (0,6,46,30).

  • cyan value is 0.00%
  • magenta value is 5.62%
  • yellow value is 46.07%
  • key color value is 30.20%

CMYK: (0,6,46,30)
C0M6Y46K30 (0%, 6%, 46%, 30%)
(0.00 / 0.06 / 0.46 / 0.30)

CMYK percentages

%0
%5.62
%46.07
%30.2

Codes

Color #B2A860 in popluar color models

B2 A8 60
RGB 178 168 96
HSL 53° 34.75% 53.73%
HSB/HSV 53° 46.07% 69.80%
CMYK 0.00% 5.62% 46.07%
30.20%

Color #B2A860 in popluar number systems.

HEX B2 A8 60
Decimal 178 168 96
Binary 10110010 10101000 1100000
Octal 262 250 140

Shades and tints

Shades of #B2A860

#B2A860
(178,168,96)
#A29958
(162,153,88)
#928A50
(146,138,80)
#827B48
(130,123,72)
#726C40
(114,108,64)
#625D38
(98,93,56)
#524E30
(82,78,48)
#423F28
(66,63,40)
#323020
(50,48,32)
#222118
(34,33,24)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #B2A860

#B2A860
(178,168,96)
#B9AF6E
(185,175,110)
#C0B67C
(192,182,124)
#C7BD8A
(199,189,138)
#CEC498
(206,196,152)
#D5CBA6
(213,203,166)
#DCD2B4
(220,210,180)
#E3D9C2
(227,217,194)
#EAE0D0
(234,224,208)
#F1E7DE
(241,231,222)
#F8EEEC
(248,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A860 color. Also use rgb(178,168,96) instead hex code.

Text Font Color

.myTextColor { color: #B2A860; }

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

This text font color is #B2A860.

Background Color

.myBgColor { background-color: #B2A860; }

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

This div background color is #B2A860.

Border color

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

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

This div border color is #B2A860.

Opacity

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

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

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

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

This text has shadow with #B2A860 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2A860.

Preview

Color preview on black background

This text has color #B2A860 on black background.


Color preview on white background

This text has color #B2A860 on white background.


Black color preview on #B2A860 background

This text has black color on #B2A860 background.


White color preview on #B2A860 background

This text has white color on #B2A860 background.


Related colors

Complementary color

Complementary color for #hex is #4D579F.


I love getcolorcode.com

Triadic colors

1 #60B2A8 and #A860B2 with #B2A860 are triadic colors.

2 #60A8B2 and #A8B260 with #B2A860 are triadic colors.