Shades of Bouquet #B87799
Tints of Bouquet #B87799
RGB
CMYK
RGB Variations
Color information
#B87799 (or 0xB87799) is known color: Bouquet. HEX triplet: B8, 77 and 99. RGB value is (184,119,153). Sum of RGB (Red+Green+Blue) = 184+119+153=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 119 (46.88% from 255 or 26.10% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 184 - color contains mainly: red. Hex color #B87799 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87799 is #478866. Grayscale: #8E8E8E. Windows color (decimal): -4687975 or 10057656. OLE color: 10057656.
HSL color Cylindrical-coordinate representation of color #B87799: hue angle of 328.62º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B87799 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 119 | 153 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.28 |
| HSL | 328.62º | 0.31% | 0.59% | - |
| HSV(B) | 328.62º | 0.35% | 0.72% | - |
| XYZ | 32.11 | 25.68 | 33.4 | - |
| YUV | 142.31 | 134.03 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 119 | 153 | 0 | 0.35 | 0.17 | 0.28 | 328.62 | 0.31 | 0.59 |
| Hex | B8 | 77 | 99 | 0 | 23 | 11 | 1C | 149 | 1F | 3B |
| Octal | 270 | 167 | 231 | 0 | 43 | 21 | 34 | 511 | 37 | 73 |
| Binary | 10111000 | 1110111 | 10011001 | 0 | 100011 | 10001 | 11100 | 101001001 | 11111 | 111011 |
Color Harmonies of #B87799
Complementary color
Monochromatic Colors of #B87799
Black with #B87799
Text Example
Text Example
White with #B87799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87799; }
p { color: rgb(184,119,153); }
H1.HeaderClassName
{
color: #B87799;
}
.AnyTagClassName
{
color: #B87799;
}
</style>
background-color css
<style>
a { background-color: #B87799; }
a { background-color: rgb(184,119,153); }
div.DivClassName
{
background-color: #B87799;
}
.BgClassName
{
background-color: #B87799;
}
</style>
border-color css
<style>
span { border-color: #B87799; }
span { border-color: rgb(184,119,153); }
td.TdClassName
{
border-color: #B87799;
}
.TagClassName
{
border-color: #B87799;
}
</style>