#B590AF

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

Shades of London Hue #B590AF

Tints of London Hue #B590AF

Color information

#B590AF (or 0xB590AF) is unknown color: approx London Hue. HEX triplet: B5, 90 and AF. RGB value is (181,144,175). Sum of RGB (Red+Green+Blue) = 181+144+175=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 181 - color contains mainly: red. Hex color #B590AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B590AF is #4A6F50. Grayscale: #9E9E9E. Windows color (decimal): -4878161 or 11505845. OLE color: 11505845.

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

Color convert

RGB181144175-
CMYK00.200.030.29
HSL309.73º20%63.73%-
HSV(B)309.73º20.44%70.98%-
XYZ36.7732.8744.96-
YUV158.6137.26143.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.2%
GREEN value IS 144 (56.64% from 255) = 28.8%
BLUE value IS 175 (68.75% from 255) = 35%
R=36.2%
G=28.8%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114417500.200.030.29309.732063.73
HexB590AF01431D1361440
Octal26522025702433546624100
Binary1011010110010000101011110101001111101100110110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B590AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B590AF; }

 p { color: rgb(181,144,175); }

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

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

 a { background-color: rgb(181,144,175); }

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

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

 span { border-color: rgb(181,144,175); }

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