#B392A9

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

Shades of London Hue #B392A9

Tints of London Hue #B392A9

Color information

#B392A9 (or 0xB392A9) is unknown color: approx London Hue. HEX triplet: B3, 92 and A9. RGB value is (179,146,169). Sum of RGB (Red+Green+Blue) = 179+146+169=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 146 (57.42% from 255 or 29.55% from 494); Blue value is 169 (66.41% from 255 or 34.21% from 494); Max value from RGB is 179 - color contains mainly: red. Hex color #B392A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B392A9 is #4C6D56. Grayscale: #9E9E9E. Windows color (decimal): -5008727 or 11113139. OLE color: 11113139.

HSL color Cylindrical-coordinate representation of color #B392A9: hue angle of 318.18º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B392A9 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB179146169-
CMYK00.180.060.30
HSL318.18º17.84%63.73%-
HSV(B)318.18º18.44%70.2%-
XYZ36.0333.0142.01-
YUV158.49133.93142.63-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.23%
GREEN value IS 146 (57.42% from 255) = 29.55%
BLUE value IS 169 (66.41% from 255) = 34.21%
R=36.23%
G=29.55%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914616900.180.060.30318.1817.8463.73
HexB392A901261E13e1240
Octal26322225102263647622100
Binary10110011100100101010100101001011011110100111110100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B392A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B392A9; }

 p { color: rgb(179,146,169); }

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

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

 a { background-color: rgb(179,146,169); }

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

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

 span { border-color: rgb(179,146,169); }

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