#B49C9A

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

Shades of Dusty Grey #B49C9A

Tints of Dusty Grey #B49C9A

Color information

#B49C9A (or 0xB49C9A) is unknown color: approx Dusty Grey. HEX triplet: B4, 9C and 9A. RGB value is (180,156,154). Sum of RGB (Red+Green+Blue) = 180+156+154=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49C9A is #4B6365. Grayscale: #A2A2A2. Windows color (decimal): -4940646 or 10132660. OLE color: 10132660.

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

Color convert

RGB180156154-
CMYK00.130.140.29
HSL4.62º14.77%65.49%-
HSV(B)4.62º14.44%70.59%-
XYZ36.5435.8135.56-
YUV162.95122.95140.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.73%
GREEN value IS 156 (61.33% from 255) = 31.84%
BLUE value IS 154 (60.55% from 255) = 31.43%
R=36.73%
G=31.84%
B=31.43%

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
Decimal18015615400.130.140.294.6214.7765.49
HexB49C9A0DE1D5f41
Octal2642342320151635517101
Binary1011010010011100100110100110111101110110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49C9A; }

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

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

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

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

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

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

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

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