Shades of Hopbush #BF628C
Tints of Hopbush #BF628C
RGB
CMYK
RGB Variations
Color information
#BF628C (or 0xBF628C) is known color: Hopbush. HEX triplet: BF, 62 and 8C. RGB value is (191,98,140). Sum of RGB (Red+Green+Blue) = 191+98+140=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF628C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF628C is #409D73. Grayscale: #828282. Windows color (decimal): -4234612 or 9200319. OLE color: 9200319.
HSL color Cylindrical-coordinate representation of color #BF628C: hue angle of 332.9º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF628C is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 98 | 140 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.25 |
| HSL | 332.9º | 0.42% | 0.57% | - |
| HSV(B) | 332.9º | 0.49% | 0.75% | - |
| XYZ | 30.59 | 21.71 | 27.39 | - |
| YUV | 130.6 | 133.31 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 98 | 140 | 0 | 0.49 | 0.27 | 0.25 | 332.9 | 0.42 | 0.57 |
| Hex | BF | 62 | 8C | 0 | 31 | 1B | 19 | 14D | 2A | 39 |
| Octal | 277 | 142 | 214 | 0 | 61 | 33 | 31 | 515 | 52 | 71 |
| Binary | 10111111 | 1100010 | 10001100 | 0 | 110001 | 11011 | 11001 | 101001101 | 101010 | 111001 |
Color Harmonies of #BF628C
Complementary color
Monochromatic Colors of #BF628C
Black with #BF628C
Text Example
Text Example
White with #BF628C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF628C; }
p { color: rgb(191,98,140); }
H1.HeaderClassName
{
color: #BF628C;
}
.AnyTagClassName
{
color: #BF628C;
}
</style>
background-color css
<style>
a { background-color: #BF628C; }
a { background-color: rgb(191,98,140); }
div.DivClassName
{
background-color: #BF628C;
}
.BgClassName
{
background-color: #BF628C;
}
</style>
border-color css
<style>
span { border-color: #BF628C; }
span { border-color: rgb(191,98,140); }
td.TdClassName
{
border-color: #BF628C;
}
.TagClassName
{
border-color: #BF628C;
}
</style>