#B89D9C

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

Shades of Dusty Grey #B89D9C

Tints of Dusty Grey #B89D9C

Color information

#B89D9C (or 0xB89D9C) is unknown color: approx Dusty Grey. HEX triplet: B8, 9D and 9C. RGB value is (184,157,156). Sum of RGB (Red+Green+Blue) = 184+157+156=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 184 - color contains mainly: red. Hex color #B89D9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89D9C is #476263. Grayscale: #A4A4A4. Windows color (decimal): -4678244 or 10263992. OLE color: 10263992.

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

Color convert

RGB184157156-
CMYK00.150.150.28
HSL2.14º16.47%66.67%-
HSV(B)2.14º15.22%72.16%-
XYZ37.8236.736.54-
YUV164.96122.95141.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.02%
GREEN value IS 157 (61.72% from 255) = 31.59%
BLUE value IS 156 (61.33% from 255) = 31.39%
R=37.02%
G=31.59%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415715600.150.150.282.1416.4766.67
HexB89D9C0FF1C21043
Octal2702352340171734220103
Binary1011100010011101100111000111111111110010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89D9C; }

 p { color: rgb(184,157,156); }

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

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

 a { background-color: rgb(184,157,156); }

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

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

 span { border-color: rgb(184,157,156); }

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