#B39E9B

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

Shades of Dusty Grey #B39E9B

Tints of Dusty Grey #B39E9B

Color information

#B39E9B (or 0xB39E9B) is unknown color: approx Dusty Grey. HEX triplet: B3, 9E and 9B. RGB value is (179,158,155). Sum of RGB (Red+Green+Blue) = 179+158+155=492 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.38% from 492); Green value is 158 (62.11% from 255 or 32.11% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 179 - color contains mainly: red. Hex color #B39E9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39E9B is #4C6164. Grayscale: #A3A3A3. Windows color (decimal): -5005669 or 10198707. OLE color: 10198707.

HSL color Cylindrical-coordinate representation of color #B39E9B: hue angle of 7.5º 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 #B39E9B is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB179158155-
CMYK00.120.130.30
HSL7.5º13.64%65.49%-
HSV(B)7.5º13.41%70.2%-
XYZ36.7336.436.1-
YUV163.94122.96138.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.38%
GREEN value IS 158 (62.11% from 255) = 32.11%
BLUE value IS 155 (60.94% from 255) = 31.50%
R=36.38%
G=32.11%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915815500.120.130.307.513.6465.49
HexB39E9B0CD1E8e41
Octal26323623301415361016101
Binary10110011100111101001101101100110111110100011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39E9B; }

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

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

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

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

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

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

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

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