#B89F9E

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

Shades of Dusty Grey #B89F9E

Tints of Dusty Grey #B89F9E

Color information

#B89F9E (or 0xB89F9E) is unknown color: approx Dusty Grey. HEX triplet: B8, 9F and 9E. RGB value is (184,159,158). Sum of RGB (Red+Green+Blue) = 184+159+158=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 158 (62.11% from 255 or 31.54% from 501); Max value from RGB is 184 - color contains mainly: red. Hex color #B89F9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89F9E is #476061. Grayscale: #A6A6A6. Windows color (decimal): -4677730 or 10395576. OLE color: 10395576.

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

Color convert

RGB184159158-
CMYK00.140.140.28
HSL2.31º15.48%67.06%-
HSV(B)2.31º14.13%72.16%-
XYZ38.3437.4637.56-
YUV166.36123.28140.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.73%
GREEN value IS 159 (62.5% from 255) = 31.74%
BLUE value IS 158 (62.11% from 255) = 31.54%
R=36.73%
G=31.74%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415915800.140.140.282.3115.4867.06
HexB89F9E0EE1C2f43
Octal2702372360161634217103
Binary101110001001111110011110011101110111001011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89F9E; }

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

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

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

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

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

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

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

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