#B49998

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

Shades of Dusty Grey #B49998

Tints of Dusty Grey #B49998

Color information

#B49998 (or 0xB49998) is unknown color: approx Dusty Grey. HEX triplet: B4, 99 and 98. RGB value is (180,153,152). Sum of RGB (Red+Green+Blue) = 180+153+152=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 152 (59.77% from 255 or 31.34% from 485); Max value from RGB is 180 - color contains mainly: red. Hex color #B49998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49998 is #4B6667. Grayscale: #A0A0A0. Windows color (decimal): -4941416 or 10000820. OLE color: 10000820.

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

Color convert

RGB180153152-
CMYK00.150.160.29
HSL2.14º15.73%65.1%-
HSV(B)2.14º15.56%70.59%-
XYZ35.8834.7534.52-
YUV160.96122.95141.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.11%
GREEN value IS 153 (60.16% from 255) = 31.55%
BLUE value IS 152 (59.77% from 255) = 31.34%
R=37.11%
G=31.55%
B=31.34%

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
Decimal18015315200.150.160.292.1415.7365.1
HexB499980F101D21041
Octal2642312300172035220101
Binary10110100100110011001100001111100001110110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49998; }

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

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

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

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

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

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

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

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