#BA7295

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

Shades of Hopbush #BA7295

Tints of Hopbush #BA7295

Color information

#BA7295 (or 0xBA7295) is unknown color: approx Hopbush. HEX triplet: BA, 72 and 95. RGB value is (186,114,149). Sum of RGB (Red+Green+Blue) = 186+114+149=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 114 (44.92% from 255 or 25.39% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7295 is #458D6A. Grayscale: #8B8B8B. Windows color (decimal): -4558187 or 9794234. OLE color: 9794234.

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

Color convert

RGB186114149-
CMYK00.390.200.27
HSL330.83º34.29%58.82%-
HSV(B)330.83º38.71%72.94%-
XYZ31.6924.6431.52-
YUV139.52133.35161.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.43%
GREEN value IS 114 (44.92% from 255) = 25.39%
BLUE value IS 149 (58.59% from 255) = 33.18%
R=41.43%
G=25.39%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611414900.390.200.27330.8334.2958.82
HexBA7295027141B14b223b
Octal27216222504724335134273
Binary1011101011100101001010101001111010011011101001011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7295; }

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

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

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

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

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

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

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

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