#BA7197

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

Shades of Hopbush #BA7197

Tints of Hopbush #BA7197

Color information

#BA7197 (or 0xBA7197) is unknown color: approx Hopbush. HEX triplet: BA, 71 and 97. RGB value is (186,113,151). Sum of RGB (Red+Green+Blue) = 186+113+151=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 113 (44.53% from 255 or 25.11% from 450); Blue value is 151 (59.38% from 255 or 33.56% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7197 is #458E68. Grayscale: #8B8B8B. Windows color (decimal): -4558441 or 9925050. OLE color: 9925050.

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

Color convert

RGB186113151-
CMYK00.390.190.27
HSL328.77º34.6%58.63%-
HSV(B)328.77º39.25%72.94%-
XYZ31.7424.4832.33-
YUV139.16134.68161.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.33%
GREEN value IS 113 (44.53% from 255) = 25.11%
BLUE value IS 151 (59.38% from 255) = 33.56%
R=41.33%
G=25.11%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611315100.390.190.27328.7734.658.63
HexBA7197027131B149233b
Octal27216122704723335114373
Binary1011101011100011001011101001111001111011101001001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7197; }

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

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

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

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

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

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

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

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