#B39FAE

Color #B39FAE London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B39FAE

Tints of London Hue #B39FAE

Color information

#B39FAE (or 0xB39FAE) is unknown color: approx London Hue. HEX triplet: B3, 9F and AE. RGB value is (179,159,174). Sum of RGB (Red+Green+Blue) = 179+159+174=512 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.96% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 174 (68.36% from 255 or 33.98% from 512); Max value from RGB is 179 - color contains mainly: red. Hex color #B39FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39FAE is #4C6051. Grayscale: #A6A6A6. Windows color (decimal): -5005394 or 11444147. OLE color: 11444147.

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

Color convert

RGB179159174-
CMYK00.110.030.30
HSL315º11.63%66.27%-
HSV(B)315º11.17%70.2%-
XYZ38.6337.4445.23-
YUV166.69132.13136.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.96%
GREEN value IS 159 (62.5% from 255) = 31.05%
BLUE value IS 174 (68.36% from 255) = 33.98%
R=34.96%
G=31.05%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915917400.110.030.3031511.6366.27
HexB39FAE0B31E13bc42
Octal26323725601333647314102
Binary10110011100111111010111001011111111010011101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39FAE; }

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

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

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

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

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

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

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

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