COLOR #B2A567

HEX: #B2A567 RGB: (178,165,103)

Color info

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

RGB color model

#B2A567 color RGB value is (178,165,103).

RGB: (178,165,103) (70%, 65%, 40%)

RGB channels and saturation

R 178 of 255 = 70%
G 165 of 255 = 65%
B 103 of 255 = 40%

178
165
103

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

Portions of RGB colors in percentages

R + G + B = 178 + 165 + 103 = 446 (100%)
R 178 of 446 ~ 39.91%
G 165 of 446 ~ 37%
B 103 of 446 ~ 23.09'%

%39.91
%37
%23.09

CMYK color model

#B2A567 color CMYK value is (0,7,42,30).

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

CMYK: (0,7,42,30)
C0M7Y42K30 (0%, 7%, 42%, 30%)
(0.00 / 0.07 / 0.42 / 0.30)

CMYK percentages

%0
%7.3
%42.13
%30.2

Codes

Color #B2A567 in popluar color models

B2 A5 67
RGB 178 165 103
HSL 50° 32.75% 55.10%
HSB/HSV 50° 42.13% 69.80%
CMYK 0.00% 7.30% 42.13%
30.20%

Color #B2A567 in popluar number systems.

HEX B2 A5 67
Decimal 178 165 103
Binary 10110010 10100101 1100111
Octal 262 245 147

Shades and tints

Shades of #B2A567

#B2A567
(178,165,103)
#A2965E
(162,150,94)
#928755
(146,135,85)
#82784C
(130,120,76)
#726943
(114,105,67)
#625A3A
(98,90,58)
#524B31
(82,75,49)
#423C28
(66,60,40)
#322D1F
(50,45,31)
#221E16
(34,30,22)
#120F0D
(18,15,13)
#000000
(0,0,0)

Tints of #B2A567

#B2A567
(178,165,103)
#B9AD74
(185,173,116)
#C0B581
(192,181,129)
#C7BD8E
(199,189,142)
#CEC59B
(206,197,155)
#D5CDA8
(213,205,168)
#DCD5B5
(220,213,181)
#E3DDC2
(227,221,194)
#EAE5CF
(234,229,207)
#F1EDDC
(241,237,220)
#F8F5E9
(248,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2A567; }

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

This text font color is #B2A567.

Background Color

.myBgColor { background-color: #B2A567; }

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

This div background color is #B2A567.

Border color

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

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

This div border color is #B2A567.

Opacity

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

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

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

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

This text has shadow with #B2A567 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2A567.

Preview

Color preview on black background

This text has color #B2A567 on black background.


Color preview on white background

This text has color #B2A567 on white background.


Black color preview on #B2A567 background

This text has black color on #B2A567 background.


White color preview on #B2A567 background

This text has white color on #B2A567 background.


Related colors

Complementary color

Complementary color for #hex is #4D5A98.


I love getcolorcode.com

Triadic colors

1 #67B2A5 and #A567B2 with #B2A567 are triadic colors.

2 #67A5B2 and #A5B267 with #B2A567 are triadic colors.