COLOR #B0A393

HEX: #B0A393 RGB: (176,163,147)

Color info

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

RGB color model

#B0A393 color RGB value is (176,163,147).

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

RGB channels and saturation

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

176
163
147

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

Portions of RGB colors in percentages

R + G + B = 176 + 163 + 147 = 486 (100%)
R 176 of 486 ~ 36.21%
G 163 of 486 ~ 33.54%
B 147 of 486 ~ 30.25'%

%36.21
%33.54
%30.25

CMYK color model

#B0A393 color CMYK value is (0,7,16,31).

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

CMYK: (0,7,16,31)
C0M7Y16K31 (0%, 7%, 16%, 31%)
(0.00 / 0.07 / 0.16 / 0.31)

CMYK percentages

%0
%7.39
%16.48
%30.98

Codes

Color #B0A393 in popluar color models

B0 A3 93
RGB 176 163 147
HSL 33° 15.51% 63.33%
HSB/HSV 33° 16.48% 69.02%
CMYK 0.00% 7.39% 16.48%
30.98%

Color #B0A393 in popluar number systems.

HEX B0 A3 93
Decimal 176 163 147
Binary 10110000 10100011 10010011
Octal 260 243 223

Shades and tints

Shades of #B0A393

#B0A393
(176,163,147)
#A09586
(160,149,134)
#908779
(144,135,121)
#80796C
(128,121,108)
#706B5F
(112,107,95)
#605D52
(96,93,82)
#504F45
(80,79,69)
#404138
(64,65,56)
#30332B
(48,51,43)
#20251E
(32,37,30)
#101711
(16,23,17)
#000000
(0,0,0)

Tints of #B0A393

#B0A393
(176,163,147)
#B7AB9C
(183,171,156)
#BEB3A5
(190,179,165)
#C5BBAE
(197,187,174)
#CCC3B7
(204,195,183)
#D3CBC0
(211,203,192)
#DAD3C9
(218,211,201)
#E1DBD2
(225,219,210)
#E8E3DB
(232,227,219)
#EFEBE4
(239,235,228)
#F6F3ED
(246,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A393; }

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

This text font color is #B0A393.

Background Color

.myBgColor { background-color: #B0A393; }

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

This div background color is #B0A393.

Border color

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

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

This div border color is #B0A393.

Opacity

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

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

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

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

This text has shadow with #B0A393 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0A393.

Preview

Color preview on black background

This text has color #B0A393 on black background.


Color preview on white background

This text has color #B0A393 on white background.


Black color preview on #B0A393 background

This text has black color on #B0A393 background.


White color preview on #B0A393 background

This text has white color on #B0A393 background.


Related colors

Complementary color

Complementary color for #hex is #4F5C6C.


I love getcolorcode.com

Triadic colors

1 #93B0A3 and #A393B0 with #B0A393 are triadic colors.

2 #93A3B0 and #A3B093 with #B0A393 are triadic colors.