#B99A99

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

Shades of Dusty Grey #B99A99

Tints of Dusty Grey #B99A99

Color information

#B99A99 (or 0xB99A99) is unknown color: approx Dusty Grey. HEX triplet: B9, 9A and 99. RGB value is (185,154,153). Sum of RGB (Red+Green+Blue) = 185+154+153=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 153 (60.16% from 255 or 31.10% from 492); Max value from RGB is 185 - color contains mainly: red. Hex color #B99A99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99A99 is #466566. Grayscale: #A3A3A3. Windows color (decimal): -4613479 or 10066617. OLE color: 10066617.

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

Color convert

RGB185154153-
CMYK00.170.170.27
HSL1.88º18.6%66.27%-
HSV(B)1.88º17.3%72.55%-
XYZ37.3135.7335.07-
YUV163.16122.27143.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.60%
GREEN value IS 154 (60.55% from 255) = 31.30%
BLUE value IS 153 (60.16% from 255) = 31.10%
R=37.60%
G=31.30%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515415300.170.170.271.8818.666.27
HexB99A99011111B21342
Octal2712322310212133223102
Binary101110011001101010011001010001100011101110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99A99; }

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

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

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

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

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

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

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

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