Shades of Hopbush #BC7796
Tints of Hopbush #BC7796
RGB
CMYK
RGB Variations
Color information
#BC7796 (or 0xBC7796) is known color: Hopbush. HEX triplet: BC, 77 and 96. RGB value is (188,119,150). Sum of RGB (Red+Green+Blue) = 188+119+150=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 150 (58.98% from 255 or 32.82% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7796 is #438869. Grayscale: #8F8F8F. Windows color (decimal): -4425834 or 9861052. OLE color: 9861052.
HSL color Cylindrical-coordinate representation of color #BC7796: hue angle of 333.04º 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 #BC7796 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 119 | 150 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.26 |
| HSL | 333.04º | 0.34% | 0.6% | - |
| HSV(B) | 333.04º | 0.37% | 0.74% | - |
| XYZ | 32.84 | 26.09 | 32.16 | - |
| YUV | 143.17 | 131.86 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 150 | 0 | 0.37 | 0.20 | 0.26 | 333.04 | 0.34 | 0.6 |
| Hex | BC | 77 | 96 | 0 | 25 | 14 | 1A | 14D | 22 | 3C |
| Octal | 274 | 167 | 226 | 0 | 45 | 24 | 32 | 515 | 42 | 74 |
| Binary | 10111100 | 1110111 | 10010110 | 0 | 100101 | 10100 | 11010 | 101001101 | 100010 | 111100 |
Color Harmonies of #BC7796
Complementary color
Monochromatic Colors of #BC7796
Black with #BC7796
Text Example
Text Example
White with #BC7796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7796; }
p { color: rgb(188,119,150); }
H1.HeaderClassName
{
color: #BC7796;
}
.AnyTagClassName
{
color: #BC7796;
}
</style>
background-color css
<style>
a { background-color: #BC7796; }
a { background-color: rgb(188,119,150); }
div.DivClassName
{
background-color: #BC7796;
}
.BgClassName
{
background-color: #BC7796;
}
</style>
border-color css
<style>
span { border-color: #BC7796; }
span { border-color: rgb(188,119,150); }
td.TdClassName
{
border-color: #BC7796;
}
.TagClassName
{
border-color: #BC7796;
}
</style>