Shades of Hopbush #B87096
Tints of Hopbush #B87096
RGB
CMYK
RGB Variations
Color information
#B87096 (or 0xB87096) is known color: Hopbush. HEX triplet: B8, 70 and 96. RGB value is (184,112,150). Sum of RGB (Red+Green+Blue) = 184+112+150=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 150 (58.98% from 255 or 33.63% from 446); Max value from RGB is 184 - color contains mainly: red. Hex color #B87096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87096 is #478F69. Grayscale: #898989. Windows color (decimal): -4689770 or 9859256. OLE color: 9859256.
HSL color Cylindrical-coordinate representation of color #B87096: hue angle of 328.33º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B87096 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 112 | 150 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.28 |
| HSL | 328.33º | 0.34% | 0.58% | - |
| HSV(B) | 328.33º | 0.39% | 0.72% | - |
| XYZ | 31.07 | 23.98 | 31.85 | - |
| YUV | 137.86 | 134.85 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 112 | 150 | 0 | 0.39 | 0.18 | 0.28 | 328.33 | 0.34 | 0.58 |
| Hex | B8 | 70 | 96 | 0 | 27 | 12 | 1C | 148 | 22 | 3A |
| Octal | 270 | 160 | 226 | 0 | 47 | 22 | 34 | 510 | 42 | 72 |
| Binary | 10111000 | 1110000 | 10010110 | 0 | 100111 | 10010 | 11100 | 101001000 | 100010 | 111010 |
Color Harmonies of #B87096
Complementary color
Monochromatic Colors of #B87096
Black with #B87096
Text Example
Text Example
White with #B87096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87096; }
p { color: rgb(184,112,150); }
H1.HeaderClassName
{
color: #B87096;
}
.AnyTagClassName
{
color: #B87096;
}
</style>
background-color css
<style>
a { background-color: #B87096; }
a { background-color: rgb(184,112,150); }
div.DivClassName
{
background-color: #B87096;
}
.BgClassName
{
background-color: #B87096;
}
</style>
border-color css
<style>
span { border-color: #B87096; }
span { border-color: rgb(184,112,150); }
td.TdClassName
{
border-color: #B87096;
}
.TagClassName
{
border-color: #B87096;
}
</style>