Shades of Hopbush #BA7195
Tints of Hopbush #BA7195
RGB
CMYK
RGB Variations
Color information
#BA7195 (or 0xBA7195) is known color: Hopbush. HEX triplet: BA, 71 and 95. RGB value is (186,113,149). Sum of RGB (Red+Green+Blue) = 186+113+149=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7195 is #458E6A. Grayscale: #8A8A8A. Windows color (decimal): -4558443 or 9793978. OLE color: 9793978.
HSL color Cylindrical-coordinate representation of color #BA7195: hue angle of 330.41º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA7195 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 149 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.27 |
| HSL | 330.41º | 0.35% | 0.59% | - |
| HSV(B) | 330.41º | 0.39% | 0.73% | - |
| XYZ | 31.58 | 24.42 | 31.48 | - |
| YUV | 138.93 | 133.68 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 149 | 0 | 0.39 | 0.20 | 0.27 | 330.41 | 0.35 | 0.59 |
| Hex | BA | 71 | 95 | 0 | 27 | 14 | 1B | 14A | 23 | 3B |
| Octal | 272 | 161 | 225 | 0 | 47 | 24 | 33 | 512 | 43 | 73 |
| Binary | 10111010 | 1110001 | 10010101 | 0 | 100111 | 10100 | 11011 | 101001010 | 100011 | 111011 |
Color Harmonies of #BA7195
Complementary color
Monochromatic Colors of #BA7195
Black with #BA7195
Text Example
Text Example
White with #BA7195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7195; }
p { color: rgb(186,113,149); }
H1.HeaderClassName
{
color: #BA7195;
}
.AnyTagClassName
{
color: #BA7195;
}
</style>
background-color css
<style>
a { background-color: #BA7195; }
a { background-color: rgb(186,113,149); }
div.DivClassName
{
background-color: #BA7195;
}
.BgClassName
{
background-color: #BA7195;
}
</style>
border-color css
<style>
span { border-color: #BA7195; }
span { border-color: rgb(186,113,149); }
td.TdClassName
{
border-color: #BA7195;
}
.TagClassName
{
border-color: #BA7195;
}
</style>