#BA6492

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

Shades of Hopbush #BA6492

Tints of Hopbush #BA6492

Color information

#BA6492 (or 0xBA6492) is unknown color: approx Hopbush. HEX triplet: BA, 64 and 92. RGB value is (186,100,146). Sum of RGB (Red+Green+Blue) = 186+100+146=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 100 (39.45% from 255 or 23.15% from 432); Blue value is 146 (57.42% from 255 or 33.80% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6492 is #459B6D. Grayscale: #828282. Windows color (decimal): -4561774 or 9594042. OLE color: 9594042.

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

Color convert

RGB186100146-
CMYK00.460.220.27
HSL327.91º38.39%56.08%-
HSV(B)327.91º46.24%72.94%-
XYZ3021.6329.79-
YUV130.96136.49167.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.06%
GREEN value IS 100 (39.45% from 255) = 23.15%
BLUE value IS 146 (57.42% from 255) = 33.80%
R=43.06%
G=23.15%
B=33.80%

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
Decimal18610014600.460.220.27327.9138.3956.08
HexBA649202E161B1482638
Octal27214422205626335104670
Binary1011101011001001001001001011101011011011101001000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6492; }

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

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

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

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

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

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

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

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