#B49999

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

Shades of Dusty Grey #B49999

Tints of Dusty Grey #B49999

Color information

#B49999 (or 0xB49999) is unknown color: approx Dusty Grey. HEX triplet: B4, 99 and 99. RGB value is (180,153,153). Sum of RGB (Red+Green+Blue) = 180+153+153=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 180 - color contains mainly: red. Hex color #B49999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49999 is #4B6666. Grayscale: #A1A1A1. Windows color (decimal): -4941415 or 10066356. OLE color: 10066356.

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

Color convert

RGB180153153-
CMYK00.150.150.29
HSL15.25%65.29%-
HSV(B)15%70.59%-
XYZ35.9634.7934.96-
YUV161.07123.45141.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.04%
GREEN value IS 153 (60.16% from 255) = 31.48%
BLUE value IS 153 (60.16% from 255) = 31.48%
R=37.04%
G=31.48%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015315300.150.150.29015.2565.29
HexB499990FF1D0f41
Octal2642312310171735017101
Binary10110100100110011001100101111111111101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49999; }

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

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

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

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

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

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

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

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