Shades of Hopbush #BF789B
Tints of Hopbush #BF789B
RGB
CMYK
RGB Variations
Color information
#BF789B (or 0xBF789B) is known color: Hopbush. HEX triplet: BF, 78 and 9B. RGB value is (191,120,155). Sum of RGB (Red+Green+Blue) = 191+120+155=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 191 - color contains mainly: red. Hex color #BF789B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF789B is #408764. Grayscale: #919191. Windows color (decimal): -4228965 or 10188991. OLE color: 10188991.
HSL color Cylindrical-coordinate representation of color #BF789B: hue angle of 330.42º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF789B is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 120 | 155 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.25 |
| HSL | 330.42º | 0.36% | 0.61% | - |
| HSV(B) | 330.42º | 0.37% | 0.75% | - |
| XYZ | 34.12 | 26.88 | 34.4 | - |
| YUV | 145.22 | 133.52 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 120 | 155 | 0 | 0.37 | 0.19 | 0.25 | 330.42 | 0.36 | 0.61 |
| Hex | BF | 78 | 9B | 0 | 25 | 13 | 19 | 14A | 24 | 3D |
| Octal | 277 | 170 | 233 | 0 | 45 | 23 | 31 | 512 | 44 | 75 |
| Binary | 10111111 | 1111000 | 10011011 | 0 | 100101 | 10011 | 11001 | 101001010 | 100100 | 111101 |
Color Harmonies of #BF789B
Complementary color
Monochromatic Colors of #BF789B
Black with #BF789B
Text Example
Text Example
White with #BF789B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF789B; }
p { color: rgb(191,120,155); }
H1.HeaderClassName
{
color: #BF789B;
}
.AnyTagClassName
{
color: #BF789B;
}
</style>
background-color css
<style>
a { background-color: #BF789B; }
a { background-color: rgb(191,120,155); }
div.DivClassName
{
background-color: #BF789B;
}
.BgClassName
{
background-color: #BF789B;
}
</style>
border-color css
<style>
span { border-color: #BF789B; }
span { border-color: rgb(191,120,155); }
td.TdClassName
{
border-color: #BF789B;
}
.TagClassName
{
border-color: #BF789B;
}
</style>