#B59D9A

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

Shades of Dusty Grey #B59D9A

Tints of Dusty Grey #B59D9A

Color information

#B59D9A (or 0xB59D9A) is unknown color: approx Dusty Grey. HEX triplet: B5, 9D and 9A. RGB value is (181,157,154). Sum of RGB (Red+Green+Blue) = 181+157+154=492 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.79% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 181 - color contains mainly: red. Hex color #B59D9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59D9A is #4A6265. Grayscale: #A3A3A3. Windows color (decimal): -4874854 or 10132917. OLE color: 10132917.

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

Color convert

RGB181157154-
CMYK00.130.150.29
HSL6.67º15.43%65.69%-
HSV(B)6.67º14.92%70.98%-
XYZ36.9536.2735.63-
YUV163.83122.45140.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.79%
GREEN value IS 157 (61.72% from 255) = 31.91%
BLUE value IS 154 (60.55% from 255) = 31.30%
R=36.79%
G=31.91%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115715400.130.150.296.6715.4365.69
HexB59D9A0DF1D7f42
Octal2652352320151735717102
Binary1011010110011101100110100110111111110111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59D9A; }

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

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

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

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

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

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

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

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