#B89999

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

Shades of Dusty Grey #B89999

Tints of Dusty Grey #B89999

Color information

#B89999 (or 0xB89999) is unknown color: approx Dusty Grey. HEX triplet: B8, 99 and 99. RGB value is (184,153,153). Sum of RGB (Red+Green+Blue) = 184+153+153=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 153 (60.16% from 255 or 31.22% from 490); Max value from RGB is 184 - color contains mainly: red. Hex color #B89999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89999 is #476666. Grayscale: #A2A2A2. Windows color (decimal): -4679271 or 10066360. OLE color: 10066360.

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

Color convert

RGB184153153-
CMYK00.170.170.28
HSL17.92%66.08%-
HSV(B)16.85%72.16%-
XYZ36.9135.2735-
YUV162.27122.77143.5-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.55%
GREEN value IS 153 (60.16% from 255) = 31.22%
BLUE value IS 153 (60.16% from 255) = 31.22%
R=37.55%
G=31.22%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415315300.170.170.28017.9266.08
HexB89999011111C01242
Octal2702312310212134022102
Binary10111000100110011001100101000110001111000100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89999; }

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

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

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

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

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

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

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

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