#BA7699

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

Shades of Hopbush #BA7699

Tints of Hopbush #BA7699

Color information

#BA7699 (or 0xBA7699) is unknown color: approx Hopbush. HEX triplet: BA, 76 and 99. RGB value is (186,118,153). Sum of RGB (Red+Green+Blue) = 186+118+153=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7699 is #458966. Grayscale: #8E8E8E. Windows color (decimal): -4557159 or 10057402. OLE color: 10057402.

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

Color convert

RGB186118153-
CMYK00.370.180.27
HSL329.12º33.01%59.61%-
HSV(B)329.12º36.56%72.94%-
XYZ32.4825.733.39-
YUV142.32134.03159.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.70%
GREEN value IS 118 (46.48% from 255) = 25.82%
BLUE value IS 153 (60.16% from 255) = 33.48%
R=40.70%
G=25.82%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611815300.370.180.27329.1233.0159.61
HexBA7699025121B149213c
Octal27216623104522335114174
Binary1011101011101101001100101001011001011011101001001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7699; }

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

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

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

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

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

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

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

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