#B59AB6

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

Shades of London Hue #B59AB6

Tints of London Hue #B59AB6

Color information

#B59AB6 (or 0xB59AB6) is unknown color: approx London Hue. HEX triplet: B5, 9A and B6. RGB value is (181,154,182). Sum of RGB (Red+Green+Blue) = 181+154+182=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 154 (60.55% from 255 or 29.79% from 517); Blue value is 182 (71.48% from 255 or 35.20% from 517); Max value from RGB is 182 - color contains mainly: blue. Hex color #B59AB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59AB6 is #4A6549. Grayscale: #A5A5A5. Windows color (decimal): -4875594 or 11967157. OLE color: 11967157.

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

Color convert

RGB181154182-
CMYK0.010.1500.29
HSL297.86º16.09%65.88%-
HSV(B)297.86º15.38%71.37%-
XYZ39.0636.3149.21-
YUV165.26137.45139.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.01%
GREEN value IS 154 (60.55% from 255) = 29.79%
BLUE value IS 182 (71.48% from 255) = 35.20%
R=35.01%
G=29.79%
B=35.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811541820.010.1500.29297.8616.0965.88
HexB59AB61F01D12a1042
Octal26523226611703545220102
Binary10110101100110101011011011111011101100101010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59AB6; }

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

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

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

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

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

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

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

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