COLOR #B2A570

HEX: #B2A570 RGB: (178,165,112)

Color info

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

RGB color model

#B2A570 color RGB value is (178,165,112).

RGB: (178,165,112) (70%, 65%, 44%)

RGB channels and saturation

R 178 of 255 = 70%
G 165 of 255 = 65%
B 112 of 255 = 44%

178
165
112

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

Portions of RGB colors in percentages

R + G + B = 178 + 165 + 112 = 455 (100%)
R 178 of 455 ~ 39.12%
G 165 of 455 ~ 36.26%
B 112 of 455 ~ 24.62'%

%39.12
%36.26
%24.62

CMYK color model

#B2A570 color CMYK value is (0,7,37,30).

  • cyan value is 0.00%
  • magenta value is 7.30%
  • yellow value is 37.08%
  • key color value is 30.20%

CMYK: (0,7,37,30)
C0M7Y37K30 (0%, 7%, 37%, 30%)
(0.00 / 0.07 / 0.37 / 0.30)

CMYK percentages

%0
%7.3
%37.08
%30.2

Codes

Color #B2A570 in popluar color models

B2 A5 70
RGB 178 165 112
HSL 48° 30.00% 56.86%
HSB/HSV 48° 37.08% 69.80%
CMYK 0.00% 7.30% 37.08%
30.20%

Color #B2A570 in popluar number systems.

HEX B2 A5 70
Decimal 178 165 112
Binary 10110010 10100101 1110000
Octal 262 245 160

Shades and tints

Shades of #B2A570

#B2A570
(178,165,112)
#A29666
(162,150,102)
#92875C
(146,135,92)
#827852
(130,120,82)
#726948
(114,105,72)
#625A3E
(98,90,62)
#524B34
(82,75,52)
#423C2A
(66,60,42)
#322D20
(50,45,32)
#221E16
(34,30,22)
#120F0C
(18,15,12)
#000000
(0,0,0)

Tints of #B2A570

#B2A570
(178,165,112)
#B9AD7D
(185,173,125)
#C0B58A
(192,181,138)
#C7BD97
(199,189,151)
#CEC5A4
(206,197,164)
#D5CDB1
(213,205,177)
#DCD5BE
(220,213,190)
#E3DDCB
(227,221,203)
#EAE5D8
(234,229,216)
#F1EDE5
(241,237,229)
#F8F5F2
(248,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A570 color. Also use rgb(178,165,112) instead hex code.

Text Font Color

.myTextColor { color: #B2A570; }

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

This text font color is #B2A570.

Background Color

.myBgColor { background-color: #B2A570; }

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

This div background color is #B2A570.

Border color

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

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

This div border color is #B2A570.

Opacity

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

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

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

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

This text has shadow with #B2A570 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2A570.

Preview

Color preview on black background

This text has color #B2A570 on black background.


Color preview on white background

This text has color #B2A570 on white background.


Black color preview on #B2A570 background

This text has black color on #B2A570 background.


White color preview on #B2A570 background

This text has white color on #B2A570 background.


Related colors

Complementary color

Complementary color for #hex is #4D5A8F.


I love getcolorcode.com

Triadic colors

1 #70B2A5 and #A570B2 with #B2A570 are triadic colors.

2 #70A5B2 and #A5B270 with #B2A570 are triadic colors.