Shades of Bouquet #B16799
Tints of Bouquet #B16799
RGB
CMYK
RGB Variations
Color information
#B16799 (or 0xB16799) is known color: Bouquet. HEX triplet: B1, 67 and 99. RGB value is (177,103,153). Sum of RGB (Red+Green+Blue) = 177+103+153=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 103 (40.62% from 255 or 23.79% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 177 - color contains mainly: red. Hex color #B16799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16799 is #4E9866. Grayscale: #828282. Windows color (decimal): -5150823 or 10053553. OLE color: 10053553.
HSL color Cylindrical-coordinate representation of color #B16799: hue angle of 319.46º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B16799 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 103 | 153 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.31 |
| HSL | 319.46º | 0.32% | 0.55% | - |
| HSV(B) | 319.46º | 0.42% | 0.69% | - |
| XYZ | 28.73 | 21.35 | 32.74 | - |
| YUV | 130.83 | 140.52 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 103 | 153 | 0 | 0.42 | 0.14 | 0.31 | 319.46 | 0.32 | 0.55 |
| Hex | B1 | 67 | 99 | 0 | 2A | E | 1F | 13F | 20 | 37 |
| Octal | 261 | 147 | 231 | 0 | 52 | 16 | 37 | 477 | 40 | 67 |
| Binary | 10110001 | 1100111 | 10011001 | 0 | 101010 | 1110 | 11111 | 100111111 | 100000 | 110111 |
Color Harmonies of #B16799
Complementary color
Monochromatic Colors of #B16799
Black with #B16799
Text Example
Text Example
White with #B16799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16799; }
p { color: rgb(177,103,153); }
H1.HeaderClassName
{
color: #B16799;
}
.AnyTagClassName
{
color: #B16799;
}
</style>
background-color css
<style>
a { background-color: #B16799; }
a { background-color: rgb(177,103,153); }
div.DivClassName
{
background-color: #B16799;
}
.BgClassName
{
background-color: #B16799;
}
</style>
border-color css
<style>
span { border-color: #B16799; }
span { border-color: rgb(177,103,153); }
td.TdClassName
{
border-color: #B16799;
}
.TagClassName
{
border-color: #B16799;
}
</style>