#B09999

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

Shades of Dusty Grey #B09999

Tints of Dusty Grey #B09999

Color information

#B09999 (or 0xB09999) is unknown color: approx Dusty Grey. HEX triplet: B0, 99 and 99. RGB value is (176,153,153). Sum of RGB (Red+Green+Blue) = 176+153+153=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 153 (60.16% from 255 or 31.74% from 482); Max value from RGB is 176 - color contains mainly: red. Hex color #B09999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09999 is #4F6666. Grayscale: #9F9F9F. Windows color (decimal): -5203559 or 10066352. OLE color: 10066352.

HSL color Cylindrical-coordinate representation of color #B09999: hue angle of 0º 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 #B09999 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB176153153-
CMYK00.130.130.31
HSL12.71%64.51%-
HSV(B)13.07%69.02%-
XYZ35.0534.3134.91-
YUV159.88124.12139.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.51%
GREEN value IS 153 (60.16% from 255) = 31.74%
BLUE value IS 153 (60.16% from 255) = 31.74%
R=36.51%
G=31.74%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615315300.130.130.31012.7164.51
HexB099990DD1F0d41
Octal2602312310151537015101
Binary10110000100110011001100101101110111111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09999; }

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

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

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

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

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

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

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

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