COLOR #B0A395

HEX: #B0A395 RGB: (176,163,149)

Color info

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

RGB color model

#B0A395 color RGB value is (176,163,149).

RGB: (176,163,149) (69%, 64%, 58%)

RGB channels and saturation

R 176 of 255 = 69%
G 163 of 255 = 64%
B 149 of 255 = 58%

176
163
149

R + G + B ~ 64%. #B0A395 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 163 + 149 = 488 (100%)
R 176 of 488 ~ 36.07%
G 163 of 488 ~ 33.4%
B 149 of 488 ~ 30.53'%

%36.07
%33.4
%30.53

CMYK color model

#B0A395 color CMYK value is (0,7,15,31).

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

CMYK: (0,7,15,31)
C0M7Y15K31 (0%, 7%, 15%, 31%)
(0.00 / 0.07 / 0.15 / 0.31)

CMYK percentages

%0
%7.39
%15.34
%30.98

Codes

Color #B0A395 in popluar color models

B0 A3 95
RGB 176 163 149
HSL 31° 14.59% 63.73%
HSB/HSV 31° 15.34% 69.02%
CMYK 0.00% 7.39% 15.34%
30.98%

Color #B0A395 in popluar number systems.

HEX B0 A3 95
Decimal 176 163 149
Binary 10110000 10100011 10010101
Octal 260 243 225

Shades and tints

Shades of #B0A395

#B0A395
(176,163,149)
#A09588
(160,149,136)
#90877B
(144,135,123)
#80796E
(128,121,110)
#706B61
(112,107,97)
#605D54
(96,93,84)
#504F47
(80,79,71)
#40413A
(64,65,58)
#30332D
(48,51,45)
#202520
(32,37,32)
#101713
(16,23,19)
#000000
(0,0,0)

Tints of #B0A395

#B0A395
(176,163,149)
#B7AB9E
(183,171,158)
#BEB3A7
(190,179,167)
#C5BBB0
(197,187,176)
#CCC3B9
(204,195,185)
#D3CBC2
(211,203,194)
#DAD3CB
(218,211,203)
#E1DBD4
(225,219,212)
#E8E3DD
(232,227,221)
#EFEBE6
(239,235,230)
#F6F3EF
(246,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A395; }

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

This text font color is #B0A395.

Background Color

.myBgColor { background-color: #B0A395; }

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

This div background color is #B0A395.

Border color

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

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

This div border color is #B0A395.

Opacity

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

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

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

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

This text has shadow with #B0A395 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0A395.

Preview

Color preview on black background

This text has color #B0A395 on black background.


Color preview on white background

This text has color #B0A395 on white background.


Black color preview on #B0A395 background

This text has black color on #B0A395 background.


White color preview on #B0A395 background

This text has white color on #B0A395 background.


Related colors

Complementary color

Complementary color for #hex is #4F5C6A.


I love getcolorcode.com

Triadic colors

1 #95B0A3 and #A395B0 with #B0A395 are triadic colors.

2 #95A3B0 and #A3B095 with #B0A395 are triadic colors.