#BA64A0

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

Shades of Hopbush #BA64A0

Tints of Hopbush #BA64A0

Color information

#BA64A0 (or 0xBA64A0) is unknown color: approx Hopbush. HEX triplet: BA, 64 and A0. RGB value is (186,100,160). Sum of RGB (Red+Green+Blue) = 186+100+160=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 100 (39.45% from 255 or 22.42% from 446); Blue value is 160 (62.89% from 255 or 35.87% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BA64A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA64A0 is #459B5F. Grayscale: #848484. Windows color (decimal): -4561760 or 10511546. OLE color: 10511546.

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

Color convert

RGB186100160-
CMYK00.460.140.27
HSL318.14º38.39%56.08%-
HSV(B)318.14º46.24%72.94%-
XYZ31.1522.0935.88-
YUV132.55143.49166.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.70%
GREEN value IS 100 (39.45% from 255) = 22.42%
BLUE value IS 160 (62.89% from 255) = 35.87%
R=41.70%
G=22.42%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610016000.460.140.27318.1438.3956.08
HexBA64A002EE1B13e2638
Octal27214424005616334764670
Binary101110101100100101000000101110111011011100111110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA64A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA64A0; }

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

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

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

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

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

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

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

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