COLOR #B2A58C

HEX: #B2A58C RGB: (178,165,140)

Color info

#B2A58C contains red, green and blue colors in about the same proportion. Web safe color of #B2A58C is #999999 (or #999).

RGB color model

#B2A58C color RGB value is (178,165,140).

RGB: (178,165,140) (70%, 65%, 55%)

RGB channels and saturation

R 178 of 255 = 70%
G 165 of 255 = 65%
B 140 of 255 = 55%

178
165
140

R + G + B ~ 63%. #B2A58C is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 165 + 140 = 483 (100%)
R 178 of 483 ~ 36.85%
G 165 of 483 ~ 34.16%
B 140 of 483 ~ 28.99'%

%36.85
%34.16
%28.99

CMYK color model

#B2A58C color CMYK value is (0,7,21,30).

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

CMYK: (0,7,21,30)
C0M7Y21K30 (0%, 7%, 21%, 30%)
(0.00 / 0.07 / 0.21 / 0.30)

CMYK percentages

%0
%7.3
%21.35
%30.2

Codes

Color #B2A58C in popluar color models

B2 A5 8C
RGB 178 165 140
HSL 39° 19.79% 62.35%
HSB/HSV 39° 21.35% 69.80%
CMYK 0.00% 7.30% 21.35%
30.20%

Color #B2A58C in popluar number systems.

HEX B2 A5 8C
Decimal 178 165 140
Binary 10110010 10100101 10001100
Octal 262 245 214

Shades and tints

Shades of #B2A58C

#B2A58C
(178,165,140)
#A29680
(162,150,128)
#928774
(146,135,116)
#827868
(130,120,104)
#72695C
(114,105,92)
#625A50
(98,90,80)
#524B44
(82,75,68)
#423C38
(66,60,56)
#322D2C
(50,45,44)
#221E20
(34,30,32)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #B2A58C

#B2A58C
(178,165,140)
#B9AD96
(185,173,150)
#C0B5A0
(192,181,160)
#C7BDAA
(199,189,170)
#CEC5B4
(206,197,180)
#D5CDBE
(213,205,190)
#DCD5C8
(220,213,200)
#E3DDD2
(227,221,210)
#EAE5DC
(234,229,220)
#F1EDE6
(241,237,230)
#F8F5F0
(248,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2A58C; }

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

This text font color is #B2A58C.

Background Color

.myBgColor { background-color: #B2A58C; }

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

This div background color is #B2A58C.

Border color

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

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

This div border color is #B2A58C.

Opacity

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

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

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

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

This text has shadow with #B2A58C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2A58C.

Preview

Color preview on black background

This text has color #B2A58C on black background.


Color preview on white background

This text has color #B2A58C on white background.


Black color preview on #B2A58C background

This text has black color on #B2A58C background.


White color preview on #B2A58C background

This text has white color on #B2A58C background.


Related colors

Complementary color

Complementary color for #hex is #4D5A73.


I love getcolorcode.com

Triadic colors

1 #8CB2A5 and #A58CB2 with #B2A58C are triadic colors.

2 #8CA5B2 and #A5B28C with #B2A58C are triadic colors.