#BA73A5

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

Shades of Bouquet #BA73A5

Tints of Bouquet #BA73A5

Color information

#BA73A5 (or 0xBA73A5) is unknown color: approx Bouquet. HEX triplet: BA, 73 and A5. RGB value is (186,115,165). Sum of RGB (Red+Green+Blue) = 186+115+165=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 165 (64.84% from 255 or 35.41% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BA73A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA73A5 is #458C5A. Grayscale: #8D8D8D. Windows color (decimal): -4557915 or 10843066. OLE color: 10843066.

HSL color Cylindrical-coordinate representation of color #BA73A5: hue angle of 317.75º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA73A5 is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB186115165-
CMYK00.380.110.27
HSL317.75º33.97%59.02%-
HSV(B)317.75º38.17%72.94%-
XYZ33.1725.4238.75-
YUV141.93141.02159.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.91%
GREEN value IS 115 (45.31% from 255) = 24.68%
BLUE value IS 165 (64.84% from 255) = 35.41%
R=39.91%
G=24.68%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611516500.380.110.27317.7533.9759.02
HexBA73A5026B1B13e223b
Octal27216324504613334764273
Binary101110101110011101001010100110101111011100111110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA73A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA73A5; }

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

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

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

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

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

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

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

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