#B39796

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

Shades of Dusty Grey #B39796

Tints of Dusty Grey #B39796

Color information

#B39796 (or 0xB39796) is unknown color: approx Dusty Grey. HEX triplet: B3, 97 and 96. RGB value is (179,151,150). Sum of RGB (Red+Green+Blue) = 179+151+150=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 151 (59.38% from 255 or 31.46% from 480); Blue value is 150 (58.98% from 255 or 31.25% from 480); Max value from RGB is 179 - color contains mainly: red. Hex color #B39796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39796 is #4C6869. Grayscale: #9F9F9F. Windows color (decimal): -5007466 or 9869235. OLE color: 9869235.

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

Color convert

RGB179151150-
CMYK00.160.160.30
HSL2.07º16.02%64.51%-
HSV(B)2.07º16.2%70.2%-
XYZ35.1633.9233.55-
YUV159.26122.78142.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.29%
GREEN value IS 151 (59.38% from 255) = 31.46%
BLUE value IS 150 (58.98% from 255) = 31.25%
R=37.29%
G=31.46%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915115000.160.160.302.0716.0264.51
HexB39796010101E21041
Octal2632272260202036220101
Binary101100111001011110010110010000100001111010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39796; }

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

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

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

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

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

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

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

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