#BA6591

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

Shades of Hopbush #BA6591

Tints of Hopbush #BA6591

Color information

#BA6591 (or 0xBA6591) is unknown color: approx Hopbush. HEX triplet: BA, 65 and 91. RGB value is (186,101,145). Sum of RGB (Red+Green+Blue) = 186+101+145=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 101 (39.84% from 255 or 23.38% from 432); Blue value is 145 (57.03% from 255 or 33.56% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6591 is #459A6E. Grayscale: #838383. Windows color (decimal): -4561519 or 9528762. OLE color: 9528762.

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

Color convert

RGB186101145-
CMYK00.460.220.27
HSL328.94º38.12%56.27%-
HSV(B)328.94º45.7%72.94%-
XYZ30.0121.7929.41-
YUV131.43135.66166.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.06%
GREEN value IS 101 (39.84% from 255) = 23.38%
BLUE value IS 145 (57.03% from 255) = 33.56%
R=43.06%
G=23.38%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610114500.460.220.27328.9438.1256.27
HexBA659102E161B1492638
Octal27214522105626335114670
Binary1011101011001011001000101011101011011011101001001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6591; }

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

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

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

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

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

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

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

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