#B09A99

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

Shades of Dusty Grey #B09A99

Tints of Dusty Grey #B09A99

Color information

#B09A99 (or 0xB09A99) is unknown color: approx Dusty Grey. HEX triplet: B0, 9A and 99. RGB value is (176,154,153). Sum of RGB (Red+Green+Blue) = 176+154+153=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 153 (60.16% from 255 or 31.68% from 483); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09A99 is #4F6566. Grayscale: #A0A0A0. Windows color (decimal): -5203303 or 10066608. OLE color: 10066608.

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

Color convert

RGB176154153-
CMYK00.120.130.31
HSL2.61º12.71%64.51%-
HSV(B)2.61º13.07%69.02%-
XYZ35.2134.6434.97-
YUV160.46123.79139.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.44%
GREEN value IS 154 (60.55% from 255) = 31.88%
BLUE value IS 153 (60.16% from 255) = 31.68%
R=36.44%
G=31.88%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615415300.120.130.312.6112.7164.51
HexB09A990CD1F3d41
Octal2602322310141537315101
Binary101100001001101010011001011001101111111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09A99; }

 p { color: rgb(176,154,153); }

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

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

 a { background-color: rgb(176,154,153); }

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

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

 span { border-color: rgb(176,154,153); }

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