Shades of Hopbush #BA7A98
Tints of Hopbush #BA7A98
RGB
CMYK
RGB Variations
Color information
#BA7A98 (or 0xBA7A98) is known color: Hopbush. HEX triplet: BA, 7A and 98. RGB value is (186,122,152). Sum of RGB (Red+Green+Blue) = 186+122+152=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 152 (59.77% from 255 or 33.04% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7A98 is #458567. Grayscale: #909090. Windows color (decimal): -4556136 or 9992890. OLE color: 9992890.
HSL color Cylindrical-coordinate representation of color #BA7A98: hue angle of 331.88º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA7A98 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 122 | 152 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.27 |
| HSL | 331.88º | 0.32% | 0.6% | - |
| HSV(B) | 331.88º | 0.34% | 0.73% | - |
| XYZ | 32.88 | 26.63 | 33.11 | - |
| YUV | 144.56 | 132.2 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 122 | 152 | 0 | 0.34 | 0.18 | 0.27 | 331.88 | 0.32 | 0.6 |
| Hex | BA | 7A | 98 | 0 | 22 | 12 | 1B | 14C | 20 | 3C |
| Octal | 272 | 172 | 230 | 0 | 42 | 22 | 33 | 514 | 40 | 74 |
| Binary | 10111010 | 1111010 | 10011000 | 0 | 100010 | 10010 | 11011 | 101001100 | 100000 | 111100 |
Color Harmonies of #BA7A98
Complementary color
Monochromatic Colors of #BA7A98
Black with #BA7A98
Text Example
Text Example
White with #BA7A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7A98; }
p { color: rgb(186,122,152); }
H1.HeaderClassName
{
color: #BA7A98;
}
.AnyTagClassName
{
color: #BA7A98;
}
</style>
background-color css
<style>
a { background-color: #BA7A98; }
a { background-color: rgb(186,122,152); }
div.DivClassName
{
background-color: #BA7A98;
}
.BgClassName
{
background-color: #BA7A98;
}
</style>
border-color css
<style>
span { border-color: #BA7A98; }
span { border-color: rgb(186,122,152); }
td.TdClassName
{
border-color: #BA7A98;
}
.TagClassName
{
border-color: #BA7A98;
}
</style>