Shades of Hopbush #BF749B
Tints of Hopbush #BF749B
RGB
CMYK
RGB Variations
Color information
#BF749B (or 0xBF749B) is known color: Hopbush. HEX triplet: BF, 74 and 9B. RGB value is (191,116,155). Sum of RGB (Red+Green+Blue) = 191+116+155=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 116 (45.70% from 255 or 25.11% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 191 - color contains mainly: red. Hex color #BF749B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF749B is #408B64. Grayscale: #8E8E8E. Windows color (decimal): -4229989 or 10187967. OLE color: 10187967.
HSL color Cylindrical-coordinate representation of color #BF749B: hue angle of 328.8º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF749B is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 116 | 155 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.25 |
| HSL | 328.8º | 0.37% | 0.6% | - |
| HSV(B) | 328.8º | 0.39% | 0.75% | - |
| XYZ | 33.65 | 25.93 | 34.24 | - |
| YUV | 142.87 | 134.85 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 116 | 155 | 0 | 0.39 | 0.19 | 0.25 | 328.8 | 0.37 | 0.6 |
| Hex | BF | 74 | 9B | 0 | 27 | 13 | 19 | 149 | 25 | 3C |
| Octal | 277 | 164 | 233 | 0 | 47 | 23 | 31 | 511 | 45 | 74 |
| Binary | 10111111 | 1110100 | 10011011 | 0 | 100111 | 10011 | 11001 | 101001001 | 100101 | 111100 |
Color Harmonies of #BF749B
Complementary color
Monochromatic Colors of #BF749B
Black with #BF749B
Text Example
Text Example
White with #BF749B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF749B; }
p { color: rgb(191,116,155); }
H1.HeaderClassName
{
color: #BF749B;
}
.AnyTagClassName
{
color: #BF749B;
}
</style>
background-color css
<style>
a { background-color: #BF749B; }
a { background-color: rgb(191,116,155); }
div.DivClassName
{
background-color: #BF749B;
}
.BgClassName
{
background-color: #BF749B;
}
</style>
border-color css
<style>
span { border-color: #BF749B; }
span { border-color: rgb(191,116,155); }
td.TdClassName
{
border-color: #BF749B;
}
.TagClassName
{
border-color: #BF749B;
}
</style>