#B99998

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

Shades of Dusty Grey #B99998

Tints of Dusty Grey #B99998

Color information

#B99998 (or 0xB99998) is unknown color: approx Dusty Grey. HEX triplet: B9, 99 and 98. RGB value is (185,153,152). Sum of RGB (Red+Green+Blue) = 185+153+152=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 152 (59.77% from 255 or 31.02% from 490); Max value from RGB is 185 - color contains mainly: red. Hex color #B99998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99998 is #466667. Grayscale: #A2A2A2. Windows color (decimal): -4613736 or 10000825. OLE color: 10000825.

HSL color Cylindrical-coordinate representation of color #B99998: hue angle of 1.82º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B99998 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB185153152-
CMYK00.170.180.27
HSL1.82º19.08%66.08%-
HSV(B)1.82º17.84%72.55%-
XYZ37.0735.3634.58-
YUV162.45122.1144.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.76%
GREEN value IS 153 (60.16% from 255) = 31.22%
BLUE value IS 152 (59.77% from 255) = 31.02%
R=37.76%
G=31.22%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515315200.170.180.271.8219.0866.08
HexB99998011121B21342
Octal2712312300212233223102
Binary101110011001100110011000010001100101101110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99998; }

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

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

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

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

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

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

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

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