#BA64A1

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

Shades of Bouquet #BA64A1

Tints of Bouquet #BA64A1

Color information

#BA64A1 (or 0xBA64A1) is unknown color: approx Bouquet. HEX triplet: BA, 64 and A1. RGB value is (186,100,161). Sum of RGB (Red+Green+Blue) = 186+100+161=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 161 (63.28% from 255 or 36.02% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BA64A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA64A1 is #459B5E. Grayscale: #848484. Windows color (decimal): -4561759 or 10577082. OLE color: 10577082.

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

Color convert

RGB186100161-
CMYK00.460.130.27
HSL317.44º38.39%56.08%-
HSV(B)317.44º46.24%72.94%-
XYZ31.2422.1336.34-
YUV132.67143.99166.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.61%
GREEN value IS 100 (39.45% from 255) = 22.37%
BLUE value IS 161 (63.28% from 255) = 36.02%
R=41.61%
G=22.37%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610016100.460.130.27317.4438.3956.08
HexBA64A102ED1B13d2638
Octal27214424105615334754670
Binary101110101100100101000010101110110111011100111101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA64A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA64A1; }

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

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

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

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

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

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

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

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