#BA6BA0

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

Shades of Bouquet #BA6BA0

Tints of Bouquet #BA6BA0

Color information

#BA6BA0 (or 0xBA6BA0) is unknown color: approx Bouquet. HEX triplet: BA, 6B and A0. RGB value is (186,107,160). Sum of RGB (Red+Green+Blue) = 186+107+160=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 107 (42.19% from 255 or 23.62% from 453); Blue value is 160 (62.89% from 255 or 35.32% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6BA0 is #45945F. Grayscale: #888888. Windows color (decimal): -4559968 or 10513338. OLE color: 10513338.

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

Color convert

RGB186107160-
CMYK00.420.140.27
HSL319.75º36.41%57.45%-
HSV(B)319.75º42.47%72.94%-
XYZ31.8523.4936.11-
YUV136.66141.17163.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.06%
GREEN value IS 107 (42.19% from 255) = 23.62%
BLUE value IS 160 (62.89% from 255) = 35.32%
R=41.06%
G=23.62%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610716000.420.140.27319.7536.4157.45
HexBA6BA002AE1B1402439
Octal27215324005216335004471
Binary101110101101011101000000101010111011011101000000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6BA0; }

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

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

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

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

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

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

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

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