#B59A9A

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

Shades of Dusty Grey #B59A9A

Tints of Dusty Grey #B59A9A

Color information

#B59A9A (or 0xB59A9A) is unknown color: approx Dusty Grey. HEX triplet: B5, 9A and 9A. RGB value is (181,154,154). Sum of RGB (Red+Green+Blue) = 181+154+154=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 181 - color contains mainly: red. Hex color #B59A9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59A9A is #4A6565. Grayscale: #A2A2A2. Windows color (decimal): -4875622 or 10132149. OLE color: 10132149.

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

Color convert

RGB181154154-
CMYK00.150.150.29
HSL15.43%65.69%-
HSV(B)14.92%70.98%-
XYZ36.4435.2735.46-
YUV162.07123.45141.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.01%
GREEN value IS 154 (60.55% from 255) = 31.49%
BLUE value IS 154 (60.55% from 255) = 31.49%
R=37.01%
G=31.49%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115415400.150.150.29015.4365.69
HexB59A9A0FF1D0f42
Octal2652322320171735017102
Binary10110101100110101001101001111111111101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59A9A; }

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

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

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

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

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

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

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

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