#B59AB3

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

Shades of London Hue #B59AB3

Tints of London Hue #B59AB3

Color information

#B59AB3 (or 0xB59AB3) is unknown color: approx London Hue. HEX triplet: B5, 9A and B3. RGB value is (181,154,179). Sum of RGB (Red+Green+Blue) = 181+154+179=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 179 (70.31% from 255 or 34.82% from 514); Max value from RGB is 181 - color contains mainly: red. Hex color #B59AB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59AB3 is #4A654C. Grayscale: #A4A4A4. Windows color (decimal): -4875597 or 11770549. OLE color: 11770549.

HSL color Cylindrical-coordinate representation of color #B59AB3: hue angle of 304.44º 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 #B59AB3 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB181154179-
CMYK00.150.010.29
HSL304.44º15.43%65.69%-
HSV(B)304.44º14.92%70.98%-
XYZ38.7536.1947.59-
YUV164.92135.95139.47-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.21%
GREEN value IS 154 (60.55% from 255) = 29.96%
BLUE value IS 179 (70.31% from 255) = 34.82%
R=35.21%
G=29.96%
B=34.82%

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
Decimal18115417900.150.010.29304.4415.4365.69
HexB59AB30F11D130f42
Octal26523226301713546017102
Binary1011010110011010101100110111111110110011000011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59AB3; }

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

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

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

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

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

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

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

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