#B0A09E

Color #B0A09E Dusty Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dusty Grey #B0A09E

Tints of Dusty Grey #B0A09E

Color information

#B0A09E (or 0xB0A09E) is unknown color: approx Dusty Grey. HEX triplet: B0, A0 and 9E. RGB value is (176,160,158). Sum of RGB (Red+Green+Blue) = 176+160+158=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 160 (62.89% from 255 or 32.39% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A09E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A09E is #4F5F61. Grayscale: #A4A4A4. Windows color (decimal): -5201762 or 10395824. OLE color: 10395824.

HSL color Cylindrical-coordinate representation of color #B0A09E: hue angle of 6.67º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B0A09E is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB176160158-
CMYK00.090.100.31
HSL6.67º10.23%65.49%-
HSV(B)6.67º10.23%69.02%-
XYZ36.6536.8437.53-
YUV164.56124.3136.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 35.63%
GREEN value IS 160 (62.89% from 255) = 32.39%
BLUE value IS 158 (62.11% from 255) = 31.98%
R=35.63%
G=32.39%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616015800.090.100.316.6710.2365.49
HexB0A09E09A1F7a41
Octal2602402360111237712101
Binary1011000010100000100111100100110101111111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A09E; }

 p { color: rgb(176,160,158); }

 H1.HeaderClassName
 {
   color: #B0A09E;
 }
 .AnyTagClassName
 {
   color: #B0A09E;
 }
</style>
background-color css

<style>
 a { background-color: #B0A09E; }

 a { background-color: rgb(176,160,158); }

 div.DivClassName
 {
   background-color: #B0A09E;
 }
 .BgClassName
 {
   background-color: #B0A09E;
 }
</style>
border-color css

<style>
 span { border-color: #B0A09E; }

 span { border-color: rgb(176,160,158); }

 td.TdClassName
 {
   border-color: #B0A09E;
 }
 .TagClassName
 {
   border-color: #B0A09E;
 }
</style>