#B592B9

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

Shades of London Hue #B592B9

Tints of London Hue #B592B9

Color information

#B592B9 (or 0xB592B9) is unknown color: approx London Hue. HEX triplet: B5, 92 and B9. RGB value is (181,146,185). Sum of RGB (Red+Green+Blue) = 181+146+185=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 185 (72.66% from 255 or 36.13% from 512); Max value from RGB is 185 - color contains mainly: blue. Hex color #B592B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B592B9 is #4A6D46. Grayscale: #A0A0A0. Windows color (decimal): -4877639 or 12161717. OLE color: 12161717.

HSL color Cylindrical-coordinate representation of color #B592B9: hue angle of 293.85º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B592B9 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB181146185-
CMYK0.020.2100.27
HSL293.85º21.79%64.9%-
HSV(B)293.85º21.08%72.55%-
XYZ38.0933.8850.43-
YUV160.91141.6142.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.35%
GREEN value IS 146 (57.42% from 255) = 28.52%
BLUE value IS 185 (72.66% from 255) = 36.13%
R=35.35%
G=28.52%
B=36.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811461850.020.2100.27293.8521.7964.9
HexB592B921501B1261641
Octal26522227122503344626101
Binary1011010110010010101110011010101011011100100110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B592B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B592B9; }

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

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

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

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

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

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

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

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