#B39F9E

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

Shades of Dusty Grey #B39F9E

Tints of Dusty Grey #B39F9E

Color information

#B39F9E (or 0xB39F9E) is unknown color: approx Dusty Grey. HEX triplet: B3, 9F and 9E. RGB value is (179,159,158). Sum of RGB (Red+Green+Blue) = 179+159+158=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 159 (62.5% from 255 or 32.06% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 179 - color contains mainly: red. Hex color #B39F9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39F9E is #4C6061. Grayscale: #A4A4A4. Windows color (decimal): -5005410 or 10395571. OLE color: 10395571.

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

Color convert

RGB179159158-
CMYK00.110.120.30
HSL2.86º12.14%66.08%-
HSV(B)2.86º11.73%70.2%-
XYZ37.1636.8537.5-
YUV164.87124.13138.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.09%
GREEN value IS 159 (62.5% from 255) = 32.06%
BLUE value IS 158 (62.11% from 255) = 31.85%
R=36.09%
G=32.06%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915915800.110.120.302.8612.1466.08
HexB39F9E0BC1E3c42
Octal2632372360131436314102
Binary101100111001111110011110010111100111101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39F9E; }

 p { color: rgb(179,159,158); }

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

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

 a { background-color: rgb(179,159,158); }

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

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

 span { border-color: rgb(179,159,158); }

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