#B49997

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

Shades of Dusty Grey #B49997

Tints of Dusty Grey #B49997

Color information

#B49997 (or 0xB49997) is unknown color: approx Dusty Grey. HEX triplet: B4, 99 and 97. RGB value is (180,153,151). Sum of RGB (Red+Green+Blue) = 180+153+151=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 151 (59.38% from 255 or 31.20% from 484); Max value from RGB is 180 - color contains mainly: red. Hex color #B49997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49997 is #4B6668. Grayscale: #A0A0A0. Windows color (decimal): -4941417 or 9935284. OLE color: 9935284.

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

Color convert

RGB180153151-
CMYK00.150.160.29
HSL4.14º16.2%64.9%-
HSV(B)4.14º16.11%70.59%-
XYZ35.834.7234.09-
YUV160.84122.45141.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.19%
GREEN value IS 153 (60.16% from 255) = 31.61%
BLUE value IS 151 (59.38% from 255) = 31.20%
R=37.19%
G=31.61%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015315100.150.160.294.1416.264.9
HexB499970F101D41041
Octal2642312270172035420101
Binary101101001001100110010111011111000011101100100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49997; }

 p { color: rgb(180,153,151); }

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

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

 a { background-color: rgb(180,153,151); }

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

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

 span { border-color: rgb(180,153,151); }

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