#B592AA

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

Shades of London Hue #B592AA

Tints of London Hue #B592AA

Color information

#B592AA (or 0xB592AA) is unknown color: approx London Hue. HEX triplet: B5, 92 and AA. RGB value is (181,146,170). Sum of RGB (Red+Green+Blue) = 181+146+170=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 146 (57.42% from 255 or 29.38% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 181 - color contains mainly: red. Hex color #B592AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B592AA is #4A6D55. Grayscale: #9F9F9F. Windows color (decimal): -4877654 or 11178677. OLE color: 11178677.

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

Color convert

RGB181146170-
CMYK00.190.060.29
HSL318.86º19.13%64.12%-
HSV(B)318.86º19.34%70.98%-
XYZ36.5933.2842.53-
YUV159.2134.1143.55-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.42%
GREEN value IS 146 (57.42% from 255) = 29.38%
BLUE value IS 170 (66.80% from 255) = 34.21%
R=36.42%
G=29.38%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114617000.190.060.29318.8619.1364.12
HexB592AA01361D13f1340
Octal26522225202363547723100
Binary10110101100100101010101001001111011101100111111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B592AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B592AA; }

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

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

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

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

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

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

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

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