#B49797

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

Shades of Dusty Grey #B49797

Tints of Dusty Grey #B49797

Color information

#B49797 (or 0xB49797) is unknown color: approx Dusty Grey. HEX triplet: B4, 97 and 97. RGB value is (180,151,151). Sum of RGB (Red+Green+Blue) = 180+151+151=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 151 (59.38% from 255 or 31.33% from 482); Max value from RGB is 180 - color contains mainly: red. Hex color #B49797 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49797 is #4B6868. Grayscale: #9F9F9F. Windows color (decimal): -4941929 or 9934772. OLE color: 9934772.

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

Color convert

RGB180151151-
CMYK00.160.160.29
HSL16.2%64.9%-
HSV(B)16.11%70.59%-
XYZ35.4734.0733.98-
YUV159.67123.11142.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.34%
GREEN value IS 151 (59.38% from 255) = 31.33%
BLUE value IS 151 (59.38% from 255) = 31.33%
R=37.34%
G=31.33%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015115100.160.160.29016.264.9
HexB49797010101D01041
Octal2642272270202035020101
Binary10110100100101111001011101000010000111010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49797; }

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

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

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

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

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

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

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

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