#B19997

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

Shades of Dusty Grey #B19997

Tints of Dusty Grey #B19997

Color information

#B19997 (or 0xB19997) is unknown color: approx Dusty Grey. HEX triplet: B1, 99 and 97. RGB value is (177,153,151). Sum of RGB (Red+Green+Blue) = 177+153+151=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 151 (59.38% from 255 or 31.39% from 481); Max value from RGB is 177 - color contains mainly: red. Hex color #B19997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19997 is #4E6668. Grayscale: #9F9F9F. Windows color (decimal): -5138025 or 9935281. OLE color: 9935281.

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

Color convert

RGB177153151-
CMYK00.140.150.31
HSL4.62º14.29%64.31%-
HSV(B)4.62º14.69%69.41%-
XYZ35.1134.3634.06-
YUV159.95122.95140.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.80%
GREEN value IS 153 (60.16% from 255) = 31.81%
BLUE value IS 151 (59.38% from 255) = 31.39%
R=36.80%
G=31.81%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715315100.140.150.314.6214.2964.31
HexB199970EF1F5e40
Octal2612312270161737516100
Binary1011000110011001100101110111011111111110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19997; }

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

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

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

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

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

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

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

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