Shades of Hopbush #BC7697
Tints of Hopbush #BC7697
RGB
CMYK
RGB Variations
Color information
#BC7697 (or 0xBC7697) is known color: Hopbush. HEX triplet: BC, 76 and 97. RGB value is (188,118,151). Sum of RGB (Red+Green+Blue) = 188+118+151=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 151 (59.38% from 255 or 33.04% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7697 is #438968. Grayscale: #8E8E8E. Windows color (decimal): -4426089 or 9926332. OLE color: 9926332.
HSL color Cylindrical-coordinate representation of color #BC7697: hue angle of 331.71º 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 #BC7697 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 151 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.26 |
| HSL | 331.71º | 0.34% | 0.6% | - |
| HSV(B) | 331.71º | 0.37% | 0.74% | - |
| XYZ | 32.8 | 25.88 | 32.55 | - |
| YUV | 142.69 | 132.69 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 151 | 0 | 0.37 | 0.20 | 0.26 | 331.71 | 0.34 | 0.6 |
| Hex | BC | 76 | 97 | 0 | 25 | 14 | 1A | 14C | 22 | 3C |
| Octal | 274 | 166 | 227 | 0 | 45 | 24 | 32 | 514 | 42 | 74 |
| Binary | 10111100 | 1110110 | 10010111 | 0 | 100101 | 10100 | 11010 | 101001100 | 100010 | 111100 |
Color Harmonies of #BC7697
Complementary color
Monochromatic Colors of #BC7697
Black with #BC7697
Text Example
Text Example
White with #BC7697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7697; }
p { color: rgb(188,118,151); }
H1.HeaderClassName
{
color: #BC7697;
}
.AnyTagClassName
{
color: #BC7697;
}
</style>
background-color css
<style>
a { background-color: #BC7697; }
a { background-color: rgb(188,118,151); }
div.DivClassName
{
background-color: #BC7697;
}
.BgClassName
{
background-color: #BC7697;
}
</style>
border-color css
<style>
span { border-color: #BC7697; }
span { border-color: rgb(188,118,151); }
td.TdClassName
{
border-color: #BC7697;
}
.TagClassName
{
border-color: #BC7697;
}
</style>