#BA649D

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

Shades of Hopbush #BA649D

Tints of Hopbush #BA649D

Color information

#BA649D (or 0xBA649D) is unknown color: approx Hopbush. HEX triplet: BA, 64 and 9D. RGB value is (186,100,157). Sum of RGB (Red+Green+Blue) = 186+100+157=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA649D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA649D is #459B62. Grayscale: #848484. Windows color (decimal): -4561763 or 10314938. OLE color: 10314938.

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

Color convert

RGB186100157-
CMYK00.460.160.27
HSL320.23º38.39%56.08%-
HSV(B)320.23º46.24%72.94%-
XYZ30.8921.9934.51-
YUV132.21141.99166.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.99%
GREEN value IS 100 (39.45% from 255) = 22.57%
BLUE value IS 157 (61.72% from 255) = 35.44%
R=41.99%
G=22.57%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610015700.460.160.27320.2338.3956.08
HexBA649D02E101B1402638
Octal27214423505620335004670
Binary1011101011001001001110101011101000011011101000000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA649D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA649D; }

 p { color: rgb(186,100,157); }

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

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

 a { background-color: rgb(186,100,157); }

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

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

 span { border-color: rgb(186,100,157); }

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