#B19797

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

Shades of Dusty Grey #B19797

Tints of Dusty Grey #B19797

Color information

#B19797 (or 0xB19797) is unknown color: approx Dusty Grey. HEX triplet: B1, 97 and 97. RGB value is (177,151,151). Sum of RGB (Red+Green+Blue) = 177+151+151=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 151 (59.38% from 255 or 31.52% from 479); Blue value is 151 (59.38% from 255 or 31.52% from 479); Max value from RGB is 177 - color contains mainly: red. Hex color #B19797 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19797 is #4E6868. Grayscale: #9E9E9E. Windows color (decimal): -5138537 or 9934769. OLE color: 9934769.

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

Color convert

RGB177151151-
CMYK00.150.150.31
HSL14.29%64.31%-
HSV(B)14.69%69.41%-
XYZ34.7833.7133.95-
YUV158.77123.61141-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.95%
GREEN value IS 151 (59.38% from 255) = 31.52%
BLUE value IS 151 (59.38% from 255) = 31.52%
R=36.95%
G=31.52%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715115100.150.150.31014.2964.31
HexB197970FF1F0e40
Octal2612272270171737016100
Binary10110001100101111001011101111111111111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19797; }

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

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

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

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

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

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

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

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