#BA7598

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

Shades of Hopbush #BA7598

Tints of Hopbush #BA7598

Color information

#BA7598 (or 0xBA7598) is unknown color: approx Hopbush. HEX triplet: BA, 75 and 98. RGB value is (186,117,152). Sum of RGB (Red+Green+Blue) = 186+117+152=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 152 (59.77% from 255 or 33.41% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7598 is #458A67. Grayscale: #8D8D8D. Windows color (decimal): -4557416 or 9991610. OLE color: 9991610.

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

Color convert

RGB186117152-
CMYK00.370.180.27
HSL329.57º33.33%59.41%-
HSV(B)329.57º37.1%72.94%-
XYZ32.2825.4332.91-
YUV141.62133.86159.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.88%
GREEN value IS 117 (46.09% from 255) = 25.71%
BLUE value IS 152 (59.77% from 255) = 33.41%
R=40.88%
G=25.71%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611715200.370.180.27329.5733.3359.41
HexBA7598025121B14a213b
Octal27216523004522335124173
Binary1011101011101011001100001001011001011011101001010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7598; }

 p { color: rgb(186,117,152); }

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

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

 a { background-color: rgb(186,117,152); }

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

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

 span { border-color: rgb(186,117,152); }

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