#B89E9B

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

Shades of Dusty Grey #B89E9B

Tints of Dusty Grey #B89E9B

Color information

#B89E9B (or 0xB89E9B) is unknown color: approx Dusty Grey. HEX triplet: B8, 9E and 9B. RGB value is (184,158,155). Sum of RGB (Red+Green+Blue) = 184+158+155=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 184 - color contains mainly: red. Hex color #B89E9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89E9B is #476164. Grayscale: #A5A5A5. Windows color (decimal): -4677989 or 10198712. OLE color: 10198712.

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

Color convert

RGB184158155-
CMYK00.140.160.28
HSL6.21º16.96%66.47%-
HSV(B)6.21º15.76%72.16%-
XYZ37.9137.0136.16-
YUV165.43122.11141.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.02%
GREEN value IS 158 (62.11% from 255) = 31.79%
BLUE value IS 155 (60.94% from 255) = 31.19%
R=37.02%
G=31.79%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415815500.140.160.286.2116.9666.47
HexB89E9B0E101C61142
Octal2702362330162034621102
Binary101110001001111010011011011101000011100110100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89E9B; }

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

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

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

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

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

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

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

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