#B49D9C

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

Shades of Dusty Grey #B49D9C

Tints of Dusty Grey #B49D9C

Color information

#B49D9C (or 0xB49D9C) is unknown color: approx Dusty Grey. HEX triplet: B4, 9D and 9C. RGB value is (180,157,156). Sum of RGB (Red+Green+Blue) = 180+157+156=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 157 (61.72% from 255 or 31.85% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49D9C is #4B6263. Grayscale: #A3A3A3. Windows color (decimal): -4940388 or 10263988. OLE color: 10263988.

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

Color convert

RGB180157156-
CMYK00.130.130.29
HSL2.5º13.79%65.88%-
HSV(B)2.5º13.33%70.59%-
XYZ36.8836.2236.5-
YUV163.76123.62139.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.51%
GREEN value IS 157 (61.72% from 255) = 31.85%
BLUE value IS 156 (61.33% from 255) = 31.64%
R=36.51%
G=31.85%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015715600.130.130.292.513.7965.88
HexB49D9C0DD1D3e42
Octal2642352340151535316102
Binary101101001001110110011100011011101111011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49D9C; }

 p { color: rgb(180,157,156); }

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

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

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

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

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

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

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