#BA6EA0

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

Shades of Bouquet #BA6EA0

Tints of Bouquet #BA6EA0

Color information

#BA6EA0 (or 0xBA6EA0) is unknown color: approx Bouquet. HEX triplet: BA, 6E and A0. RGB value is (186,110,160). Sum of RGB (Red+Green+Blue) = 186+110+160=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 110 (43.36% from 255 or 24.12% from 456); Blue value is 160 (62.89% from 255 or 35.09% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6EA0 is #45915F. Grayscale: #8A8A8A. Windows color (decimal): -4559200 or 10514106. OLE color: 10514106.

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

Color convert

RGB186110160-
CMYK00.410.140.27
HSL320.53º35.51%58.04%-
HSV(B)320.53º40.86%72.94%-
XYZ32.1724.1336.22-
YUV138.42140.18161.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.79%
GREEN value IS 110 (43.36% from 255) = 24.12%
BLUE value IS 160 (62.89% from 255) = 35.09%
R=40.79%
G=24.12%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611016000.410.140.27320.5335.5158.04
HexBA6EA0029E1B141243a
Octal27215624005116335014472
Binary101110101101110101000000101001111011011101000001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6EA0; }

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

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

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

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

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

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

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

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