Shades of Hopbush #BA7599
Tints of Hopbush #BA7599
RGB
CMYK
RGB Variations
Color information
#BA7599 (or 0xBA7599) is known color: Hopbush. HEX triplet: BA, 75 and 99. RGB value is (186,117,153). Sum of RGB (Red+Green+Blue) = 186+117+153=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7599 is #458A66. Grayscale: #8D8D8D. Windows color (decimal): -4557415 or 10057146. OLE color: 10057146.
HSL color Cylindrical-coordinate representation of color #BA7599: hue angle of 328.7º 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 #BA7599 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 117 | 153 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.27 |
| HSL | 328.7º | 0.33% | 0.59% | - |
| HSV(B) | 328.7º | 0.37% | 0.73% | - |
| XYZ | 32.36 | 25.46 | 33.35 | - |
| YUV | 141.74 | 134.36 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 153 | 0 | 0.37 | 0.18 | 0.27 | 328.7 | 0.33 | 0.59 |
| Hex | BA | 75 | 99 | 0 | 25 | 12 | 1B | 149 | 21 | 3B |
| Octal | 272 | 165 | 231 | 0 | 45 | 22 | 33 | 511 | 41 | 73 |
| Binary | 10111010 | 1110101 | 10011001 | 0 | 100101 | 10010 | 11011 | 101001001 | 100001 | 111011 |
Color Harmonies of #BA7599
Complementary color
Monochromatic Colors of #BA7599
Black with #BA7599
Text Example
Text Example
White with #BA7599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7599; }
p { color: rgb(186,117,153); }
H1.HeaderClassName
{
color: #BA7599;
}
.AnyTagClassName
{
color: #BA7599;
}
</style>
background-color css
<style>
a { background-color: #BA7599; }
a { background-color: rgb(186,117,153); }
div.DivClassName
{
background-color: #BA7599;
}
.BgClassName
{
background-color: #BA7599;
}
</style>
border-color css
<style>
span { border-color: #BA7599; }
span { border-color: rgb(186,117,153); }
td.TdClassName
{
border-color: #BA7599;
}
.TagClassName
{
border-color: #BA7599;
}
</style>