#BA76A0

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

Shades of Bouquet #BA76A0

Tints of Bouquet #BA76A0

Color information

#BA76A0 (or 0xBA76A0) is unknown color: approx Bouquet. HEX triplet: BA, 76 and A0. RGB value is (186,118,160). Sum of RGB (Red+Green+Blue) = 186+118+160=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BA76A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA76A0 is #45895F. Grayscale: #8F8F8F. Windows color (decimal): -4557152 or 10516154. OLE color: 10516154.

HSL color Cylindrical-coordinate representation of color #BA76A0: hue angle of 322.94º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA76A0 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB186118160-
CMYK00.370.140.27
HSL322.94º33.01%59.61%-
HSV(B)322.94º36.56%72.94%-
XYZ33.0725.9336.52-
YUV143.12137.53158.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.09%
GREEN value IS 118 (46.48% from 255) = 25.43%
BLUE value IS 160 (62.89% from 255) = 34.48%
R=40.09%
G=25.43%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611816000.370.140.27322.9433.0159.61
HexBA76A0025E1B143213c
Octal27216624004516335034174
Binary101110101110110101000000100101111011011101000011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA76A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA76A0; }

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

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

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

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

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

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

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

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