Shades of Hopbush #BA7596
Tints of Hopbush #BA7596
RGB
CMYK
RGB Variations
Color information
#BA7596 (or 0xBA7596) is known color: Hopbush. HEX triplet: BA, 75 and 96. RGB value is (186,117,150). Sum of RGB (Red+Green+Blue) = 186+117+150=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7596 is #458A69. Grayscale: #8D8D8D. Windows color (decimal): -4557418 or 9860538. OLE color: 9860538.
HSL color Cylindrical-coordinate representation of color #BA7596: hue angle of 331.3º 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 #BA7596 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 117 | 150 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.27 |
| HSL | 331.3º | 0.33% | 0.59% | - |
| HSV(B) | 331.3º | 0.37% | 0.73% | - |
| XYZ | 32.12 | 25.36 | 32.06 | - |
| YUV | 141.39 | 132.86 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 150 | 0 | 0.37 | 0.19 | 0.27 | 331.3 | 0.33 | 0.59 |
| Hex | BA | 75 | 96 | 0 | 25 | 13 | 1B | 14B | 21 | 3B |
| Octal | 272 | 165 | 226 | 0 | 45 | 23 | 33 | 513 | 41 | 73 |
| Binary | 10111010 | 1110101 | 10010110 | 0 | 100101 | 10011 | 11011 | 101001011 | 100001 | 111011 |
Color Harmonies of #BA7596
Complementary color
Monochromatic Colors of #BA7596
Black with #BA7596
Text Example
Text Example
White with #BA7596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7596; }
p { color: rgb(186,117,150); }
H1.HeaderClassName
{
color: #BA7596;
}
.AnyTagClassName
{
color: #BA7596;
}
</style>
background-color css
<style>
a { background-color: #BA7596; }
a { background-color: rgb(186,117,150); }
div.DivClassName
{
background-color: #BA7596;
}
.BgClassName
{
background-color: #BA7596;
}
</style>
border-color css
<style>
span { border-color: #BA7596; }
span { border-color: rgb(186,117,150); }
td.TdClassName
{
border-color: #BA7596;
}
.TagClassName
{
border-color: #BA7596;
}
</style>