Shades of Hopbush #BA6C94
Tints of Hopbush #BA6C94
RGB
CMYK
RGB Variations
Color information
#BA6C94 (or 0xBA6C94) is known color: Hopbush. HEX triplet: BA, 6C and 94. RGB value is (186,108,148). Sum of RGB (Red+Green+Blue) = 186+108+148=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 108 (42.58% from 255 or 24.43% from 442); Blue value is 148 (58.20% from 255 or 33.48% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6C94 is #45936B. Grayscale: #878787. Windows color (decimal): -4559724 or 9727162. OLE color: 9727162.
HSL color Cylindrical-coordinate representation of color #BA6C94: hue angle of 329.23º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA6C94 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 108 | 148 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.27 |
| HSL | 329.23º | 0.36% | 0.58% | - |
| HSV(B) | 329.23º | 0.42% | 0.73% | - |
| XYZ | 30.96 | 23.3 | 30.88 | - |
| YUV | 135.88 | 134.84 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 148 | 0 | 0.42 | 0.20 | 0.27 | 329.23 | 0.36 | 0.58 |
| Hex | BA | 6C | 94 | 0 | 2A | 14 | 1B | 149 | 24 | 3A |
| Octal | 272 | 154 | 224 | 0 | 52 | 24 | 33 | 511 | 44 | 72 |
| Binary | 10111010 | 1101100 | 10010100 | 0 | 101010 | 10100 | 11011 | 101001001 | 100100 | 111010 |
Color Harmonies of #BA6C94
Complementary color
Monochromatic Colors of #BA6C94
Black with #BA6C94
Text Example
Text Example
White with #BA6C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6C94; }
p { color: rgb(186,108,148); }
H1.HeaderClassName
{
color: #BA6C94;
}
.AnyTagClassName
{
color: #BA6C94;
}
</style>
background-color css
<style>
a { background-color: #BA6C94; }
a { background-color: rgb(186,108,148); }
div.DivClassName
{
background-color: #BA6C94;
}
.BgClassName
{
background-color: #BA6C94;
}
</style>
border-color css
<style>
span { border-color: #BA6C94; }
span { border-color: rgb(186,108,148); }
td.TdClassName
{
border-color: #BA6C94;
}
.TagClassName
{
border-color: #BA6C94;
}
</style>