#BA7193

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

Shades of Hopbush #BA7193

Tints of Hopbush #BA7193

Color information

#BA7193 (or 0xBA7193) is unknown color: approx Hopbush. HEX triplet: BA, 71 and 93. RGB value is (186,113,147). Sum of RGB (Red+Green+Blue) = 186+113+147=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 147 (57.81% from 255 or 32.96% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7193 is #458E6C. Grayscale: #8A8A8A. Windows color (decimal): -4558445 or 9662906. OLE color: 9662906.

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

Color convert

RGB186113147-
CMYK00.390.210.27
HSL332.05º34.6%58.63%-
HSV(B)332.05º39.25%72.94%-
XYZ31.4224.3630.65-
YUV138.7132.68161.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.70%
GREEN value IS 113 (44.53% from 255) = 25.34%
BLUE value IS 147 (57.81% from 255) = 32.96%
R=41.70%
G=25.34%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611314700.390.210.27332.0534.658.63
HexBA7193027151B14c233b
Octal27216122304725335144373
Binary1011101011100011001001101001111010111011101001100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7193; }

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

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

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

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

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

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

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

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