#BA6BA2

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

Shades of Bouquet #BA6BA2

Tints of Bouquet #BA6BA2

Color information

#BA6BA2 (or 0xBA6BA2) is unknown color: approx Bouquet. HEX triplet: BA, 6B and A2. RGB value is (186,107,162). Sum of RGB (Red+Green+Blue) = 186+107+162=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 107 (42.19% from 255 or 23.52% from 455); Blue value is 162 (63.67% from 255 or 35.60% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6BA2 is #45945D. Grayscale: #888888. Windows color (decimal): -4559966 or 10644410. OLE color: 10644410.

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

Color convert

RGB186107162-
CMYK00.420.130.27
HSL318.23º36.41%57.45%-
HSV(B)318.23º42.47%72.94%-
XYZ32.0323.5637.04-
YUV136.89142.17163.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.88%
GREEN value IS 107 (42.19% from 255) = 23.52%
BLUE value IS 162 (63.67% from 255) = 35.60%
R=40.88%
G=23.52%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610716200.420.130.27318.2336.4157.45
HexBA6BA202AD1B13e2439
Octal27215324205215334764471
Binary101110101101011101000100101010110111011100111110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6BA2; }

 p { color: rgb(186,107,162); }

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

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

 a { background-color: rgb(186,107,162); }

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

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

 span { border-color: rgb(186,107,162); }

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