#B39FA7

Color #B39FA7 Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #B39FA7

Tints of Shady Lady #B39FA7

Color information

#B39FA7 (or 0xB39FA7) is unknown color: approx Shady Lady. HEX triplet: B3, 9F and A7. RGB value is (179,159,167). Sum of RGB (Red+Green+Blue) = 179+159+167=505 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.45% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 167 (65.62% from 255 or 33.07% from 505); Max value from RGB is 179 - color contains mainly: red. Hex color #B39FA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39FA7 is #4C6058. Grayscale: #A5A5A5. Windows color (decimal): -5005401 or 10985395. OLE color: 10985395.

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

Color convert

RGB179159167-
CMYK00.110.070.30
HSL336º11.63%66.27%-
HSV(B)336º11.17%70.2%-
XYZ37.9637.1741.73-
YUV165.89128.63137.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.45%
GREEN value IS 159 (62.5% from 255) = 31.49%
BLUE value IS 167 (65.62% from 255) = 33.07%
R=35.45%
G=31.49%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915916700.110.070.3033611.6366.27
HexB39FA70B71E150c42
Octal26323724701373652014102
Binary101100111001111110100111010111111111010101000011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39FA7; }

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

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

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

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

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

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

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

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