#B59AB4

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

Shades of London Hue #B59AB4

Tints of London Hue #B59AB4

Color information

#B59AB4 (or 0xB59AB4) is unknown color: approx London Hue. HEX triplet: B5, 9A and B4. RGB value is (181,154,180). Sum of RGB (Red+Green+Blue) = 181+154+180=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 154 (60.55% from 255 or 29.90% from 515); Blue value is 180 (70.70% from 255 or 34.95% from 515); Max value from RGB is 181 - color contains mainly: red. Hex color #B59AB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59AB4 is #4A654B. Grayscale: #A4A4A4. Windows color (decimal): -4875596 or 11836085. OLE color: 11836085.

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

Color convert

RGB181154180-
CMYK00.150.010.29
HSL302.22º15.43%65.69%-
HSV(B)302.22º14.92%70.98%-
XYZ38.8536.2348.13-
YUV165.04136.45139.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.15%
GREEN value IS 154 (60.55% from 255) = 29.90%
BLUE value IS 180 (70.70% from 255) = 34.95%
R=35.15%
G=29.90%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115418000.150.010.29302.2215.4365.69
HexB59AB40F11D12ef42
Octal26523226401713545617102
Binary1011010110011010101101000111111110110010111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59AB4; }

 p { color: rgb(181,154,180); }

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

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

 a { background-color: rgb(181,154,180); }

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

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

 span { border-color: rgb(181,154,180); }

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