#B59797

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

Shades of Dusty Grey #B59797

Tints of Dusty Grey #B59797

Color information

#B59797 (or 0xB59797) is unknown color: approx Dusty Grey. HEX triplet: B5, 97 and 97. RGB value is (181,151,151). Sum of RGB (Red+Green+Blue) = 181+151+151=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 151 (59.38% from 255 or 31.26% from 483); Blue value is 151 (59.38% from 255 or 31.26% from 483); Max value from RGB is 181 - color contains mainly: red. Hex color #B59797 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59797 is #4A6868. Grayscale: #A0A0A0. Windows color (decimal): -4876393 or 9934773. OLE color: 9934773.

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

Color convert

RGB181151151-
CMYK00.170.170.29
HSL16.85%65.1%-
HSV(B)16.57%70.98%-
XYZ35.7134.1934-
YUV159.97122.94143-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.47%
GREEN value IS 151 (59.38% from 255) = 31.26%
BLUE value IS 151 (59.38% from 255) = 31.26%
R=37.47%
G=31.26%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115115100.170.170.29016.8565.1
HexB59797011111D01141
Octal2652272270212135021101
Binary10110101100101111001011101000110001111010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59797; }

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

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

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

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

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

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

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

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