Shades of Hopbush #BA6B9C
Tints of Hopbush #BA6B9C
RGB
CMYK
RGB Variations
Color information
#BA6B9C (or 0xBA6B9C) is known color: Hopbush. HEX triplet: BA, 6B and 9C. RGB value is (186,107,156). Sum of RGB (Red+Green+Blue) = 186+107+156=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 107 (42.19% from 255 or 23.83% from 449); Blue value is 156 (61.33% from 255 or 34.74% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6B9C is #459463. Grayscale: #888888. Windows color (decimal): -4559972 or 10251194. OLE color: 10251194.
HSL color Cylindrical-coordinate representation of color #BA6B9C: hue angle of 322.78º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA6B9C is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 107 | 156 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.27 |
| HSL | 322.78º | 0.36% | 0.57% | - |
| HSV(B) | 322.78º | 0.42% | 0.73% | - |
| XYZ | 31.51 | 23.35 | 34.3 | - |
| YUV | 136.21 | 139.17 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 156 | 0 | 0.42 | 0.16 | 0.27 | 322.78 | 0.36 | 0.57 |
| Hex | BA | 6B | 9C | 0 | 2A | 10 | 1B | 143 | 24 | 39 |
| Octal | 272 | 153 | 234 | 0 | 52 | 20 | 33 | 503 | 44 | 71 |
| Binary | 10111010 | 1101011 | 10011100 | 0 | 101010 | 10000 | 11011 | 101000011 | 100100 | 111001 |
Color Harmonies of #BA6B9C
Complementary color
Monochromatic Colors of #BA6B9C
Black with #BA6B9C
Text Example
Text Example
White with #BA6B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6B9C; }
p { color: rgb(186,107,156); }
H1.HeaderClassName
{
color: #BA6B9C;
}
.AnyTagClassName
{
color: #BA6B9C;
}
</style>
background-color css
<style>
a { background-color: #BA6B9C; }
a { background-color: rgb(186,107,156); }
div.DivClassName
{
background-color: #BA6B9C;
}
.BgClassName
{
background-color: #BA6B9C;
}
</style>
border-color css
<style>
span { border-color: #BA6B9C; }
span { border-color: rgb(186,107,156); }
td.TdClassName
{
border-color: #BA6B9C;
}
.TagClassName
{
border-color: #BA6B9C;
}
</style>