Shades of Bouquet #B87EA7
Tints of Bouquet #B87EA7
RGB
CMYK
RGB Variations
Color information
#B87EA7 (or 0xB87EA7) is known color: Bouquet. HEX triplet: B8, 7E and A7. RGB value is (184,126,167). Sum of RGB (Red+Green+Blue) = 184+126+167=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 126 (49.61% from 255 or 26.42% from 477); Blue value is 167 (65.62% from 255 or 35.01% from 477); Max value from RGB is 184 - color contains mainly: red. Hex color #B87EA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87EA7 is #478158. Grayscale: #939393. Windows color (decimal): -4686169 or 10976952. OLE color: 10976952.
HSL color Cylindrical-coordinate representation of color #B87EA7: hue angle of 317.59º 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 #B87EA7 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 126 | 167 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.28 |
| HSL | 317.59º | 0.29% | 0.61% | - |
| HSV(B) | 317.59º | 0.32% | 0.72% | - |
| XYZ | 34.2 | 27.9 | 40.14 | - |
| YUV | 148.02 | 138.72 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 126 | 167 | 0 | 0.32 | 0.09 | 0.28 | 317.59 | 0.29 | 0.61 |
| Hex | B8 | 7E | A7 | 0 | 20 | 9 | 1C | 13E | 1D | 3D |
| Octal | 270 | 176 | 247 | 0 | 40 | 11 | 34 | 476 | 35 | 75 |
| Binary | 10111000 | 1111110 | 10100111 | 0 | 100000 | 1001 | 11100 | 100111110 | 11101 | 111101 |
Color Harmonies of #B87EA7
Complementary color
Monochromatic Colors of #B87EA7
Black with #B87EA7
Text Example
Text Example
White with #B87EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87EA7; }
p { color: rgb(184,126,167); }
H1.HeaderClassName
{
color: #B87EA7;
}
.AnyTagClassName
{
color: #B87EA7;
}
</style>
background-color css
<style>
a { background-color: #B87EA7; }
a { background-color: rgb(184,126,167); }
div.DivClassName
{
background-color: #B87EA7;
}
.BgClassName
{
background-color: #B87EA7;
}
</style>
border-color css
<style>
span { border-color: #B87EA7; }
span { border-color: rgb(184,126,167); }
td.TdClassName
{
border-color: #B87EA7;
}
.TagClassName
{
border-color: #B87EA7;
}
</style>