Shades of Hopbush #BA6B92
Tints of Hopbush #BA6B92
RGB
CMYK
RGB Variations
Color information
#BA6B92 (or 0xBA6B92) is known color: Hopbush. HEX triplet: BA, 6B and 92. RGB value is (186,107,146). Sum of RGB (Red+Green+Blue) = 186+107+146=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 107 (42.19% from 255 or 24.37% from 439); Blue value is 146 (57.42% from 255 or 33.26% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6B92 is #45946D. Grayscale: #868686. Windows color (decimal): -4559982 or 9595834. OLE color: 9595834.
HSL color Cylindrical-coordinate representation of color #BA6B92: hue angle of 330.38º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA6B92 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 107 | 146 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.27 |
| HSL | 330.38º | 0.36% | 0.57% | - |
| HSV(B) | 330.38º | 0.42% | 0.73% | - |
| XYZ | 30.7 | 23.03 | 30.02 | - |
| YUV | 135.07 | 134.17 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 146 | 0 | 0.42 | 0.22 | 0.27 | 330.38 | 0.36 | 0.57 |
| Hex | BA | 6B | 92 | 0 | 2A | 16 | 1B | 14A | 24 | 39 |
| Octal | 272 | 153 | 222 | 0 | 52 | 26 | 33 | 512 | 44 | 71 |
| Binary | 10111010 | 1101011 | 10010010 | 0 | 101010 | 10110 | 11011 | 101001010 | 100100 | 111001 |
Color Harmonies of #BA6B92
Complementary color
Monochromatic Colors of #BA6B92
Black with #BA6B92
Text Example
Text Example
White with #BA6B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6B92; }
p { color: rgb(186,107,146); }
H1.HeaderClassName
{
color: #BA6B92;
}
.AnyTagClassName
{
color: #BA6B92;
}
</style>
background-color css
<style>
a { background-color: #BA6B92; }
a { background-color: rgb(186,107,146); }
div.DivClassName
{
background-color: #BA6B92;
}
.BgClassName
{
background-color: #BA6B92;
}
</style>
border-color css
<style>
span { border-color: #BA6B92; }
span { border-color: rgb(186,107,146); }
td.TdClassName
{
border-color: #BA6B92;
}
.TagClassName
{
border-color: #BA6B92;
}
</style>