Shades of Hopbush #BB628C
Tints of Hopbush #BB628C
RGB
CMYK
RGB Variations
Color information
#BB628C (or 0xBB628C) is known color: Hopbush. HEX triplet: BB, 62 and 8C. RGB value is (187,98,140). Sum of RGB (Red+Green+Blue) = 187+98+140=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BB628C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB628C is #449D73. Grayscale: #818181. Windows color (decimal): -4496756 or 9200315. OLE color: 9200315.
HSL color Cylindrical-coordinate representation of color #BB628C: hue angle of 331.69º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB628C is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 98 | 140 | - |
| CMYK | 0 | 0.48 | 0.25 | 0.27 |
| HSL | 331.69º | 0.4% | 0.56% | - |
| HSV(B) | 331.69º | 0.48% | 0.73% | - |
| XYZ | 29.59 | 21.19 | 27.34 | - |
| YUV | 129.4 | 133.99 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 98 | 140 | 0 | 0.48 | 0.25 | 0.27 | 331.69 | 0.4 | 0.56 |
| Hex | BB | 62 | 8C | 0 | 30 | 19 | 1B | 14C | 28 | 38 |
| Octal | 273 | 142 | 214 | 0 | 60 | 31 | 33 | 514 | 50 | 70 |
| Binary | 10111011 | 1100010 | 10001100 | 0 | 110000 | 11001 | 11011 | 101001100 | 101000 | 111000 |
Color Harmonies of #BB628C
Complementary color
Monochromatic Colors of #BB628C
Black with #BB628C
Text Example
Text Example
White with #BB628C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB628C; }
p { color: rgb(187,98,140); }
H1.HeaderClassName
{
color: #BB628C;
}
.AnyTagClassName
{
color: #BB628C;
}
</style>
background-color css
<style>
a { background-color: #BB628C; }
a { background-color: rgb(187,98,140); }
div.DivClassName
{
background-color: #BB628C;
}
.BgClassName
{
background-color: #BB628C;
}
</style>
border-color css
<style>
span { border-color: #BB628C; }
span { border-color: rgb(187,98,140); }
td.TdClassName
{
border-color: #BB628C;
}
.TagClassName
{
border-color: #BB628C;
}
</style>