#B39B9B

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

Shades of Dusty Grey #B39B9B

Tints of Dusty Grey #B39B9B

Color information

#B39B9B (or 0xB39B9B) is unknown color: approx Dusty Grey. HEX triplet: B3, 9B and 9B. RGB value is (179,155,155). Sum of RGB (Red+Green+Blue) = 179+155+155=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 155 (60.94% from 255 or 31.70% from 489); Max value from RGB is 179 - color contains mainly: red. Hex color #B39B9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39B9B is #4C6464. Grayscale: #A2A2A2. Windows color (decimal): -5006437 or 10197939. OLE color: 10197939.

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

Color convert

RGB179155155-
CMYK00.130.130.30
HSL13.64%65.49%-
HSV(B)13.41%70.2%-
XYZ36.2335.3935.93-
YUV162.18123.95140-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.61%
GREEN value IS 155 (60.94% from 255) = 31.70%
BLUE value IS 155 (60.94% from 255) = 31.70%
R=36.61%
G=31.70%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915515500.130.130.30013.6465.49
HexB39B9B0DD1E0e41
Octal2632332330151536016101
Binary10110011100110111001101101101110111110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39B9B; }

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

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

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

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

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

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

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

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