Shades of Hopbush #BF76A1
Tints of Hopbush #BF76A1
RGB
CMYK
RGB Variations
Color information
#BF76A1 (or 0xBF76A1) is known color: Hopbush. HEX triplet: BF, 76 and A1. RGB value is (191,118,161). Sum of RGB (Red+Green+Blue) = 191+118+161=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 161 (63.28% from 255 or 34.26% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BF76A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF76A1 is #40895E. Grayscale: #909090. Windows color (decimal): -4229471 or 10581695. OLE color: 10581695.
HSL color Cylindrical-coordinate representation of color #BF76A1: hue angle of 324.66º 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 #BF76A1 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 118 | 161 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.25 |
| HSL | 324.66º | 0.36% | 0.61% | - |
| HSV(B) | 324.66º | 0.38% | 0.75% | - |
| XYZ | 34.4 | 26.61 | 37.04 | - |
| YUV | 144.73 | 137.18 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 118 | 161 | 0 | 0.38 | 0.16 | 0.25 | 324.66 | 0.36 | 0.61 |
| Hex | BF | 76 | A1 | 0 | 26 | 10 | 19 | 145 | 24 | 3D |
| Octal | 277 | 166 | 241 | 0 | 46 | 20 | 31 | 505 | 44 | 75 |
| Binary | 10111111 | 1110110 | 10100001 | 0 | 100110 | 10000 | 11001 | 101000101 | 100100 | 111101 |
Color Harmonies of #BF76A1
Complementary color
Monochromatic Colors of #BF76A1
Black with #BF76A1
Text Example
Text Example
White with #BF76A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF76A1; }
p { color: rgb(191,118,161); }
H1.HeaderClassName
{
color: #BF76A1;
}
.AnyTagClassName
{
color: #BF76A1;
}
</style>
background-color css
<style>
a { background-color: #BF76A1; }
a { background-color: rgb(191,118,161); }
div.DivClassName
{
background-color: #BF76A1;
}
.BgClassName
{
background-color: #BF76A1;
}
</style>
border-color css
<style>
span { border-color: #BF76A1; }
span { border-color: rgb(191,118,161); }
td.TdClassName
{
border-color: #BF76A1;
}
.TagClassName
{
border-color: #BF76A1;
}
</style>