#B59F9F

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

Shades of Dusty Grey #B59F9F

Tints of Dusty Grey #B59F9F

Color information

#B59F9F (or 0xB59F9F) is unknown color: approx Dusty Grey. HEX triplet: B5, 9F and 9F. RGB value is (181,159,159). Sum of RGB (Red+Green+Blue) = 181+159+159=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 159 (62.5% from 255 or 31.86% from 499); Max value from RGB is 181 - color contains mainly: red. Hex color #B59F9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59F9F is #4A6060. Grayscale: #A5A5A5. Windows color (decimal): -4874337 or 10461109. OLE color: 10461109.

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

Color convert

RGB181159159-
CMYK00.120.120.29
HSL12.94%66.67%-
HSV(B)12.15%70.98%-
XYZ37.7137.1237.98-
YUV165.58124.29139-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.27%
GREEN value IS 159 (62.5% from 255) = 31.86%
BLUE value IS 159 (62.5% from 255) = 31.86%
R=36.27%
G=31.86%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115915900.120.120.29012.9466.67
HexB59F9F0CC1D0d43
Octal2652372370141435015103
Binary10110101100111111001111101100110011101011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59F9F; }

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

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

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

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

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

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

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

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