Shades of Hopbush #B86B95
Tints of Hopbush #B86B95
RGB
CMYK
RGB Variations
Color information
#B86B95 (or 0xB86B95) is known color: Hopbush. HEX triplet: B8, 6B and 95. RGB value is (184,107,149). Sum of RGB (Red+Green+Blue) = 184+107+149=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 107 (42.19% from 255 or 24.32% from 440); Blue value is 149 (58.59% from 255 or 33.86% from 440); Max value from RGB is 184 - color contains mainly: red. Hex color #B86B95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86B95 is #47946A. Grayscale: #868686. Windows color (decimal): -4691051 or 9792440. OLE color: 9792440.
HSL color Cylindrical-coordinate representation of color #B86B95: hue angle of 327.27º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B86B95 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 107 | 149 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.28 |
| HSL | 327.27º | 0.35% | 0.57% | - |
| HSV(B) | 327.27º | 0.42% | 0.72% | - |
| XYZ | 30.45 | 22.88 | 31.24 | - |
| YUV | 134.81 | 136.01 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 107 | 149 | 0 | 0.42 | 0.19 | 0.28 | 327.27 | 0.35 | 0.57 |
| Hex | B8 | 6B | 95 | 0 | 2A | 13 | 1C | 147 | 23 | 39 |
| Octal | 270 | 153 | 225 | 0 | 52 | 23 | 34 | 507 | 43 | 71 |
| Binary | 10111000 | 1101011 | 10010101 | 0 | 101010 | 10011 | 11100 | 101000111 | 100011 | 111001 |
Color Harmonies of #B86B95
Complementary color
Monochromatic Colors of #B86B95
Black with #B86B95
Text Example
Text Example
White with #B86B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86B95; }
p { color: rgb(184,107,149); }
H1.HeaderClassName
{
color: #B86B95;
}
.AnyTagClassName
{
color: #B86B95;
}
</style>
background-color css
<style>
a { background-color: #B86B95; }
a { background-color: rgb(184,107,149); }
div.DivClassName
{
background-color: #B86B95;
}
.BgClassName
{
background-color: #B86B95;
}
</style>
border-color css
<style>
span { border-color: #B86B95; }
span { border-color: rgb(184,107,149); }
td.TdClassName
{
border-color: #B86B95;
}
.TagClassName
{
border-color: #B86B95;
}
</style>