#B89B99

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

Shades of Dusty Grey #B89B99

Tints of Dusty Grey #B89B99

Color information

#B89B99 (or 0xB89B99) is unknown color: approx Dusty Grey. HEX triplet: B8, 9B and 99. RGB value is (184,155,153). Sum of RGB (Red+Green+Blue) = 184+155+153=492 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.40% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 153 (60.16% from 255 or 31.10% from 492); Max value from RGB is 184 - color contains mainly: red. Hex color #B89B99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89B99 is #476466. Grayscale: #A3A3A3. Windows color (decimal): -4678759 or 10066872. OLE color: 10066872.

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

Color convert

RGB184155153-
CMYK00.160.170.28
HSL3.87º17.92%66.08%-
HSV(B)3.87º16.85%72.16%-
XYZ37.2435.9335.11-
YUV163.44122.11142.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.40%
GREEN value IS 155 (60.94% from 255) = 31.50%
BLUE value IS 153 (60.16% from 255) = 31.10%
R=37.40%
G=31.50%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415515300.160.170.283.8717.9266.08
HexB89B99010111C41242
Octal2702332310202134422102
Binary1011100010011011100110010100001000111100100100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89B99; }

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

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

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

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

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

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

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

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