#BA6EA5

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

Shades of Bouquet #BA6EA5

Tints of Bouquet #BA6EA5

Color information

#BA6EA5 (or 0xBA6EA5) is unknown color: approx Bouquet. HEX triplet: BA, 6E and A5. RGB value is (186,110,165). Sum of RGB (Red+Green+Blue) = 186+110+165=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 110 (43.36% from 255 or 23.86% from 461); Blue value is 165 (64.84% from 255 or 35.79% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6EA5 is #45915A. Grayscale: #8A8A8A. Windows color (decimal): -4559195 or 10841786. OLE color: 10841786.

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

Color convert

RGB186110165-
CMYK00.410.110.27
HSL316.58º35.51%58.04%-
HSV(B)316.58º40.86%72.94%-
XYZ32.6224.3138.57-
YUV138.99142.68161.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.35%
GREEN value IS 110 (43.36% from 255) = 23.86%
BLUE value IS 165 (64.84% from 255) = 35.79%
R=40.35%
G=23.86%
B=35.79%

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
Decimal18611016500.410.110.27316.5835.5158.04
HexBA6EA5029B1B13d243a
Octal27215624505113334754472
Binary101110101101110101001010101001101111011100111101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6EA5; }

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

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

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

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

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

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

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

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