#B19999

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

Shades of Dusty Grey #B19999

Tints of Dusty Grey #B19999

Color information

#B19999 (or 0xB19999) is unknown color: approx Dusty Grey. HEX triplet: B1, 99 and 99. RGB value is (177,153,153). Sum of RGB (Red+Green+Blue) = 177+153+153=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 153 (60.16% from 255 or 31.68% from 483); Max value from RGB is 177 - color contains mainly: red. Hex color #B19999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19999 is #4E6666. Grayscale: #A0A0A0. Windows color (decimal): -5138023 or 10066353. OLE color: 10066353.

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

Color convert

RGB177153153-
CMYK00.140.140.31
HSL13.33%64.71%-
HSV(B)13.56%69.41%-
XYZ35.2734.4334.92-
YUV160.18123.95140-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.65%
GREEN value IS 153 (60.16% from 255) = 31.68%
BLUE value IS 153 (60.16% from 255) = 31.68%
R=36.65%
G=31.68%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715315300.140.140.31013.3364.71
HexB199990EE1F0d41
Octal2612312310161637015101
Binary10110001100110011001100101110111011111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19999; }

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

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

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

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

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

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

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

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