Shades of Hopbush #BC7696
Tints of Hopbush #BC7696
RGB
CMYK
RGB Variations
Color information
#BC7696 (or 0xBC7696) is known color: Hopbush. HEX triplet: BC, 76 and 96. RGB value is (188,118,150). Sum of RGB (Red+Green+Blue) = 188+118+150=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 150 (58.98% from 255 or 32.89% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7696 is #438969. Grayscale: #8E8E8E. Windows color (decimal): -4426090 or 9860796. OLE color: 9860796.
HSL color Cylindrical-coordinate representation of color #BC7696: hue angle of 332.57º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC7696 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 150 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.26 |
| HSL | 332.57º | 0.34% | 0.6% | - |
| HSV(B) | 332.57º | 0.37% | 0.74% | - |
| XYZ | 32.72 | 25.85 | 32.12 | - |
| YUV | 142.58 | 132.19 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 150 | 0 | 0.37 | 0.20 | 0.26 | 332.57 | 0.34 | 0.6 |
| Hex | BC | 76 | 96 | 0 | 25 | 14 | 1A | 14D | 22 | 3C |
| Octal | 274 | 166 | 226 | 0 | 45 | 24 | 32 | 515 | 42 | 74 |
| Binary | 10111100 | 1110110 | 10010110 | 0 | 100101 | 10100 | 11010 | 101001101 | 100010 | 111100 |
Color Harmonies of #BC7696
Complementary color
Monochromatic Colors of #BC7696
Black with #BC7696
Text Example
Text Example
White with #BC7696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7696; }
p { color: rgb(188,118,150); }
H1.HeaderClassName
{
color: #BC7696;
}
.AnyTagClassName
{
color: #BC7696;
}
</style>
background-color css
<style>
a { background-color: #BC7696; }
a { background-color: rgb(188,118,150); }
div.DivClassName
{
background-color: #BC7696;
}
.BgClassName
{
background-color: #BC7696;
}
</style>
border-color css
<style>
span { border-color: #BC7696; }
span { border-color: rgb(188,118,150); }
td.TdClassName
{
border-color: #BC7696;
}
.TagClassName
{
border-color: #BC7696;
}
</style>