#B19F9F

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

Shades of Dusty Grey #B19F9F

Tints of Dusty Grey #B19F9F

Color information

#B19F9F (or 0xB19F9F) is unknown color: approx Dusty Grey. HEX triplet: B1, 9F and 9F. RGB value is (177,159,159). Sum of RGB (Red+Green+Blue) = 177+159+159=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 177 - color contains mainly: red. Hex color #B19F9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19F9F is #4E6060. Grayscale: #A4A4A4. Windows color (decimal): -5136481 or 10461105. OLE color: 10461105.

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

Color convert

RGB177159159-
CMYK00.100.100.31
HSL10.34%65.88%-
HSV(B)10.17%69.41%-
XYZ36.7936.6537.94-
YUV164.38124.96137-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.76%
GREEN value IS 159 (62.5% from 255) = 32.12%
BLUE value IS 159 (62.5% from 255) = 32.12%
R=35.76%
G=32.12%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715915900.100.100.31010.3465.88
HexB19F9F0AA1F0a42
Octal2612372370121237012102
Binary10110001100111111001111101010101011111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19F9F; }

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

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

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

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

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

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

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

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