#BA76A4

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

Shades of Bouquet #BA76A4

Tints of Bouquet #BA76A4

Color information

#BA76A4 (or 0xBA76A4) is unknown color: approx Bouquet. HEX triplet: BA, 76 and A4. RGB value is (186,118,164). Sum of RGB (Red+Green+Blue) = 186+118+164=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 164 (64.45% from 255 or 35.04% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BA76A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA76A4 is #45895B. Grayscale: #8F8F8F. Windows color (decimal): -4557148 or 10778298. OLE color: 10778298.

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

Color convert

RGB186118164-
CMYK00.370.120.27
HSL319.41º33.01%59.61%-
HSV(B)319.41º36.56%72.94%-
XYZ33.4326.0838.39-
YUV143.58139.53158.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.74%
GREEN value IS 118 (46.48% from 255) = 25.21%
BLUE value IS 164 (64.45% from 255) = 35.04%
R=39.74%
G=25.21%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611816400.370.120.27319.4133.0159.61
HexBA76A4025C1B13f213c
Octal27216624404514334774174
Binary101110101110110101001000100101110011011100111111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA76A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA76A4; }

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

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

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

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

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

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

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

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