#BA66A4

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

Shades of Bouquet #BA66A4

Tints of Bouquet #BA66A4

Color information

#BA66A4 (or 0xBA66A4) is unknown color: approx Bouquet. HEX triplet: BA, 66 and A4. RGB value is (186,102,164). Sum of RGB (Red+Green+Blue) = 186+102+164=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 102 (40.23% from 255 or 22.57% from 452); Blue value is 164 (64.45% from 255 or 36.28% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BA66A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA66A4 is #45995B. Grayscale: #868686. Windows color (decimal): -4561244 or 10774202. OLE color: 10774202.

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

Color convert

RGB186102164-
CMYK00.450.120.27
HSL315.71º37.84%56.47%-
HSV(B)315.71º45.16%72.94%-
XYZ31.722.6237.82-
YUV134.18144.83164.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.15%
GREEN value IS 102 (40.23% from 255) = 22.57%
BLUE value IS 164 (64.45% from 255) = 36.28%
R=41.15%
G=22.57%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610216400.450.120.27315.7137.8456.47
HexBA66A402DC1B13c2638
Octal27214624405514334744670
Binary101110101100110101001000101101110011011100111100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA66A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA66A4; }

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

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

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

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

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

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

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

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