#BA68A4

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

Shades of Bouquet #BA68A4

Tints of Bouquet #BA68A4

Color information

#BA68A4 (or 0xBA68A4) is unknown color: approx Bouquet. HEX triplet: BA, 68 and A4. RGB value is (186,104,164). Sum of RGB (Red+Green+Blue) = 186+104+164=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 104 (41.02% from 255 or 22.91% from 454); Blue value is 164 (64.45% from 255 or 36.12% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BA68A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA68A4 is #45975B. Grayscale: #878787. Windows color (decimal): -4560732 or 10774714. OLE color: 10774714.

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

Color convert

RGB186104164-
CMYK00.440.120.27
HSL316.1º37.27%56.86%-
HSV(B)316.1º44.09%72.94%-
XYZ31.923.0237.88-
YUV135.36144.17164.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.97%
GREEN value IS 104 (41.02% from 255) = 22.91%
BLUE value IS 164 (64.45% from 255) = 36.12%
R=40.97%
G=22.91%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610416400.440.120.27316.137.2756.86
HexBA68A402CC1B13c2539
Octal27215024405414334744571
Binary101110101101000101001000101100110011011100111100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA68A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA68A4; }

 p { color: rgb(186,104,164); }

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

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

 a { background-color: rgb(186,104,164); }

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

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

 span { border-color: rgb(186,104,164); }

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