#B59EAF

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

Shades of London Hue #B59EAF

Tints of London Hue #B59EAF

Color information

#B59EAF (or 0xB59EAF) is unknown color: approx London Hue. HEX triplet: B5, 9E and AF. RGB value is (181,158,175). Sum of RGB (Red+Green+Blue) = 181+158+175=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 181 - color contains mainly: red. Hex color #B59EAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59EAF is #4A6150. Grayscale: #A6A6A6. Windows color (decimal): -4874577 or 11509429. OLE color: 11509429.

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

Color convert

RGB181158175-
CMYK00.130.030.29
HSL315.65º13.45%66.47%-
HSV(B)315.65º12.71%70.98%-
XYZ39.0237.3745.71-
YUV166.82132.62138.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.21%
GREEN value IS 158 (62.11% from 255) = 30.74%
BLUE value IS 175 (68.75% from 255) = 34.05%
R=35.21%
G=30.74%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115817500.130.030.29315.6513.4566.47
HexB59EAF0D31D13cd42
Octal26523625701533547415102
Binary10110101100111101010111101101111110110011110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59EAF; }

 p { color: rgb(181,158,175); }

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

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

 a { background-color: rgb(181,158,175); }

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

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

 span { border-color: rgb(181,158,175); }

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