#BA7296

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

Shades of Hopbush #BA7296

Tints of Hopbush #BA7296

Color information

#BA7296 (or 0xBA7296) is unknown color: approx Hopbush. HEX triplet: BA, 72 and 96. RGB value is (186,114,150). Sum of RGB (Red+Green+Blue) = 186+114+150=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7296 is #458D69. Grayscale: #8B8B8B. Windows color (decimal): -4558186 or 9859770. OLE color: 9859770.

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

Color convert

RGB186114150-
CMYK00.390.190.27
HSL330º34.29%58.82%-
HSV(B)330º38.71%72.94%-
XYZ31.7724.6831.94-
YUV139.63133.85161.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.33%
GREEN value IS 114 (44.92% from 255) = 25.33%
BLUE value IS 150 (58.98% from 255) = 33.33%
R=41.33%
G=25.33%
B=33.33%

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
Decimal18611415000.390.190.2733034.2958.82
HexBA7296027131B14a223b
Octal27216222604723335124273
Binary1011101011100101001011001001111001111011101001010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7296; }

 p { color: rgb(186,114,150); }

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

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

 a { background-color: rgb(186,114,150); }

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

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

 span { border-color: rgb(186,114,150); }

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