#BA7393

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

Shades of Hopbush #BA7393

Tints of Hopbush #BA7393

Color information

#BA7393 (or 0xBA7393) is unknown color: approx Hopbush. HEX triplet: BA, 73 and 93. RGB value is (186,115,147). Sum of RGB (Red+Green+Blue) = 186+115+147=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 147 (57.81% from 255 or 32.81% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7393 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7393 is #458C6C. Grayscale: #8B8B8B. Windows color (decimal): -4557933 or 9663418. OLE color: 9663418.

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

Color convert

RGB186115147-
CMYK00.380.210.27
HSL332.96º33.97%59.02%-
HSV(B)332.96º38.17%72.94%-
XYZ31.6524.8130.72-
YUV139.88132.02160.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.52%
GREEN value IS 115 (45.31% from 255) = 25.67%
BLUE value IS 147 (57.81% from 255) = 32.81%
R=41.52%
G=25.67%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611514700.380.210.27332.9633.9759.02
HexBA7393026151B14d223b
Octal27216322304625335154273
Binary1011101011100111001001101001101010111011101001101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7393; }

 p { color: rgb(186,115,147); }

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

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

 a { background-color: rgb(186,115,147); }

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

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

 span { border-color: rgb(186,115,147); }

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