Shades of Hopbush #B86792
Tints of Hopbush #B86792
RGB
CMYK
RGB Variations
Color information
#B86792 (or 0xB86792) is known color: Hopbush. HEX triplet: B8, 67 and 92. RGB value is (184,103,146). Sum of RGB (Red+Green+Blue) = 184+103+146=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 103 (40.62% from 255 or 23.79% from 433); Blue value is 146 (57.42% from 255 or 33.72% from 433); Max value from RGB is 184 - color contains mainly: red. Hex color #B86792 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86792 is #47986D. Grayscale: #848484. Windows color (decimal): -4692078 or 9594808. OLE color: 9594808.
HSL color Cylindrical-coordinate representation of color #B86792: hue angle of 328.15º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B86792 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 103 | 146 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.28 |
| HSL | 328.15º | 0.36% | 0.56% | - |
| HSV(B) | 328.15º | 0.44% | 0.72% | - |
| XYZ | 29.81 | 21.97 | 29.86 | - |
| YUV | 132.12 | 135.84 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 103 | 146 | 0 | 0.44 | 0.21 | 0.28 | 328.15 | 0.36 | 0.56 |
| Hex | B8 | 67 | 92 | 0 | 2C | 15 | 1C | 148 | 24 | 38 |
| Octal | 270 | 147 | 222 | 0 | 54 | 25 | 34 | 510 | 44 | 70 |
| Binary | 10111000 | 1100111 | 10010010 | 0 | 101100 | 10101 | 11100 | 101001000 | 100100 | 111000 |
Color Harmonies of #B86792
Complementary color
Monochromatic Colors of #B86792
Black with #B86792
Text Example
Text Example
White with #B86792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86792; }
p { color: rgb(184,103,146); }
H1.HeaderClassName
{
color: #B86792;
}
.AnyTagClassName
{
color: #B86792;
}
</style>
background-color css
<style>
a { background-color: #B86792; }
a { background-color: rgb(184,103,146); }
div.DivClassName
{
background-color: #B86792;
}
.BgClassName
{
background-color: #B86792;
}
</style>
border-color css
<style>
span { border-color: #B86792; }
span { border-color: rgb(184,103,146); }
td.TdClassName
{
border-color: #B86792;
}
.TagClassName
{
border-color: #B86792;
}
</style>