#B49F9F

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

Shades of Dusty Grey #B49F9F

Tints of Dusty Grey #B49F9F

Color information

#B49F9F (or 0xB49F9F) is unknown color: approx Dusty Grey. HEX triplet: B4, 9F and 9F. RGB value is (180,159,159). Sum of RGB (Red+Green+Blue) = 180+159+159=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 159 (62.5% from 255 or 31.93% from 498); Max value from RGB is 180 - color contains mainly: red. Hex color #B49F9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49F9F is #4B6060. Grayscale: #A5A5A5. Windows color (decimal): -4939873 or 10461108. OLE color: 10461108.

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

Color convert

RGB180159159-
CMYK00.120.120.29
HSL12.28%66.47%-
HSV(B)11.67%70.59%-
XYZ37.483737.97-
YUV165.28124.46138.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.14%
GREEN value IS 159 (62.5% from 255) = 31.93%
BLUE value IS 159 (62.5% from 255) = 31.93%
R=36.14%
G=31.93%
B=31.93%

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
Decimal18015915900.120.120.29012.2866.47
HexB49F9F0CC1D0c42
Octal2642372370141435014102
Binary10110100100111111001111101100110011101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49F9F; }

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

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

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

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

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

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

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

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