Shades of Hopbush #BA678F
Tints of Hopbush #BA678F
RGB
CMYK
RGB Variations
Color information
#BA678F (or 0xBA678F) is known color: Hopbush. HEX triplet: BA, 67 and 8F. RGB value is (186,103,143). Sum of RGB (Red+Green+Blue) = 186+103+143=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 103 (40.62% from 255 or 23.84% from 432); Blue value is 143 (56.25% from 255 or 33.10% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA678F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA678F is #459870. Grayscale: #848484. Windows color (decimal): -4561009 or 9398202. OLE color: 9398202.
HSL color Cylindrical-coordinate representation of color #BA678F: hue angle of 331.08º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA678F is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 103 | 143 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.27 |
| HSL | 331.08º | 0.38% | 0.57% | - |
| HSV(B) | 331.08º | 0.45% | 0.73% | - |
| XYZ | 30.06 | 22.12 | 28.67 | - |
| YUV | 132.38 | 134 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 143 | 0 | 0.45 | 0.23 | 0.27 | 331.08 | 0.38 | 0.57 |
| Hex | BA | 67 | 8F | 0 | 2D | 17 | 1B | 14B | 26 | 39 |
| Octal | 272 | 147 | 217 | 0 | 55 | 27 | 33 | 513 | 46 | 71 |
| Binary | 10111010 | 1100111 | 10001111 | 0 | 101101 | 10111 | 11011 | 101001011 | 100110 | 111001 |
Color Harmonies of #BA678F
Complementary color
Monochromatic Colors of #BA678F
Black with #BA678F
Text Example
Text Example
White with #BA678F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA678F; }
p { color: rgb(186,103,143); }
H1.HeaderClassName
{
color: #BA678F;
}
.AnyTagClassName
{
color: #BA678F;
}
</style>
background-color css
<style>
a { background-color: #BA678F; }
a { background-color: rgb(186,103,143); }
div.DivClassName
{
background-color: #BA678F;
}
.BgClassName
{
background-color: #BA678F;
}
</style>
border-color css
<style>
span { border-color: #BA678F; }
span { border-color: rgb(186,103,143); }
td.TdClassName
{
border-color: #BA678F;
}
.TagClassName
{
border-color: #BA678F;
}
</style>