#B39F9F

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

Shades of Dusty Grey #B39F9F

Tints of Dusty Grey #B39F9F

Color information

#B39F9F (or 0xB39F9F) is unknown color: approx Dusty Grey. HEX triplet: B3, 9F and 9F. RGB value is (179,159,159). Sum of RGB (Red+Green+Blue) = 179+159+159=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 159 (62.5% from 255 or 31.99% from 497); Max value from RGB is 179 - color contains mainly: red. Hex color #B39F9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39F9F is #4C6060. Grayscale: #A5A5A5. Windows color (decimal): -5005409 or 10461107. OLE color: 10461107.

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

Color convert

RGB179159159-
CMYK00.110.110.30
HSL11.63%66.27%-
HSV(B)11.17%70.2%-
XYZ37.2536.8837.96-
YUV164.98124.63138-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.02%
GREEN value IS 159 (62.5% from 255) = 31.99%
BLUE value IS 159 (62.5% from 255) = 31.99%
R=36.02%
G=31.99%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915915900.110.110.30011.6366.27
HexB39F9F0BB1E0c42
Octal2632372370131336014102
Binary10110011100111111001111101011101111110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39F9F; }

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

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

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

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

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

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

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

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