#B59C99

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

Shades of Dusty Grey #B59C99

Tints of Dusty Grey #B59C99

Color information

#B59C99 (or 0xB59C99) is unknown color: approx Dusty Grey. HEX triplet: B5, 9C and 99. RGB value is (181,156,153). Sum of RGB (Red+Green+Blue) = 181+156+153=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 153 (60.16% from 255 or 31.22% from 490); Max value from RGB is 181 - color contains mainly: red. Hex color #B59C99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59C99 is #4A6366. Grayscale: #A3A3A3. Windows color (decimal): -4875111 or 10067125. OLE color: 10067125.

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

Color convert

RGB181156153-
CMYK00.140.150.29
HSL6.43º15.91%65.49%-
HSV(B)6.43º15.47%70.98%-
XYZ36.6935.935.13-
YUV163.13122.28140.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.94%
GREEN value IS 156 (61.33% from 255) = 31.84%
BLUE value IS 153 (60.16% from 255) = 31.22%
R=36.94%
G=31.84%
B=31.22%

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
Decimal18115615300.140.150.296.4315.9165.49
HexB59C990EF1D61041
Octal2652342310161735620101
Binary10110101100111001001100101110111111101110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59C99; }

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

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

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

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

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

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

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

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