#B591AA

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

Shades of London Hue #B591AA

Tints of London Hue #B591AA

Color information

#B591AA (or 0xB591AA) is unknown color: approx London Hue. HEX triplet: B5, 91 and AA. RGB value is (181,145,170). Sum of RGB (Red+Green+Blue) = 181+145+170=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 145 (57.03% from 255 or 29.23% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 181 - color contains mainly: red. Hex color #B591AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B591AA is #4A6E55. Grayscale: #9E9E9E. Windows color (decimal): -4877910 or 11178421. OLE color: 11178421.

HSL color Cylindrical-coordinate representation of color #B591AA: hue angle of 318.33º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B591AA is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB181145170-
CMYK00.200.060.29
HSL318.33º19.57%63.92%-
HSV(B)318.33º19.89%70.98%-
XYZ36.4432.9842.47-
YUV158.61134.43143.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.49%
GREEN value IS 145 (57.03% from 255) = 29.23%
BLUE value IS 170 (66.80% from 255) = 34.27%
R=36.49%
G=29.23%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114517000.200.060.29318.3319.5763.92
HexB591AA01461D13e1440
Octal26522125202463547624100
Binary10110101100100011010101001010011011101100111110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B591AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B591AA; }

 p { color: rgb(181,145,170); }

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

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

 a { background-color: rgb(181,145,170); }

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

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

 span { border-color: rgb(181,145,170); }

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