COLOR #B0A58C

HEX: #B0A58C RGB: (176,165,140)

Color info

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

RGB color model

#B0A58C color RGB value is (176,165,140).

RGB: (176,165,140) (69%, 65%, 55%)

RGB channels and saturation

R 176 of 255 = 69%
G 165 of 255 = 65%
B 140 of 255 = 55%

176
165
140

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

Portions of RGB colors in percentages

R + G + B = 176 + 165 + 140 = 481 (100%)
R 176 of 481 ~ 36.59%
G 165 of 481 ~ 34.3%
B 140 of 481 ~ 29.11'%

%36.59
%34.3
%29.11

CMYK color model

#B0A58C color CMYK value is (0,6,20,31).

  • cyan value is 0.00%
  • magenta value is 6.25%
  • yellow value is 20.45%
  • key color value is 30.98%

CMYK: (0,6,20,31)
C0M6Y20K31 (0%, 6%, 20%, 31%)
(0.00 / 0.06 / 0.20 / 0.31)

CMYK percentages

%0
%6.25
%20.45
%30.98

Codes

Color #B0A58C in popluar color models

B0 A5 8C
RGB 176 165 140
HSL 42° 18.56% 61.96%
HSB/HSV 42° 20.45% 69.02%
CMYK 0.00% 6.25% 20.45%
30.98%

Color #B0A58C in popluar number systems.

HEX B0 A5 8C
Decimal 176 165 140
Binary 10110000 10100101 10001100
Octal 260 245 214

Shades and tints

Shades of #B0A58C

#B0A58C
(176,165,140)
#A09680
(160,150,128)
#908774
(144,135,116)
#807868
(128,120,104)
#70695C
(112,105,92)
#605A50
(96,90,80)
#504B44
(80,75,68)
#403C38
(64,60,56)
#302D2C
(48,45,44)
#201E20
(32,30,32)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #B0A58C

#B0A58C
(176,165,140)
#B7AD96
(183,173,150)
#BEB5A0
(190,181,160)
#C5BDAA
(197,189,170)
#CCC5B4
(204,197,180)
#D3CDBE
(211,205,190)
#DAD5C8
(218,213,200)
#E1DDD2
(225,221,210)
#E8E5DC
(232,229,220)
#EFEDE6
(239,237,230)
#F6F5F0
(246,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A58C; }

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

This text font color is #B0A58C.

Background Color

.myBgColor { background-color: #B0A58C; }

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

This div background color is #B0A58C.

Border color

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

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

This div border color is #B0A58C.

Opacity

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

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

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

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

This text has shadow with #B0A58C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0A58C.

Preview

Color preview on black background

This text has color #B0A58C on black background.


Color preview on white background

This text has color #B0A58C on white background.


Black color preview on #B0A58C background

This text has black color on #B0A58C background.


White color preview on #B0A58C background

This text has white color on #B0A58C background.


Related colors

Complementary color

Complementary color for #hex is #4F5A73.


I love getcolorcode.com

Triadic colors

1 #8CB0A5 and #A58CB0 with #B0A58C are triadic colors.

2 #8CA5B0 and #A5B08C with #B0A58C are triadic colors.