Shades of Hopbush #BA7C96
Tints of Hopbush #BA7C96
RGB
CMYK
RGB Variations
Color information
#BA7C96 (or 0xBA7C96) is known color: Hopbush. HEX triplet: BA, 7C and 96. RGB value is (186,124,150). Sum of RGB (Red+Green+Blue) = 186+124+150=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 150 (58.98% from 255 or 32.61% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7C96 is #458369. Grayscale: #919191. Windows color (decimal): -4555626 or 9862330. OLE color: 9862330.
HSL color Cylindrical-coordinate representation of color #BA7C96: hue angle of 334.84º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA7C96 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 124 | 150 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.27 |
| HSL | 334.84º | 0.31% | 0.61% | - |
| HSV(B) | 334.84º | 0.33% | 0.73% | - |
| XYZ | 32.96 | 27.06 | 32.34 | - |
| YUV | 145.5 | 130.54 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 124 | 150 | 0 | 0.33 | 0.19 | 0.27 | 334.84 | 0.31 | 0.61 |
| Hex | BA | 7C | 96 | 0 | 21 | 13 | 1B | 14F | 1F | 3D |
| Octal | 272 | 174 | 226 | 0 | 41 | 23 | 33 | 517 | 37 | 75 |
| Binary | 10111010 | 1111100 | 10010110 | 0 | 100001 | 10011 | 11011 | 101001111 | 11111 | 111101 |
Color Harmonies of #BA7C96
Complementary color
Monochromatic Colors of #BA7C96
Black with #BA7C96
Text Example
Text Example
White with #BA7C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7C96; }
p { color: rgb(186,124,150); }
H1.HeaderClassName
{
color: #BA7C96;
}
.AnyTagClassName
{
color: #BA7C96;
}
</style>
background-color css
<style>
a { background-color: #BA7C96; }
a { background-color: rgb(186,124,150); }
div.DivClassName
{
background-color: #BA7C96;
}
.BgClassName
{
background-color: #BA7C96;
}
</style>
border-color css
<style>
span { border-color: #BA7C96; }
span { border-color: rgb(186,124,150); }
td.TdClassName
{
border-color: #BA7C96;
}
.TagClassName
{
border-color: #BA7C96;
}
</style>