#BA6490

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

Shades of Hopbush #BA6490

Tints of Hopbush #BA6490

Color information

#BA6490 (or 0xBA6490) is unknown color: approx Hopbush. HEX triplet: BA, 64 and 90. RGB value is (186,100,144). Sum of RGB (Red+Green+Blue) = 186+100+144=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 100 (39.45% from 255 or 23.26% from 430); Blue value is 144 (56.64% from 255 or 33.49% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6490 is #459B6F. Grayscale: #828282. Windows color (decimal): -4561776 or 9462970. OLE color: 9462970.

HSL color Cylindrical-coordinate representation of color #BA6490: hue angle of 329.3º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA6490 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB186100144-
CMYK00.460.230.27
HSL329.3º38.39%56.08%-
HSV(B)329.3º46.24%72.94%-
XYZ29.8421.5728.98-
YUV130.73135.49167.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.26%
GREEN value IS 100 (39.45% from 255) = 23.26%
BLUE value IS 144 (56.64% from 255) = 33.49%
R=43.26%
G=23.26%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610014400.460.230.27329.338.3956.08
HexBA649002E171B1492638
Octal27214422005627335114670
Binary1011101011001001001000001011101011111011101001001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6490; }

 p { color: rgb(186,100,144); }

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

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

 a { background-color: rgb(186,100,144); }

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

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

 span { border-color: rgb(186,100,144); }

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