#B592AF

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

Shades of London Hue #B592AF

Tints of London Hue #B592AF

Color information

#B592AF (or 0xB592AF) is unknown color: approx London Hue. HEX triplet: B5, 92 and AF. RGB value is (181,146,175). Sum of RGB (Red+Green+Blue) = 181+146+175=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 146 (57.42% from 255 or 29.08% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 181 - color contains mainly: red. Hex color #B592AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B592AF is #4A6D50. Grayscale: #9F9F9F. Windows color (decimal): -4877649 or 11506357. OLE color: 11506357.

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

Color convert

RGB181146175-
CMYK00.190.030.29
HSL310.29º19.13%64.12%-
HSV(B)310.29º19.34%70.98%-
XYZ37.0733.4845.07-
YUV159.77136.6143.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.06%
GREEN value IS 146 (57.42% from 255) = 29.08%
BLUE value IS 175 (68.75% from 255) = 34.86%
R=36.06%
G=29.08%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114617500.190.030.29310.2919.1364.12
HexB592AF01331D1361340
Octal26522225702333546623100
Binary1011010110010010101011110100111111101100110110100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B592AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B592AF; }

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

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

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

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

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

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

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

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