#BA7299

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

Shades of Hopbush #BA7299

Tints of Hopbush #BA7299

Color information

#BA7299 (or 0xBA7299) is unknown color: approx Hopbush. HEX triplet: BA, 72 and 99. RGB value is (186,114,153). Sum of RGB (Red+Green+Blue) = 186+114+153=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 153 (60.16% from 255 or 33.77% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7299 is #458D66. Grayscale: #8B8B8B. Windows color (decimal): -4558183 or 10056378. OLE color: 10056378.

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

Color convert

RGB186114153-
CMYK00.390.180.27
HSL327.5º34.29%58.82%-
HSV(B)327.5º38.71%72.94%-
XYZ32.0224.7733.23-
YUV139.97135.35160.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.06%
GREEN value IS 114 (44.92% from 255) = 25.17%
BLUE value IS 153 (60.16% from 255) = 33.77%
R=41.06%
G=25.17%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611415300.390.180.27327.534.2958.82
HexBA7299027121B148223b
Octal27216223104722335104273
Binary1011101011100101001100101001111001011011101001000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7299; }

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

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

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

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

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

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

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

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