#B89998

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

Shades of Dusty Grey #B89998

Tints of Dusty Grey #B89998

Color information

#B89998 (or 0xB89998) is unknown color: approx Dusty Grey. HEX triplet: B8, 99 and 98. RGB value is (184,153,152). Sum of RGB (Red+Green+Blue) = 184+153+152=489 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.63% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 152 (59.77% from 255 or 31.08% from 489); Max value from RGB is 184 - color contains mainly: red. Hex color #B89998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89998 is #476667. Grayscale: #A2A2A2. Windows color (decimal): -4679272 or 10000824. OLE color: 10000824.

HSL color Cylindrical-coordinate representation of color #B89998: hue angle of 1.88º 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 #B89998 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB184153152-
CMYK00.170.170.28
HSL1.88º18.39%65.88%-
HSV(B)1.88º17.39%72.16%-
XYZ36.8335.2434.57-
YUV162.16122.27143.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.63%
GREEN value IS 153 (60.16% from 255) = 31.29%
BLUE value IS 152 (59.77% from 255) = 31.08%
R=37.63%
G=31.29%
B=31.08%

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
Decimal18415315200.170.170.281.8818.3965.88
HexB89998011111C21242
Octal2702312300212134222102
Binary101110001001100110011000010001100011110010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89998; }

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

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

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

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

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

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

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

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