#BA6DA9

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

Shades of Bouquet #BA6DA9

Tints of Bouquet #BA6DA9

Color information

#BA6DA9 (or 0xBA6DA9) is unknown color: approx Bouquet. HEX triplet: BA, 6D and A9. RGB value is (186,109,169). Sum of RGB (Red+Green+Blue) = 186+109+169=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 109 (42.97% from 255 or 23.49% from 464); Blue value is 169 (66.41% from 255 or 36.42% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6DA9 is #459256. Grayscale: #8A8A8A. Windows color (decimal): -4559447 or 11103674. OLE color: 11103674.

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

Color convert

RGB186109169-
CMYK00.410.090.27
HSL313.25º35.81%57.84%-
HSV(B)313.25º41.4%72.94%-
XYZ32.8824.2440.48-
YUV138.86145.01161.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.09%
GREEN value IS 109 (42.97% from 255) = 23.49%
BLUE value IS 169 (66.41% from 255) = 36.42%
R=40.09%
G=23.49%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610916900.410.090.27313.2535.8157.84
HexBA6DA902991B139243a
Octal27215525105111334714472
Binary101110101101101101010010101001100111011100111001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6DA9; }

 p { color: rgb(186,109,169); }

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

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

 a { background-color: rgb(186,109,169); }

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

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

 span { border-color: rgb(186,109,169); }

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