#B49D9B

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

Shades of Dusty Grey #B49D9B

Tints of Dusty Grey #B49D9B

Color information

#B49D9B (or 0xB49D9B) is unknown color: approx Dusty Grey. HEX triplet: B4, 9D and 9B. RGB value is (180,157,155). Sum of RGB (Red+Green+Blue) = 180+157+155=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49D9B is #4B6264. Grayscale: #A3A3A3. Windows color (decimal): -4940389 or 10198452. OLE color: 10198452.

HSL color Cylindrical-coordinate representation of color #B49D9B: hue angle of 4.8º 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 #B49D9B is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB180157155-
CMYK00.130.140.29
HSL4.8º14.29%65.69%-
HSV(B)4.8º13.89%70.59%-
XYZ36.836.1836.06-
YUV163.65123.12139.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.59%
GREEN value IS 157 (61.72% from 255) = 31.91%
BLUE value IS 155 (60.94% from 255) = 31.50%
R=36.59%
G=31.91%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015715500.130.140.294.814.2965.69
HexB49D9B0DE1D5e42
Octal2642352330151635516102
Binary1011010010011101100110110110111101110110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49D9B; }

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

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

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

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

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

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

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

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