#BA6EA6

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

Shades of Bouquet #BA6EA6

Tints of Bouquet #BA6EA6

Color information

#BA6EA6 (or 0xBA6EA6) is unknown color: approx Bouquet. HEX triplet: BA, 6E and A6. RGB value is (186,110,166). Sum of RGB (Red+Green+Blue) = 186+110+166=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 110 (43.36% from 255 or 23.81% from 462); Blue value is 166 (65.23% from 255 or 35.93% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6EA6 is #459159. Grayscale: #8A8A8A. Windows color (decimal): -4559194 or 10907322. OLE color: 10907322.

HSL color Cylindrical-coordinate representation of color #BA6EA6: hue angle of 315.79º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA6EA6 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB186110166-
CMYK00.410.110.27
HSL315.79º35.51%58.04%-
HSV(B)315.79º40.86%72.94%-
XYZ32.7124.3439.05-
YUV139.11143.18161.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.26%
GREEN value IS 110 (43.36% from 255) = 23.81%
BLUE value IS 166 (65.23% from 255) = 35.93%
R=40.26%
G=23.81%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611016600.410.110.27315.7935.5158.04
HexBA6EA6029B1B13c243a
Octal27215624605113334744472
Binary101110101101110101001100101001101111011100111100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6EA6; }

 p { color: rgb(186,110,166); }

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

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

 a { background-color: rgb(186,110,166); }

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

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

 span { border-color: rgb(186,110,166); }

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