#B09797

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

Shades of Dusty Grey #B09797

Tints of Dusty Grey #B09797

Color information

#B09797 (or 0xB09797) is unknown color: approx Dusty Grey. HEX triplet: B0, 97 and 97. RGB value is (176,151,151). Sum of RGB (Red+Green+Blue) = 176+151+151=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 151 (59.38% from 255 or 31.59% from 478); Blue value is 151 (59.38% from 255 or 31.59% from 478); Max value from RGB is 176 - color contains mainly: red. Hex color #B09797 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09797 is #4F6868. Grayscale: #9E9E9E. Windows color (decimal): -5204073 or 9934768. OLE color: 9934768.

HSL color Cylindrical-coordinate representation of color #B09797: 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.14%. Process color model (Four color, CMYK) of #B09797 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB176151151-
CMYK00.140.140.31
HSL13.66%64.12%-
HSV(B)14.2%69.02%-
XYZ34.5633.633.94-
YUV158.48123.78140.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.82%
GREEN value IS 151 (59.38% from 255) = 31.59%
BLUE value IS 151 (59.38% from 255) = 31.59%
R=36.82%
G=31.59%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615115100.140.140.31013.6664.12
HexB097970EE1F0e40
Octal2602272270161637016100
Binary10110000100101111001011101110111011111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09797; }

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

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

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

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

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

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

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

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