#B19796

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

Shades of Dusty Grey #B19796

Tints of Dusty Grey #B19796

Color information

#B19796 (or 0xB19796) is unknown color: approx Dusty Grey. HEX triplet: B1, 97 and 96. RGB value is (177,151,150). Sum of RGB (Red+Green+Blue) = 177+151+150=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 151 (59.38% from 255 or 31.59% from 478); Blue value is 150 (58.98% from 255 or 31.38% from 478); Max value from RGB is 177 - color contains mainly: red. Hex color #B19796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19796 is #4E6869. Grayscale: #9E9E9E. Windows color (decimal): -5138538 or 9869233. OLE color: 9869233.

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

Color convert

RGB177151150-
CMYK00.150.150.31
HSL2.22º14.75%64.12%-
HSV(B)2.22º15.25%69.41%-
XYZ34.733.6833.53-
YUV158.66123.11141.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.03%
GREEN value IS 151 (59.38% from 255) = 31.59%
BLUE value IS 150 (58.98% from 255) = 31.38%
R=37.03%
G=31.59%
B=31.38%

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
Decimal17715115000.150.150.312.2214.7564.12
HexB197960FF1F2f40
Octal2612272260171737217100
Binary101100011001011110010110011111111111111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19796; }

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

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

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

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

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

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

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

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