#B09696

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

Shades of Dusty Grey #B09696

Tints of Dusty Grey #B09696

Color information

#B09696 (or 0xB09696) is unknown color: approx Dusty Grey. HEX triplet: B0, 96 and 96. RGB value is (176,150,150). Sum of RGB (Red+Green+Blue) = 176+150+150=476 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.97% from 476); Green value is 150 (58.98% from 255 or 31.51% from 476); Blue value is 150 (58.98% from 255 or 31.51% from 476); Max value from RGB is 176 - color contains mainly: red. Hex color #B09696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09696 is #4F6969. Grayscale: #9D9D9D. Windows color (decimal): -5204330 or 9868976. OLE color: 9868976.

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

Color convert

RGB176150150-
CMYK00.150.150.31
HSL14.13%63.92%-
HSV(B)14.77%69.02%-
XYZ34.3233.2433.46-
YUV157.77123.61141-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.97%
GREEN value IS 150 (58.98% from 255) = 31.51%
BLUE value IS 150 (58.98% from 255) = 31.51%
R=36.97%
G=31.51%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615015000.150.150.31014.1363.92
HexB096960FF1F0e40
Octal2602262260171737016100
Binary10110000100101101001011001111111111111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09696; }

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

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

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

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

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

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

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

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