#B47EAE

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

Shades of London Hue #B47EAE

Tints of London Hue #B47EAE

Color information

#B47EAE (or 0xB47EAE) is unknown color: approx London Hue. HEX triplet: B4, 7E and AE. RGB value is (180,126,174). Sum of RGB (Red+Green+Blue) = 180+126+174=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 126 (49.61% from 255 or 26.25% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 180 - color contains mainly: red. Hex color #B47EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47EAE is #4B8151. Grayscale: #939393. Windows color (decimal): -4948306 or 11435700. OLE color: 11435700.

HSL color Cylindrical-coordinate representation of color #B47EAE: hue angle of 306.67º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B47EAE is Cyan = 0, Magento = 0.3, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB180126174-
CMYK00.30.030.29
HSL306.67º26.47%60%-
HSV(B)306.67º30%70.59%-
XYZ33.9227.6843.6-
YUV147.62142.89151.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.5%
GREEN value IS 126 (49.61% from 255) = 26.25%
BLUE value IS 174 (68.36% from 255) = 36.25%
R=37.5%
G=26.25%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012617400.30.030.29306.6726.4760
HexB47EAE01E31D1331a3c
Octal2641762560363354633274
Binary10110100111111010101110011110111110110011001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47EAE; }

 p { color: rgb(180,126,174); }

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

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

 a { background-color: rgb(180,126,174); }

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

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

 span { border-color: rgb(180,126,174); }

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