#B89C9C

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

Shades of Dusty Grey #B89C9C

Tints of Dusty Grey #B89C9C

Color information

#B89C9C (or 0xB89C9C) is unknown color: approx Dusty Grey. HEX triplet: B8, 9C and 9C. RGB value is (184,156,156). Sum of RGB (Red+Green+Blue) = 184+156+156=496 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.10% from 496); Green value is 156 (61.33% from 255 or 31.45% from 496); Blue value is 156 (61.33% from 255 or 31.45% from 496); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89C9C is #476363. Grayscale: #A4A4A4. Windows color (decimal): -4678500 or 10263736. OLE color: 10263736.

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

Color convert

RGB184156156-
CMYK00.150.150.28
HSL16.47%66.67%-
HSV(B)15.22%72.16%-
XYZ37.6636.3736.49-
YUV164.37123.28142-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.10%
GREEN value IS 156 (61.33% from 255) = 31.45%
BLUE value IS 156 (61.33% from 255) = 31.45%
R=37.10%
G=31.45%
B=31.45%

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
Decimal18415615600.150.150.28016.4766.67
HexB89C9C0FF1C01043
Octal2702342340171734020103
Binary101110001001110010011100011111111111000100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89C9C; }

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

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

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

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

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

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

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

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