#BA6590

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

Shades of Hopbush #BA6590

Tints of Hopbush #BA6590

Color information

#BA6590 (or 0xBA6590) is unknown color: approx Hopbush. HEX triplet: BA, 65 and 90. RGB value is (186,101,144). Sum of RGB (Red+Green+Blue) = 186+101+144=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6590 is #459A6F. Grayscale: #838383. Windows color (decimal): -4561520 or 9463226. OLE color: 9463226.

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

Color convert

RGB186101144-
CMYK00.460.230.27
HSL329.65º38.12%56.27%-
HSV(B)329.65º45.7%72.94%-
XYZ29.9421.7629.01-
YUV131.32135.16167-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.16%
GREEN value IS 101 (39.84% from 255) = 23.43%
BLUE value IS 144 (56.64% from 255) = 33.41%
R=43.16%
G=23.43%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610114400.460.230.27329.6538.1256.27
HexBA659002E171B14a2638
Octal27214522005627335124670
Binary1011101011001011001000001011101011111011101001010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6590; }

 p { color: rgb(186,101,144); }

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

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

 a { background-color: rgb(186,101,144); }

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

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

 span { border-color: rgb(186,101,144); }

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