#B57EAE

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

Shades of London Hue #B57EAE

Tints of London Hue #B57EAE

Color information

#B57EAE (or 0xB57EAE) is unknown color: approx London Hue. HEX triplet: B5, 7E and AE. RGB value is (181,126,174). Sum of RGB (Red+Green+Blue) = 181+126+174=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 181 - color contains mainly: red. Hex color #B57EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57EAE is #4A8151. Grayscale: #939393. Windows color (decimal): -4882770 or 11435701. OLE color: 11435701.

HSL color Cylindrical-coordinate representation of color #B57EAE: hue angle of 307.64º degrees, saturation: 0.27, 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 #B57EAE is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB181126174-
CMYK00.300.040.29
HSL307.64º27.09%60.2%-
HSV(B)307.64º30.39%70.98%-
XYZ34.1627.843.61-
YUV147.92142.72151.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.63%
GREEN value IS 126 (49.61% from 255) = 26.20%
BLUE value IS 174 (68.36% from 255) = 36.17%
R=37.63%
G=26.20%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112617400.300.040.29307.6427.0960.2
HexB57EAE01E41D1341b3c
Octal2651762560364354643374
Binary101101011111110101011100111101001110110011010011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57EAE; }

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

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

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

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

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

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

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

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