COLOR #B0A095

HEX: #B0A095 RGB: (176,160,149)

Color info

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

RGB color model

#B0A095 color RGB value is (176,160,149).

RGB: (176,160,149) (69%, 63%, 58%)

RGB channels and saturation

R 176 of 255 = 69%
G 160 of 255 = 63%
B 149 of 255 = 58%

176
160
149

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

Portions of RGB colors in percentages

R + G + B = 176 + 160 + 149 = 485 (100%)
R 176 of 485 ~ 36.29%
G 160 of 485 ~ 32.99%
B 149 of 485 ~ 30.72'%

%36.29
%32.99
%30.72

CMYK color model

#B0A095 color CMYK value is (0,9,15,31).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 15.34%
  • key color value is 30.98%

CMYK: (0,9,15,31)
C0M9Y15K31 (0%, 9%, 15%, 31%)
(0.00 / 0.09 / 0.15 / 0.31)

CMYK percentages

%0
%9.09
%15.34
%30.98

Codes

Color #B0A095 in popluar color models

B0 A0 95
RGB 176 160 149
HSL 24° 14.59% 63.73%
HSB/HSV 24° 15.34% 69.02%
CMYK 0.00% 9.09% 15.34%
30.98%

Color #B0A095 in popluar number systems.

HEX B0 A0 95
Decimal 176 160 149
Binary 10110000 10100000 10010101
Octal 260 240 225

Shades and tints

Shades of #B0A095

#B0A095
(176,160,149)
#A09288
(160,146,136)
#90847B
(144,132,123)
#80766E
(128,118,110)
#706861
(112,104,97)
#605A54
(96,90,84)
#504C47
(80,76,71)
#403E3A
(64,62,58)
#30302D
(48,48,45)
#202220
(32,34,32)
#101413
(16,20,19)
#000000
(0,0,0)

Tints of #B0A095

#B0A095
(176,160,149)
#B7A89E
(183,168,158)
#BEB0A7
(190,176,167)
#C5B8B0
(197,184,176)
#CCC0B9
(204,192,185)
#D3C8C2
(211,200,194)
#DAD0CB
(218,208,203)
#E1D8D4
(225,216,212)
#E8E0DD
(232,224,221)
#EFE8E6
(239,232,230)
#F6F0EF
(246,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0A095 color. Also use rgb(176,160,149) instead hex code.

Text Font Color

.myTextColor { color: #B0A095; }

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

This text font color is #B0A095.

Background Color

.myBgColor { background-color: #B0A095; }

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

This div background color is #B0A095.

Border color

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

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

This div border color is #B0A095.

Opacity

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

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

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

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

This text has shadow with #B0A095 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0A095.

Preview

Color preview on black background

This text has color #B0A095 on black background.


Color preview on white background

This text has color #B0A095 on white background.


Black color preview on #B0A095 background

This text has black color on #B0A095 background.


White color preview on #B0A095 background

This text has white color on #B0A095 background.


Related colors

Complementary color

Complementary color for #hex is #4F5F6A.


I love getcolorcode.com

Triadic colors

1 #95B0A0 and #A095B0 with #B0A095 are triadic colors.

2 #95A0B0 and #A0B095 with #B0A095 are triadic colors.