#B19F9E

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

Shades of Dusty Grey #B19F9E

Tints of Dusty Grey #B19F9E

Color information

#B19F9E (or 0xB19F9E) is unknown color: approx Dusty Grey. HEX triplet: B1, 9F and 9E. RGB value is (177,159,158). Sum of RGB (Red+Green+Blue) = 177+159+158=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 177 - color contains mainly: red. Hex color #B19F9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19F9E is #4E6061. Grayscale: #A4A4A4. Windows color (decimal): -5136482 or 10395569. OLE color: 10395569.

HSL color Cylindrical-coordinate representation of color #B19F9E: hue angle of 3.16º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B19F9E is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB177159158-
CMYK00.100.110.31
HSL3.16º10.86%65.69%-
HSV(B)3.16º10.73%69.41%-
XYZ36.736.6137.48-
YUV164.27124.46137.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.83%
GREEN value IS 159 (62.5% from 255) = 32.19%
BLUE value IS 158 (62.11% from 255) = 31.98%
R=35.83%
G=32.19%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715915800.100.110.313.1610.8665.69
HexB19F9E0AB1F3b42
Octal2612372360121337313102
Binary101100011001111110011110010101011111111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19F9E; }

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

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

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

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

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

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

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

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