Shades of Bouquet #B87299
Tints of Bouquet #B87299
RGB
CMYK
RGB Variations
Color information
#B87299 (or 0xB87299) is known color: Bouquet. HEX triplet: B8, 72 and 99. RGB value is (184,114,153). Sum of RGB (Red+Green+Blue) = 184+114+153=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 153 (60.16% from 255 or 33.92% from 451); Max value from RGB is 184 - color contains mainly: red. Hex color #B87299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87299 is #478D66. Grayscale: #8B8B8B. Windows color (decimal): -4689255 or 10056376. OLE color: 10056376.
HSL color Cylindrical-coordinate representation of color #B87299: hue angle of 326.57º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B87299 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 114 | 153 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.28 |
| HSL | 326.57º | 0.33% | 0.58% | - |
| HSV(B) | 326.57º | 0.38% | 0.72% | - |
| XYZ | 31.53 | 24.52 | 33.21 | - |
| YUV | 139.38 | 135.69 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 114 | 153 | 0 | 0.38 | 0.17 | 0.28 | 326.57 | 0.33 | 0.58 |
| Hex | B8 | 72 | 99 | 0 | 26 | 11 | 1C | 147 | 21 | 3A |
| Octal | 270 | 162 | 231 | 0 | 46 | 21 | 34 | 507 | 41 | 72 |
| Binary | 10111000 | 1110010 | 10011001 | 0 | 100110 | 10001 | 11100 | 101000111 | 100001 | 111010 |
Color Harmonies of #B87299
Complementary color
Monochromatic Colors of #B87299
Black with #B87299
Text Example
Text Example
White with #B87299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87299; }
p { color: rgb(184,114,153); }
H1.HeaderClassName
{
color: #B87299;
}
.AnyTagClassName
{
color: #B87299;
}
</style>
background-color css
<style>
a { background-color: #B87299; }
a { background-color: rgb(184,114,153); }
div.DivClassName
{
background-color: #B87299;
}
.BgClassName
{
background-color: #B87299;
}
</style>
border-color css
<style>
span { border-color: #B87299; }
span { border-color: rgb(184,114,153); }
td.TdClassName
{
border-color: #B87299;
}
.TagClassName
{
border-color: #B87299;
}
</style>