Shades of Bouquet #B86EA0
Tints of Bouquet #B86EA0
RGB
CMYK
RGB Variations
Color information
#B86EA0 (or 0xB86EA0) is known color: Bouquet. HEX triplet: B8, 6E and A0. RGB value is (184,110,160). Sum of RGB (Red+Green+Blue) = 184+110+160=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 110 (43.36% from 255 or 24.23% from 454); Blue value is 160 (62.89% from 255 or 35.24% from 454); Max value from RGB is 184 - color contains mainly: red. Hex color #B86EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86EA0 is #47915F. Grayscale: #898989. Windows color (decimal): -4690272 or 10514104. OLE color: 10514104.
HSL color Cylindrical-coordinate representation of color #B86EA0: hue angle of 319.46º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B86EA0 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 110 | 160 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.28 |
| HSL | 319.46º | 0.34% | 0.58% | - |
| HSV(B) | 319.46º | 0.4% | 0.72% | - |
| XYZ | 31.69 | 23.88 | 36.2 | - |
| YUV | 137.83 | 140.52 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 110 | 160 | 0 | 0.40 | 0.13 | 0.28 | 319.46 | 0.34 | 0.58 |
| Hex | B8 | 6E | A0 | 0 | 28 | D | 1C | 13F | 22 | 3A |
| Octal | 270 | 156 | 240 | 0 | 50 | 15 | 34 | 477 | 42 | 72 |
| Binary | 10111000 | 1101110 | 10100000 | 0 | 101000 | 1101 | 11100 | 100111111 | 100010 | 111010 |
Color Harmonies of #B86EA0
Complementary color
Monochromatic Colors of #B86EA0
Black with #B86EA0
Text Example
Text Example
White with #B86EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86EA0; }
p { color: rgb(184,110,160); }
H1.HeaderClassName
{
color: #B86EA0;
}
.AnyTagClassName
{
color: #B86EA0;
}
</style>
background-color css
<style>
a { background-color: #B86EA0; }
a { background-color: rgb(184,110,160); }
div.DivClassName
{
background-color: #B86EA0;
}
.BgClassName
{
background-color: #B86EA0;
}
</style>
border-color css
<style>
span { border-color: #B86EA0; }
span { border-color: rgb(184,110,160); }
td.TdClassName
{
border-color: #B86EA0;
}
.TagClassName
{
border-color: #B86EA0;
}
</style>