Shades of Bouquet #B87F98
Tints of Bouquet #B87F98
RGB
CMYK
RGB Variations
Color information
#B87F98 (or 0xB87F98) is known color: Bouquet. HEX triplet: B8, 7F and 98. RGB value is (184,127,152). Sum of RGB (Red+Green+Blue) = 184+127+152=463 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.74% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 152 (59.77% from 255 or 32.83% from 463); Max value from RGB is 184 - color contains mainly: red. Hex color #B87F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87F98 is #478067. Grayscale: #929292. Windows color (decimal): -4685928 or 9994168. OLE color: 9994168.
HSL color Cylindrical-coordinate representation of color #B87F98: hue angle of 333.68º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B87F98 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 127 | 152 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.28 |
| HSL | 333.68º | 0.29% | 0.61% | - |
| HSV(B) | 333.68º | 0.31% | 0.72% | - |
| XYZ | 33.02 | 27.64 | 33.3 | - |
| YUV | 146.89 | 130.88 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 127 | 152 | 0 | 0.31 | 0.17 | 0.28 | 333.68 | 0.29 | 0.61 |
| Hex | B8 | 7F | 98 | 0 | 1F | 11 | 1C | 14E | 1D | 3D |
| Octal | 270 | 177 | 230 | 0 | 37 | 21 | 34 | 516 | 35 | 75 |
| Binary | 10111000 | 1111111 | 10011000 | 0 | 11111 | 10001 | 11100 | 101001110 | 11101 | 111101 |
Color Harmonies of #B87F98
Complementary color
Monochromatic Colors of #B87F98
Black with #B87F98
Text Example
Text Example
White with #B87F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87F98; }
p { color: rgb(184,127,152); }
H1.HeaderClassName
{
color: #B87F98;
}
.AnyTagClassName
{
color: #B87F98;
}
</style>
background-color css
<style>
a { background-color: #B87F98; }
a { background-color: rgb(184,127,152); }
div.DivClassName
{
background-color: #B87F98;
}
.BgClassName
{
background-color: #B87F98;
}
</style>
border-color css
<style>
span { border-color: #B87F98; }
span { border-color: rgb(184,127,152); }
td.TdClassName
{
border-color: #B87F98;
}
.TagClassName
{
border-color: #B87F98;
}
</style>