#B49E9B

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

Shades of Dusty Grey #B49E9B

Tints of Dusty Grey #B49E9B

Color information

#B49E9B (or 0xB49E9B) is unknown color: approx Dusty Grey. HEX triplet: B4, 9E and 9B. RGB value is (180,158,155). Sum of RGB (Red+Green+Blue) = 180+158+155=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49E9B is #4B6164. Grayscale: #A4A4A4. Windows color (decimal): -4940133 or 10198708. OLE color: 10198708.

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

Color convert

RGB180158155-
CMYK00.120.140.29
HSL7.2º14.29%65.69%-
HSV(B)7.2º13.89%70.59%-
XYZ36.9736.5236.11-
YUV164.24122.79139.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.51%
GREEN value IS 158 (62.11% from 255) = 32.05%
BLUE value IS 155 (60.94% from 255) = 31.44%
R=36.51%
G=32.05%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015815500.120.140.297.214.2965.69
HexB49E9B0CE1D7e42
Octal2642362330141635716102
Binary1011010010011110100110110110011101110111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49E9B; }

 p { color: rgb(180,158,155); }

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

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

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

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

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

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

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