Shades of Hopbush #BB678E
Tints of Hopbush #BB678E
RGB
CMYK
RGB Variations
Color information
#BB678E (or 0xBB678E) is known color: Hopbush. HEX triplet: BB, 67 and 8E. RGB value is (187,103,142). Sum of RGB (Red+Green+Blue) = 187+103+142=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 103 (40.62% from 255 or 23.84% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BB678E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB678E is #449871. Grayscale: #848484. Windows color (decimal): -4495474 or 9332667. OLE color: 9332667.
HSL color Cylindrical-coordinate representation of color #BB678E: hue angle of 332.14º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB678E is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 103 | 142 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.27 |
| HSL | 332.14º | 0.38% | 0.57% | - |
| HSV(B) | 332.14º | 0.45% | 0.73% | - |
| XYZ | 30.23 | 22.22 | 28.29 | - |
| YUV | 132.56 | 133.33 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 103 | 142 | 0 | 0.45 | 0.24 | 0.27 | 332.14 | 0.38 | 0.57 |
| Hex | BB | 67 | 8E | 0 | 2D | 18 | 1B | 14C | 26 | 39 |
| Octal | 273 | 147 | 216 | 0 | 55 | 30 | 33 | 514 | 46 | 71 |
| Binary | 10111011 | 1100111 | 10001110 | 0 | 101101 | 11000 | 11011 | 101001100 | 100110 | 111001 |
Color Harmonies of #BB678E
Complementary color
Monochromatic Colors of #BB678E
Black with #BB678E
Text Example
Text Example
White with #BB678E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB678E; }
p { color: rgb(187,103,142); }
H1.HeaderClassName
{
color: #BB678E;
}
.AnyTagClassName
{
color: #BB678E;
}
</style>
background-color css
<style>
a { background-color: #BB678E; }
a { background-color: rgb(187,103,142); }
div.DivClassName
{
background-color: #BB678E;
}
.BgClassName
{
background-color: #BB678E;
}
</style>
border-color css
<style>
span { border-color: #BB678E; }
span { border-color: rgb(187,103,142); }
td.TdClassName
{
border-color: #BB678E;
}
.TagClassName
{
border-color: #BB678E;
}
</style>