COLOR #B0A59E

HEX: #B0A59E RGB: (176,165,158)

Color info

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

RGB color model

#B0A59E color RGB value is (176,165,158).

RGB: (176,165,158) (69%, 65%, 62%)

RGB channels and saturation

R 176 of 255 = 69%
G 165 of 255 = 65%
B 158 of 255 = 62%

176
165
158

R + G + B ~ 65%. #B0A59E is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 165 + 158 = 499 (100%)
R 176 of 499 ~ 35.27%
G 165 of 499 ~ 33.07%
B 158 of 499 ~ 31.66'%

%35.27
%33.07
%31.66

CMYK color model

#B0A59E color CMYK value is (0,6,10,31).

  • cyan value is 0.00%
  • magenta value is 6.25%
  • yellow value is 10.23%
  • key color value is 30.98%
CMYK: (0,6,10,31) C0M6Y10K31 (0%,6%,10%,31%) (0.00/0.06/0.10/0.31) 

CMYK percentages

%0
%6.25
%10.23
%30.98

Codes

Color #B0A59E in popluar color models

B0 A5 9E
RGB 176 165 158
HSL 23° 10.23% 65.49%
HSB/HSV 23° 10.23% 69.02%
CMYK 0.00% 6.25% 10.23%
30.98%

Color #B0A59E in popluar number systems.

HEX B0 A5 9E
Decimal 176 165 158
Binary 10110000 10100101 10011110
Octal 260 245 236

Shades and tints

Shades of #B0A59E

#B0A59E
(176,165,158)
#A09690
(160,150,144)
#908782
(144,135,130)
#807874
(128,120,116)
#706966
(112,105,102)
#605A58
(96,90,88)
#504B4A
(80,75,74)
#403C3C
(64,60,60)
#302D2E
(48,45,46)
#201E20
(32,30,32)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #B0A59E

#B0A59E
(176,165,158)
#B7ADA6
(183,173,166)
#BEB5AE
(190,181,174)
#C5BDB6
(197,189,182)
#CCC5BE
(204,197,190)
#D3CDC6
(211,205,198)
#DAD5CE
(218,213,206)
#E1DDD6
(225,221,214)
#E8E5DE
(232,229,222)
#EFEDE6
(239,237,230)
#F6F5EE
(246,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A59E; }

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

This text font color is #B0A59E.

Background Color

.myBgColor { background-color: #B0A59E; }

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

This div background color is #B0A59E.

Border color

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

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

This div border color is #B0A59E.

Opacity

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

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

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

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

This text has shadow with #B0A59E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0A59E.

Preview

Color preview on black background

This text has color #B0A59E on black background.


Color preview on white background

This text has color #B0A59E on white background.


Black color preview on #B0A59E background

This text has black color on #B0A59E background.


White color preview on #B0A59E background

This text has white color on #B0A59E background.


Related colors

Complementary color

Complementary color for #hex is #4F5A61.


I love getcolorcode.com

Triadic colors

1 #9EB0A5 and #A59EB0 with #B0A59E are triadic colors.

2 #9EA5B0 and #A5B09E with #B0A59E are triadic colors.