Shades of Hopbush #BA648F
Tints of Hopbush #BA648F
RGB
CMYK
RGB Variations
Color information
#BA648F (or 0xBA648F) is known color: Hopbush. HEX triplet: BA, 64 and 8F. RGB value is (186,100,143). Sum of RGB (Red+Green+Blue) = 186+100+143=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA648F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA648F is #459B70. Grayscale: #828282. Windows color (decimal): -4561777 or 9397434. OLE color: 9397434.
HSL color Cylindrical-coordinate representation of color #BA648F: hue angle of 330º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA648F is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 100 | 143 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.27 |
| HSL | 330º | 0.38% | 0.56% | - |
| HSV(B) | 330º | 0.46% | 0.73% | - |
| XYZ | 29.76 | 21.54 | 28.57 | - |
| YUV | 130.62 | 134.99 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 143 | 0 | 0.46 | 0.23 | 0.27 | 330 | 0.38 | 0.56 |
| Hex | BA | 64 | 8F | 0 | 2E | 17 | 1B | 14A | 26 | 38 |
| Octal | 272 | 144 | 217 | 0 | 56 | 27 | 33 | 512 | 46 | 70 |
| Binary | 10111010 | 1100100 | 10001111 | 0 | 101110 | 10111 | 11011 | 101001010 | 100110 | 111000 |
Color Harmonies of #BA648F
Complementary color
Monochromatic Colors of #BA648F
Black with #BA648F
Text Example
Text Example
White with #BA648F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA648F; }
p { color: rgb(186,100,143); }
H1.HeaderClassName
{
color: #BA648F;
}
.AnyTagClassName
{
color: #BA648F;
}
</style>
background-color css
<style>
a { background-color: #BA648F; }
a { background-color: rgb(186,100,143); }
div.DivClassName
{
background-color: #BA648F;
}
.BgClassName
{
background-color: #BA648F;
}
</style>
border-color css
<style>
span { border-color: #BA648F; }
span { border-color: rgb(186,100,143); }
td.TdClassName
{
border-color: #BA648F;
}
.TagClassName
{
border-color: #BA648F;
}
</style>