#B59C9A

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

Shades of Dusty Grey #B59C9A

Tints of Dusty Grey #B59C9A

Color information

#B59C9A (or 0xB59C9A) is unknown color: approx Dusty Grey. HEX triplet: B5, 9C and 9A. RGB value is (181,156,154). Sum of RGB (Red+Green+Blue) = 181+156+154=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 181 - color contains mainly: red. Hex color #B59C9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59C9A is #4A6365. Grayscale: #A3A3A3. Windows color (decimal): -4875110 or 10132661. OLE color: 10132661.

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

Color convert

RGB181156154-
CMYK00.140.150.29
HSL4.44º15.43%65.69%-
HSV(B)4.44º14.92%70.98%-
XYZ36.7835.9335.57-
YUV163.25122.78140.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.86%
GREEN value IS 156 (61.33% from 255) = 31.77%
BLUE value IS 154 (60.55% from 255) = 31.36%
R=36.86%
G=31.77%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115615400.140.150.294.4415.4365.69
HexB59C9A0EF1D4f42
Octal2652342320161735417102
Binary1011010110011100100110100111011111110110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59C9A; }

 p { color: rgb(181,156,154); }

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

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

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

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

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

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

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