Shades of Hopbush #BA699C
Tints of Hopbush #BA699C
RGB
CMYK
RGB Variations
Color information
#BA699C (or 0xBA699C) is known color: Hopbush. HEX triplet: BA, 69 and 9C. RGB value is (186,105,156). Sum of RGB (Red+Green+Blue) = 186+105+156=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BA699C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA699C is #459663. Grayscale: #868686. Windows color (decimal): -4560484 or 10250682. OLE color: 10250682.
HSL color Cylindrical-coordinate representation of color #BA699C: hue angle of 322.22º 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 #BA699C is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 156 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.27 |
| HSL | 322.22º | 0.37% | 0.57% | - |
| HSV(B) | 322.22º | 0.44% | 0.73% | - |
| XYZ | 31.3 | 22.94 | 34.23 | - |
| YUV | 135.03 | 139.84 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 156 | 0 | 0.44 | 0.16 | 0.27 | 322.22 | 0.37 | 0.57 |
| Hex | BA | 69 | 9C | 0 | 2C | 10 | 1B | 142 | 25 | 39 |
| Octal | 272 | 151 | 234 | 0 | 54 | 20 | 33 | 502 | 45 | 71 |
| Binary | 10111010 | 1101001 | 10011100 | 0 | 101100 | 10000 | 11011 | 101000010 | 100101 | 111001 |
Color Harmonies of #BA699C
Complementary color
Monochromatic Colors of #BA699C
Black with #BA699C
Text Example
Text Example
White with #BA699C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA699C; }
p { color: rgb(186,105,156); }
H1.HeaderClassName
{
color: #BA699C;
}
.AnyTagClassName
{
color: #BA699C;
}
</style>
background-color css
<style>
a { background-color: #BA699C; }
a { background-color: rgb(186,105,156); }
div.DivClassName
{
background-color: #BA699C;
}
.BgClassName
{
background-color: #BA699C;
}
</style>
border-color css
<style>
span { border-color: #BA699C; }
span { border-color: rgb(186,105,156); }
td.TdClassName
{
border-color: #BA699C;
}
.TagClassName
{
border-color: #BA699C;
}
</style>