#B49695

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

Shades of Dusty Grey #B49695

Tints of Dusty Grey #B49695

Color information

#B49695 (or 0xB49695) is unknown color: approx Dusty Grey. HEX triplet: B4, 96 and 95. RGB value is (180,150,149). Sum of RGB (Red+Green+Blue) = 180+150+149=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 149 (58.59% from 255 or 31.11% from 479); Max value from RGB is 180 - color contains mainly: red. Hex color #B49695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49695 is #4B696A. Grayscale: #9E9E9E. Windows color (decimal): -4942187 or 9803444. OLE color: 9803444.

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

Color convert

RGB180150149-
CMYK00.170.170.29
HSL1.94º17.13%64.51%-
HSV(B)1.94º17.22%70.59%-
XYZ35.1533.6933.08-
YUV158.86122.44143.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.58%
GREEN value IS 150 (58.98% from 255) = 31.32%
BLUE value IS 149 (58.59% from 255) = 31.11%
R=37.58%
G=31.32%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015014900.170.170.291.9417.1364.51
HexB49695011111D21141
Octal2642262250212135221101
Binary101101001001011010010101010001100011110110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49695; }

 p { color: rgb(180,150,149); }

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

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

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

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

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

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

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