#B39D9A

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

Shades of Dusty Grey #B39D9A

Tints of Dusty Grey #B39D9A

Color information

#B39D9A (or 0xB39D9A) is unknown color: approx Dusty Grey. HEX triplet: B3, 9D and 9A. RGB value is (179,157,154). Sum of RGB (Red+Green+Blue) = 179+157+154=490 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.53% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 179 - color contains mainly: red. Hex color #B39D9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39D9A is #4C6265. Grayscale: #A3A3A3. Windows color (decimal): -5005926 or 10132915. OLE color: 10132915.

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

Color convert

RGB179157154-
CMYK00.120.140.30
HSL7.2º14.12%65.29%-
HSV(B)7.2º13.97%70.2%-
XYZ36.4836.0335.6-
YUV163.24122.79139.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.53%
GREEN value IS 157 (61.72% from 255) = 32.04%
BLUE value IS 154 (60.55% from 255) = 31.43%
R=36.53%
G=32.04%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915715400.120.140.307.214.1265.29
HexB39D9A0CE1E7e41
Octal2632352320141636716101
Binary1011001110011101100110100110011101111011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39D9A; }

 p { color: rgb(179,157,154); }

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

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

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

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

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

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

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