Shades of Hopbush #BA699B
Tints of Hopbush #BA699B
RGB
CMYK
RGB Variations
Color information
#BA699B (or 0xBA699B) is known color: Hopbush. HEX triplet: BA, 69 and 9B. RGB value is (186,105,155). Sum of RGB (Red+Green+Blue) = 186+105+155=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BA699B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA699B is #459664. Grayscale: #868686. Windows color (decimal): -4560485 or 10185146. OLE color: 10185146.
HSL color Cylindrical-coordinate representation of color #BA699B: hue angle of 322.96º 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 #BA699B is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 155 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.27 |
| HSL | 322.96º | 0.37% | 0.57% | - |
| HSV(B) | 322.96º | 0.44% | 0.73% | - |
| XYZ | 31.22 | 22.91 | 33.79 | - |
| YUV | 134.92 | 139.34 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 155 | 0 | 0.44 | 0.17 | 0.27 | 322.96 | 0.37 | 0.57 |
| Hex | BA | 69 | 9B | 0 | 2C | 11 | 1B | 143 | 25 | 39 |
| Octal | 272 | 151 | 233 | 0 | 54 | 21 | 33 | 503 | 45 | 71 |
| Binary | 10111010 | 1101001 | 10011011 | 0 | 101100 | 10001 | 11011 | 101000011 | 100101 | 111001 |
Color Harmonies of #BA699B
Complementary color
Monochromatic Colors of #BA699B
Black with #BA699B
Text Example
Text Example
White with #BA699B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA699B; }
p { color: rgb(186,105,155); }
H1.HeaderClassName
{
color: #BA699B;
}
.AnyTagClassName
{
color: #BA699B;
}
</style>
background-color css
<style>
a { background-color: #BA699B; }
a { background-color: rgb(186,105,155); }
div.DivClassName
{
background-color: #BA699B;
}
.BgClassName
{
background-color: #BA699B;
}
</style>
border-color css
<style>
span { border-color: #BA699B; }
span { border-color: rgb(186,105,155); }
td.TdClassName
{
border-color: #BA699B;
}
.TagClassName
{
border-color: #BA699B;
}
</style>