#B49D9A

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

Shades of Dusty Grey #B49D9A

Tints of Dusty Grey #B49D9A

Color information

#B49D9A (or 0xB49D9A) is unknown color: approx Dusty Grey. HEX triplet: B4, 9D and 9A. RGB value is (180,157,154). Sum of RGB (Red+Green+Blue) = 180+157+154=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49D9A is #4B6265. Grayscale: #A3A3A3. Windows color (decimal): -4940390 or 10132916. OLE color: 10132916.

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

Color convert

RGB180157154-
CMYK00.130.140.29
HSL6.92º14.77%65.49%-
HSV(B)6.92º14.44%70.59%-
XYZ36.7136.1535.61-
YUV163.54122.62139.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.66%
GREEN value IS 157 (61.72% from 255) = 31.98%
BLUE value IS 154 (60.55% from 255) = 31.36%
R=36.66%
G=31.98%
B=31.36%

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
Decimal18015715400.130.140.296.9214.7765.49
HexB49D9A0DE1D7f41
Octal2642352320151635717101
Binary1011010010011101100110100110111101110111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49D9A; }

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

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

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

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

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

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

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

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