#B59897

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

Shades of Dusty Grey #B59897

Tints of Dusty Grey #B59897

Color information

#B59897 (or 0xB59897) is unknown color: approx Dusty Grey. HEX triplet: B5, 98 and 97. RGB value is (181,152,151). Sum of RGB (Red+Green+Blue) = 181+152+151=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 151 (59.38% from 255 or 31.20% from 484); Max value from RGB is 181 - color contains mainly: red. Hex color #B59897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59897 is #4A6768. Grayscale: #A0A0A0. Windows color (decimal): -4876137 or 9935029. OLE color: 9935029.

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

Color convert

RGB181152151-
CMYK00.160.170.29
HSL16.85%65.1%-
HSV(B)16.57%70.98%-
XYZ35.8734.5134.05-
YUV160.56122.61142.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.40%
GREEN value IS 152 (59.77% from 255) = 31.40%
BLUE value IS 151 (59.38% from 255) = 31.20%
R=37.40%
G=31.40%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115215100.160.170.29216.8565.1
HexB59897010111D21141
Octal2652302270202135221101
Binary101101011001100010010111010000100011110110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59897; }

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

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

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

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

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

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

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

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