#BA6491

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

Shades of Hopbush #BA6491

Tints of Hopbush #BA6491

Color information

#BA6491 (or 0xBA6491) is unknown color: approx Hopbush. HEX triplet: BA, 64 and 91. RGB value is (186,100,145). Sum of RGB (Red+Green+Blue) = 186+100+145=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 145 (57.03% from 255 or 33.64% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6491 is #459B6E. Grayscale: #828282. Windows color (decimal): -4561775 or 9528506. OLE color: 9528506.

HSL color Cylindrical-coordinate representation of color #BA6491: hue angle of 328.6º 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 #BA6491 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB186100145-
CMYK00.460.220.27
HSL328.6º38.39%56.08%-
HSV(B)328.6º46.24%72.94%-
XYZ29.9221.629.38-
YUV130.84135.99167.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.16%
GREEN value IS 100 (39.45% from 255) = 23.20%
BLUE value IS 145 (57.03% from 255) = 33.64%
R=43.16%
G=23.20%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610014500.460.220.27328.638.3956.08
HexBA649102E161B1492638
Octal27214422105626335114670
Binary1011101011001001001000101011101011011011101001001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6491; }

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

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

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

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

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

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

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

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