Shades of Bouquet #B87EA6
Tints of Bouquet #B87EA6
RGB
CMYK
RGB Variations
Color information
#B87EA6 (or 0xB87EA6) is known color: Bouquet. HEX triplet: B8, 7E and A6. RGB value is (184,126,166). Sum of RGB (Red+Green+Blue) = 184+126+166=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 126 (49.61% from 255 or 26.47% from 476); Blue value is 166 (65.23% from 255 or 34.87% from 476); Max value from RGB is 184 - color contains mainly: red. Hex color #B87EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87EA6 is #478159. Grayscale: #939393. Windows color (decimal): -4686170 or 10911416. OLE color: 10911416.
HSL color Cylindrical-coordinate representation of color #B87EA6: hue angle of 318.62º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B87EA6 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 126 | 166 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.28 |
| HSL | 318.62º | 0.29% | 0.61% | - |
| HSV(B) | 318.62º | 0.32% | 0.72% | - |
| XYZ | 34.11 | 27.87 | 39.66 | - |
| YUV | 147.9 | 138.22 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 126 | 166 | 0 | 0.32 | 0.10 | 0.28 | 318.62 | 0.29 | 0.61 |
| Hex | B8 | 7E | A6 | 0 | 20 | A | 1C | 13F | 1D | 3D |
| Octal | 270 | 176 | 246 | 0 | 40 | 12 | 34 | 477 | 35 | 75 |
| Binary | 10111000 | 1111110 | 10100110 | 0 | 100000 | 1010 | 11100 | 100111111 | 11101 | 111101 |
Color Harmonies of #B87EA6
Complementary color
Monochromatic Colors of #B87EA6
Black with #B87EA6
Text Example
Text Example
White with #B87EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87EA6; }
p { color: rgb(184,126,166); }
H1.HeaderClassName
{
color: #B87EA6;
}
.AnyTagClassName
{
color: #B87EA6;
}
</style>
background-color css
<style>
a { background-color: #B87EA6; }
a { background-color: rgb(184,126,166); }
div.DivClassName
{
background-color: #B87EA6;
}
.BgClassName
{
background-color: #B87EA6;
}
</style>
border-color css
<style>
span { border-color: #B87EA6; }
span { border-color: rgb(184,126,166); }
td.TdClassName
{
border-color: #B87EA6;
}
.TagClassName
{
border-color: #B87EA6;
}
</style>