#B59AB2

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

Shades of London Hue #B59AB2

Tints of London Hue #B59AB2

Color information

#B59AB2 (or 0xB59AB2) is unknown color: approx London Hue. HEX triplet: B5, 9A and B2. RGB value is (181,154,178). Sum of RGB (Red+Green+Blue) = 181+154+178=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 181 - color contains mainly: red. Hex color #B59AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59AB2 is #4A654D. Grayscale: #A4A4A4. Windows color (decimal): -4875598 or 11705013. OLE color: 11705013.

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

Color convert

RGB181154178-
CMYK00.150.020.29
HSL306.67º15.43%65.69%-
HSV(B)306.67º14.92%70.98%-
XYZ38.6536.1547.06-
YUV164.81135.45139.55-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.28%
GREEN value IS 154 (60.55% from 255) = 30.02%
BLUE value IS 178 (69.92% from 255) = 34.70%
R=35.28%
G=30.02%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115417800.150.020.29306.6715.4365.69
HexB59AB20F21D133f42
Octal26523226201723546317102
Binary10110101100110101011001001111101110110011001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59AB2; }

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

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

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

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

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

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

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

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