Shades of Hopbush #BA6995
Tints of Hopbush #BA6995
RGB
CMYK
RGB Variations
Color information
#BA6995 (or 0xBA6995) is known color: Hopbush. HEX triplet: BA, 69 and 95. RGB value is (186,105,149). Sum of RGB (Red+Green+Blue) = 186+105+149=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 149 (58.59% from 255 or 33.86% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6995 is #45966A. Grayscale: #868686. Windows color (decimal): -4560491 or 9791930. OLE color: 9791930.
HSL color Cylindrical-coordinate representation of color #BA6995: hue angle of 327.41º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA6995 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 149 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.27 |
| HSL | 327.41º | 0.37% | 0.57% | - |
| HSV(B) | 327.41º | 0.44% | 0.73% | - |
| XYZ | 30.73 | 22.71 | 31.2 | - |
| YUV | 134.24 | 136.34 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 149 | 0 | 0.44 | 0.20 | 0.27 | 327.41 | 0.37 | 0.57 |
| Hex | BA | 69 | 95 | 0 | 2C | 14 | 1B | 147 | 25 | 39 |
| Octal | 272 | 151 | 225 | 0 | 54 | 24 | 33 | 507 | 45 | 71 |
| Binary | 10111010 | 1101001 | 10010101 | 0 | 101100 | 10100 | 11011 | 101000111 | 100101 | 111001 |
Color Harmonies of #BA6995
Complementary color
Monochromatic Colors of #BA6995
Black with #BA6995
Text Example
Text Example
White with #BA6995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6995; }
p { color: rgb(186,105,149); }
H1.HeaderClassName
{
color: #BA6995;
}
.AnyTagClassName
{
color: #BA6995;
}
</style>
background-color css
<style>
a { background-color: #BA6995; }
a { background-color: rgb(186,105,149); }
div.DivClassName
{
background-color: #BA6995;
}
.BgClassName
{
background-color: #BA6995;
}
</style>
border-color css
<style>
span { border-color: #BA6995; }
span { border-color: rgb(186,105,149); }
td.TdClassName
{
border-color: #BA6995;
}
.TagClassName
{
border-color: #BA6995;
}
</style>