#BA6291

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

Shades of Hopbush #BA6291

Tints of Hopbush #BA6291

Color information

#BA6291 (or 0xBA6291) is unknown color: approx Hopbush. HEX triplet: BA, 62 and 91. RGB value is (186,98,145). Sum of RGB (Red+Green+Blue) = 186+98+145=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 145 (57.03% from 255 or 33.80% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6291 is #459D6E. Grayscale: #818181. Windows color (decimal): -4562287 or 9527994. OLE color: 9527994.

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

Color convert

RGB18698145-
CMYK00.470.220.27
HSL327.95º38.94%55.69%-
HSV(B)327.95º47.31%72.94%-
XYZ29.7321.2229.32-
YUV129.67136.65168.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.36%
GREEN value IS 98 (38.67% from 255) = 22.84%
BLUE value IS 145 (57.03% from 255) = 33.80%
R=43.36%
G=22.84%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869814500.470.220.27327.9538.9455.69
HexBA629102F161B1482738
Octal27214222105726335104770
Binary1011101011000101001000101011111011011011101001000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6291; }

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

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

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

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

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

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

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

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