Shades of Hopbush #BF6595
Tints of Hopbush #BF6595
RGB
CMYK
RGB Variations
Color information
#BF6595 (or 0xBF6595) is known color: Hopbush. HEX triplet: BF, 65 and 95. RGB value is (191,101,149). Sum of RGB (Red+Green+Blue) = 191+101+149=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6595 is #409A6A. Grayscale: #858585. Windows color (decimal): -4233835 or 9790911. OLE color: 9790911.
HSL color Cylindrical-coordinate representation of color #BF6595: hue angle of 328º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF6595 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 101 | 149 | - |
| CMYK | 0 | 0.47 | 0.22 | 0.25 |
| HSL | 328º | 0.41% | 0.57% | - |
| HSV(B) | 328º | 0.47% | 0.75% | - |
| XYZ | 31.56 | 22.55 | 31.12 | - |
| YUV | 133.38 | 136.82 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 101 | 149 | 0 | 0.47 | 0.22 | 0.25 | 328 | 0.41 | 0.57 |
| Hex | BF | 65 | 95 | 0 | 2F | 16 | 19 | 148 | 29 | 39 |
| Octal | 277 | 145 | 225 | 0 | 57 | 26 | 31 | 510 | 51 | 71 |
| Binary | 10111111 | 1100101 | 10010101 | 0 | 101111 | 10110 | 11001 | 101001000 | 101001 | 111001 |
Color Harmonies of #BF6595
Complementary color
Monochromatic Colors of #BF6595
Black with #BF6595
Text Example
Text Example
White with #BF6595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6595; }
p { color: rgb(191,101,149); }
H1.HeaderClassName
{
color: #BF6595;
}
.AnyTagClassName
{
color: #BF6595;
}
</style>
background-color css
<style>
a { background-color: #BF6595; }
a { background-color: rgb(191,101,149); }
div.DivClassName
{
background-color: #BF6595;
}
.BgClassName
{
background-color: #BF6595;
}
</style>
border-color css
<style>
span { border-color: #BF6595; }
span { border-color: rgb(191,101,149); }
td.TdClassName
{
border-color: #BF6595;
}
.TagClassName
{
border-color: #BF6595;
}
</style>