Shades of Hopbush #BC7997
Tints of Hopbush #BC7997
RGB
CMYK
RGB Variations
Color information
#BC7997 (or 0xBC7997) is known color: Hopbush. HEX triplet: BC, 79 and 97. RGB value is (188,121,151). Sum of RGB (Red+Green+Blue) = 188+121+151=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 151 (59.38% from 255 or 32.83% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7997 is #438668. Grayscale: #909090. Windows color (decimal): -4425321 or 9927100. OLE color: 9927100.
HSL color Cylindrical-coordinate representation of color #BC7997: hue angle of 333.13º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC7997 is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 121 | 151 | - |
| CMYK | 0 | 0.36 | 0.20 | 0.26 |
| HSL | 333.13º | 0.33% | 0.61% | - |
| HSV(B) | 333.13º | 0.36% | 0.74% | - |
| XYZ | 33.16 | 26.6 | 32.66 | - |
| YUV | 144.45 | 131.7 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 121 | 151 | 0 | 0.36 | 0.20 | 0.26 | 333.13 | 0.33 | 0.61 |
| Hex | BC | 79 | 97 | 0 | 24 | 14 | 1A | 14D | 21 | 3D |
| Octal | 274 | 171 | 227 | 0 | 44 | 24 | 32 | 515 | 41 | 75 |
| Binary | 10111100 | 1111001 | 10010111 | 0 | 100100 | 10100 | 11010 | 101001101 | 100001 | 111101 |
Color Harmonies of #BC7997
Complementary color
Monochromatic Colors of #BC7997
Black with #BC7997
Text Example
Text Example
White with #BC7997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7997; }
p { color: rgb(188,121,151); }
H1.HeaderClassName
{
color: #BC7997;
}
.AnyTagClassName
{
color: #BC7997;
}
</style>
background-color css
<style>
a { background-color: #BC7997; }
a { background-color: rgb(188,121,151); }
div.DivClassName
{
background-color: #BC7997;
}
.BgClassName
{
background-color: #BC7997;
}
</style>
border-color css
<style>
span { border-color: #BC7997; }
span { border-color: rgb(188,121,151); }
td.TdClassName
{
border-color: #BC7997;
}
.TagClassName
{
border-color: #BC7997;
}
</style>