Shades of Hopbush #BA6D91
Tints of Hopbush #BA6D91
RGB
CMYK
RGB Variations
Color information
#BA6D91 (or 0xBA6D91) is known color: Hopbush. HEX triplet: BA, 6D and 91. RGB value is (186,109,145). Sum of RGB (Red+Green+Blue) = 186+109+145=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 109 (42.97% from 255 or 24.77% from 440); Blue value is 145 (57.03% from 255 or 32.95% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6D91 is #45926E. Grayscale: #888888. Windows color (decimal): -4559471 or 9530810. OLE color: 9530810.
HSL color Cylindrical-coordinate representation of color #BA6D91: hue angle of 331.95º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA6D91 is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 109 | 145 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.27 |
| HSL | 331.95º | 0.36% | 0.58% | - |
| HSV(B) | 331.95º | 0.41% | 0.73% | - |
| XYZ | 30.83 | 23.42 | 29.68 | - |
| YUV | 136.13 | 133.01 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 145 | 0 | 0.41 | 0.22 | 0.27 | 331.95 | 0.36 | 0.58 |
| Hex | BA | 6D | 91 | 0 | 29 | 16 | 1B | 14C | 24 | 3A |
| Octal | 272 | 155 | 221 | 0 | 51 | 26 | 33 | 514 | 44 | 72 |
| Binary | 10111010 | 1101101 | 10010001 | 0 | 101001 | 10110 | 11011 | 101001100 | 100100 | 111010 |
Color Harmonies of #BA6D91
Complementary color
Monochromatic Colors of #BA6D91
Black with #BA6D91
Text Example
Text Example
White with #BA6D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6D91; }
p { color: rgb(186,109,145); }
H1.HeaderClassName
{
color: #BA6D91;
}
.AnyTagClassName
{
color: #BA6D91;
}
</style>
background-color css
<style>
a { background-color: #BA6D91; }
a { background-color: rgb(186,109,145); }
div.DivClassName
{
background-color: #BA6D91;
}
.BgClassName
{
background-color: #BA6D91;
}
</style>
border-color css
<style>
span { border-color: #BA6D91; }
span { border-color: rgb(186,109,145); }
td.TdClassName
{
border-color: #BA6D91;
}
.TagClassName
{
border-color: #BA6D91;
}
</style>