Shades of Bouquet #B16898
Tints of Bouquet #B16898
RGB
CMYK
RGB Variations
Color information
#B16898 (or 0xB16898) is known color: Bouquet. HEX triplet: B1, 68 and 98. RGB value is (177,104,152). Sum of RGB (Red+Green+Blue) = 177+104+152=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 152 (59.77% from 255 or 35.10% from 433); Max value from RGB is 177 - color contains mainly: red. Hex color #B16898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16898 is #4E9767. Grayscale: #838383. Windows color (decimal): -5150568 or 9988273. OLE color: 9988273.
HSL color Cylindrical-coordinate representation of color #B16898: hue angle of 320.55º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B16898 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 104 | 152 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.31 |
| HSL | 320.55º | 0.32% | 0.55% | - |
| HSV(B) | 320.55º | 0.41% | 0.69% | - |
| XYZ | 28.75 | 21.51 | 32.34 | - |
| YUV | 131.3 | 139.68 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 104 | 152 | 0 | 0.41 | 0.14 | 0.31 | 320.55 | 0.32 | 0.55 |
| Hex | B1 | 68 | 98 | 0 | 29 | E | 1F | 141 | 20 | 37 |
| Octal | 261 | 150 | 230 | 0 | 51 | 16 | 37 | 501 | 40 | 67 |
| Binary | 10110001 | 1101000 | 10011000 | 0 | 101001 | 1110 | 11111 | 101000001 | 100000 | 110111 |
Color Harmonies of #B16898
Complementary color
Monochromatic Colors of #B16898
Black with #B16898
Text Example
Text Example
White with #B16898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16898; }
p { color: rgb(177,104,152); }
H1.HeaderClassName
{
color: #B16898;
}
.AnyTagClassName
{
color: #B16898;
}
</style>
background-color css
<style>
a { background-color: #B16898; }
a { background-color: rgb(177,104,152); }
div.DivClassName
{
background-color: #B16898;
}
.BgClassName
{
background-color: #B16898;
}
</style>
border-color css
<style>
span { border-color: #B16898; }
span { border-color: rgb(177,104,152); }
td.TdClassName
{
border-color: #B16898;
}
.TagClassName
{
border-color: #B16898;
}
</style>