Shades of Bouquet #B97799
Tints of Bouquet #B97799
RGB
CMYK
RGB Variations
Color information
#B97799 (or 0xB97799) is known color: Bouquet. HEX triplet: B9, 77 and 99. RGB value is (185,119,153). Sum of RGB (Red+Green+Blue) = 185+119+153=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 185 - color contains mainly: red. Hex color #B97799 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97799 is #468866. Grayscale: #8E8E8E. Windows color (decimal): -4622439 or 10057657. OLE color: 10057657.
HSL color Cylindrical-coordinate representation of color #B97799: hue angle of 329.09º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B97799 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 119 | 153 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.27 |
| HSL | 329.09º | 0.32% | 0.6% | - |
| HSV(B) | 329.09º | 0.36% | 0.73% | - |
| XYZ | 32.35 | 25.81 | 33.41 | - |
| YUV | 142.61 | 133.87 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 119 | 153 | 0 | 0.36 | 0.17 | 0.27 | 329.09 | 0.32 | 0.6 |
| Hex | B9 | 77 | 99 | 0 | 24 | 11 | 1B | 149 | 20 | 3C |
| Octal | 271 | 167 | 231 | 0 | 44 | 21 | 33 | 511 | 40 | 74 |
| Binary | 10111001 | 1110111 | 10011001 | 0 | 100100 | 10001 | 11011 | 101001001 | 100000 | 111100 |
Color Harmonies of #B97799
Complementary color
Monochromatic Colors of #B97799
Black with #B97799
Text Example
Text Example
White with #B97799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97799; }
p { color: rgb(185,119,153); }
H1.HeaderClassName
{
color: #B97799;
}
.AnyTagClassName
{
color: #B97799;
}
</style>
background-color css
<style>
a { background-color: #B97799; }
a { background-color: rgb(185,119,153); }
div.DivClassName
{
background-color: #B97799;
}
.BgClassName
{
background-color: #B97799;
}
</style>
border-color css
<style>
span { border-color: #B97799; }
span { border-color: rgb(185,119,153); }
td.TdClassName
{
border-color: #B97799;
}
.TagClassName
{
border-color: #B97799;
}
</style>