#B39EAE

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

Shades of London Hue #B39EAE

Tints of London Hue #B39EAE

Color information

#B39EAE (or 0xB39EAE) is unknown color: approx London Hue. HEX triplet: B3, 9E and AE. RGB value is (179,158,174). Sum of RGB (Red+Green+Blue) = 179+158+174=511 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.03% from 511); Green value is 158 (62.11% from 255 or 30.92% from 511); Blue value is 174 (68.36% from 255 or 34.05% from 511); Max value from RGB is 179 - color contains mainly: red. Hex color #B39EAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39EAE is #4C6151. Grayscale: #A6A6A6. Windows color (decimal): -5005650 or 11443891. OLE color: 11443891.

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

Color convert

RGB179158174-
CMYK00.120.030.30
HSL314.29º12.14%66.08%-
HSV(B)314.29º11.73%70.2%-
XYZ38.4637.0945.18-
YUV166.1132.46137.2-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.03%
GREEN value IS 158 (62.11% from 255) = 30.92%
BLUE value IS 174 (68.36% from 255) = 34.05%
R=35.03%
G=30.92%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915817400.120.030.30314.2912.1466.08
HexB39EAE0C31E13ac42
Octal26323625601433647214102
Binary10110011100111101010111001100111111010011101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39EAE; }

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

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

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

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

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

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

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

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