#B19695

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

Shades of Dusty Grey #B19695

Tints of Dusty Grey #B19695

Color information

#B19695 (or 0xB19695) is unknown color: approx Dusty Grey. HEX triplet: B1, 96 and 95. RGB value is (177,150,149). Sum of RGB (Red+Green+Blue) = 177+150+149=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 150 (58.98% from 255 or 31.51% from 476); Blue value is 149 (58.59% from 255 or 31.30% from 476); Max value from RGB is 177 - color contains mainly: red. Hex color #B19695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19695 is #4E696A. Grayscale: #9D9D9D. Windows color (decimal): -5138795 or 9803441. OLE color: 9803441.

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

Color convert

RGB177150149-
CMYK00.150.160.31
HSL2.14º15.22%63.92%-
HSV(B)2.14º15.82%69.41%-
XYZ34.4633.3333.05-
YUV157.96122.95141.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.18%
GREEN value IS 150 (58.98% from 255) = 31.51%
BLUE value IS 149 (58.59% from 255) = 31.30%
R=37.18%
G=31.51%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715014900.150.160.312.1415.2263.92
HexB196950F101F2f40
Octal2612262250172037217100
Binary1011000110010110100101010111110000111111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19695; }

 p { color: rgb(177,150,149); }

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

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

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

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

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

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

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