Shades of Hopbush #BF719B
Tints of Hopbush #BF719B
RGB
CMYK
RGB Variations
Color information
#BF719B (or 0xBF719B) is known color: Hopbush. HEX triplet: BF, 71 and 9B. RGB value is (191,113,155). Sum of RGB (Red+Green+Blue) = 191+113+155=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BF719B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF719B is #408E64. Grayscale: #8D8D8D. Windows color (decimal): -4230757 or 10187199. OLE color: 10187199.
HSL color Cylindrical-coordinate representation of color #BF719B: hue angle of 327.69º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF719B is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 113 | 155 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.25 |
| HSL | 327.69º | 0.38% | 0.6% | - |
| HSV(B) | 327.69º | 0.41% | 0.75% | - |
| XYZ | 33.31 | 25.25 | 34.13 | - |
| YUV | 141.11 | 135.84 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 113 | 155 | 0 | 0.41 | 0.19 | 0.25 | 327.69 | 0.38 | 0.6 |
| Hex | BF | 71 | 9B | 0 | 29 | 13 | 19 | 148 | 26 | 3C |
| Octal | 277 | 161 | 233 | 0 | 51 | 23 | 31 | 510 | 46 | 74 |
| Binary | 10111111 | 1110001 | 10011011 | 0 | 101001 | 10011 | 11001 | 101001000 | 100110 | 111100 |
Color Harmonies of #BF719B
Complementary color
Monochromatic Colors of #BF719B
Black with #BF719B
Text Example
Text Example
White with #BF719B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF719B; }
p { color: rgb(191,113,155); }
H1.HeaderClassName
{
color: #BF719B;
}
.AnyTagClassName
{
color: #BF719B;
}
</style>
background-color css
<style>
a { background-color: #BF719B; }
a { background-color: rgb(191,113,155); }
div.DivClassName
{
background-color: #BF719B;
}
.BgClassName
{
background-color: #BF719B;
}
</style>
border-color css
<style>
span { border-color: #BF719B; }
span { border-color: rgb(191,113,155); }
td.TdClassName
{
border-color: #BF719B;
}
.TagClassName
{
border-color: #BF719B;
}
</style>