#B592B1

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

Shades of London Hue #B592B1

Tints of London Hue #B592B1

Color information

#B592B1 (or 0xB592B1) is unknown color: approx London Hue. HEX triplet: B5, 92 and B1. RGB value is (181,146,177). Sum of RGB (Red+Green+Blue) = 181+146+177=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 177 (69.53% from 255 or 35.12% from 504); Max value from RGB is 181 - color contains mainly: red. Hex color #B592B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B592B1 is #4A6D4E. Grayscale: #9F9F9F. Windows color (decimal): -4877647 or 11637429. OLE color: 11637429.

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

Color convert

RGB181146177-
CMYK00.190.020.29
HSL306.86º19.13%64.12%-
HSV(B)306.86º19.34%70.98%-
XYZ37.2733.5646.11-
YUV160137.6142.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.91%
GREEN value IS 146 (57.42% from 255) = 28.97%
BLUE value IS 177 (69.53% from 255) = 35.12%
R=35.91%
G=28.97%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114617700.190.020.29306.8619.1364.12
HexB592B101321D1331340
Octal26522226102323546323100
Binary1011010110010010101100010100111011101100110011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B592B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B592B1; }

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

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

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

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

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

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

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

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