#B89997

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

Shades of Dusty Grey #B89997

Tints of Dusty Grey #B89997

Color information

#B89997 (or 0xB89997) is unknown color: approx Dusty Grey. HEX triplet: B8, 99 and 97. RGB value is (184,153,151). Sum of RGB (Red+Green+Blue) = 184+153+151=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 151 (59.38% from 255 or 30.94% from 488); Max value from RGB is 184 - color contains mainly: red. Hex color #B89997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89997 is #476668. Grayscale: #A2A2A2. Windows color (decimal): -4679273 or 9935288. OLE color: 9935288.

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

Color convert

RGB184153151-
CMYK00.170.180.28
HSL3.64º18.86%65.69%-
HSV(B)3.64º17.93%72.16%-
XYZ36.7435.2134.14-
YUV162.04121.77143.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.70%
GREEN value IS 153 (60.16% from 255) = 31.35%
BLUE value IS 151 (59.38% from 255) = 30.94%
R=37.70%
G=31.35%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415315100.170.180.283.6418.8665.69
HexB89997011121C41342
Octal2702312270212234423102
Binary1011100010011001100101110100011001011100100100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89997; }

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

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

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

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

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

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

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

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