Shades of Hopbush #BC7D99
Tints of Hopbush #BC7D99
RGB
CMYK
RGB Variations
Color information
#BC7D99 (or 0xBC7D99) is known color: Hopbush. HEX triplet: BC, 7D and 99. RGB value is (188,125,153). Sum of RGB (Red+Green+Blue) = 188+125+153=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 125 (49.22% from 255 or 26.82% from 466); Blue value is 153 (60.16% from 255 or 32.83% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7D99 is #438266. Grayscale: #929292. Windows color (decimal): -4424295 or 10059196. OLE color: 10059196.
HSL color Cylindrical-coordinate representation of color #BC7D99: hue angle of 333.33º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC7D99 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 125 | 153 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.26 |
| HSL | 333.33º | 0.32% | 0.61% | - |
| HSV(B) | 333.33º | 0.34% | 0.74% | - |
| XYZ | 33.82 | 27.66 | 33.69 | - |
| YUV | 147.03 | 131.37 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 125 | 153 | 0 | 0.34 | 0.19 | 0.26 | 333.33 | 0.32 | 0.61 |
| Hex | BC | 7D | 99 | 0 | 22 | 13 | 1A | 14D | 20 | 3D |
| Octal | 274 | 175 | 231 | 0 | 42 | 23 | 32 | 515 | 40 | 75 |
| Binary | 10111100 | 1111101 | 10011001 | 0 | 100010 | 10011 | 11010 | 101001101 | 100000 | 111101 |
Color Harmonies of #BC7D99
Complementary color
Monochromatic Colors of #BC7D99
Black with #BC7D99
Text Example
Text Example
White with #BC7D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7D99; }
p { color: rgb(188,125,153); }
H1.HeaderClassName
{
color: #BC7D99;
}
.AnyTagClassName
{
color: #BC7D99;
}
</style>
background-color css
<style>
a { background-color: #BC7D99; }
a { background-color: rgb(188,125,153); }
div.DivClassName
{
background-color: #BC7D99;
}
.BgClassName
{
background-color: #BC7D99;
}
</style>
border-color css
<style>
span { border-color: #BC7D99; }
span { border-color: rgb(188,125,153); }
td.TdClassName
{
border-color: #BC7D99;
}
.TagClassName
{
border-color: #BC7D99;
}
</style>