#BA76B6

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

Shades of London Hue #BA76B6

Tints of London Hue #BA76B6

Color information

#BA76B6 (or 0xBA76B6) is unknown color: approx London Hue. HEX triplet: BA, 76 and B6. RGB value is (186,118,182). Sum of RGB (Red+Green+Blue) = 186+118+182=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 118 (46.48% from 255 or 24.28% from 486); Blue value is 182 (71.48% from 255 or 37.45% from 486); Max value from RGB is 186 - color contains mainly: red. Hex color #BA76B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA76B6 is #458949. Grayscale: #919191. Windows color (decimal): -4557130 or 11957946. OLE color: 11957946.

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

Color convert

RGB186118182-
CMYK00.370.020.27
HSL303.53º33.01%59.61%-
HSV(B)303.53º36.56%72.94%-
XYZ35.1726.7747.57-
YUV145.63148.53156.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.27%
GREEN value IS 118 (46.48% from 255) = 24.28%
BLUE value IS 182 (71.48% from 255) = 37.45%
R=38.27%
G=24.28%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611818200.370.020.27303.5333.0159.61
HexBA76B602521B130213c
Octal2721662660452334604174
Binary1011101011101101011011001001011011011100110000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA76B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA76B6; }

 p { color: rgb(186,118,182); }

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

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

 a { background-color: rgb(186,118,182); }

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

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

 span { border-color: rgb(186,118,182); }

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