Shades of Hopbush #BF76A0
Tints of Hopbush #BF76A0
RGB
CMYK
RGB Variations
Color information
#BF76A0 (or 0xBF76A0) is known color: Hopbush. HEX triplet: BF, 76 and A0. RGB value is (191,118,160). Sum of RGB (Red+Green+Blue) = 191+118+160=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 118 (46.48% from 255 or 25.16% from 469); Blue value is 160 (62.89% from 255 or 34.12% from 469); Max value from RGB is 191 - color contains mainly: red. Hex color #BF76A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF76A0 is #40895F. Grayscale: #909090. Windows color (decimal): -4229472 or 10516159. OLE color: 10516159.
HSL color Cylindrical-coordinate representation of color #BF76A0: hue angle of 325.48º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF76A0 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 118 | 160 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.25 |
| HSL | 325.48º | 0.36% | 0.61% | - |
| HSV(B) | 325.48º | 0.38% | 0.75% | - |
| XYZ | 34.31 | 26.57 | 36.58 | - |
| YUV | 144.62 | 136.68 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 118 | 160 | 0 | 0.38 | 0.16 | 0.25 | 325.48 | 0.36 | 0.61 |
| Hex | BF | 76 | A0 | 0 | 26 | 10 | 19 | 145 | 24 | 3D |
| Octal | 277 | 166 | 240 | 0 | 46 | 20 | 31 | 505 | 44 | 75 |
| Binary | 10111111 | 1110110 | 10100000 | 0 | 100110 | 10000 | 11001 | 101000101 | 100100 | 111101 |
Color Harmonies of #BF76A0
Complementary color
Monochromatic Colors of #BF76A0
Black with #BF76A0
Text Example
Text Example
White with #BF76A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF76A0; }
p { color: rgb(191,118,160); }
H1.HeaderClassName
{
color: #BF76A0;
}
.AnyTagClassName
{
color: #BF76A0;
}
</style>
background-color css
<style>
a { background-color: #BF76A0; }
a { background-color: rgb(191,118,160); }
div.DivClassName
{
background-color: #BF76A0;
}
.BgClassName
{
background-color: #BF76A0;
}
</style>
border-color css
<style>
span { border-color: #BF76A0; }
span { border-color: rgb(191,118,160); }
td.TdClassName
{
border-color: #BF76A0;
}
.TagClassName
{
border-color: #BF76A0;
}
</style>