Shades of Bouquet #B16A97
Tints of Bouquet #B16A97
RGB
CMYK
RGB Variations
Color information
#B16A97 (or 0xB16A97) is known color: Bouquet. HEX triplet: B1, 6A and 97. RGB value is (177,106,151). Sum of RGB (Red+Green+Blue) = 177+106+151=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 106 (41.80% from 255 or 24.42% from 434); Blue value is 151 (59.38% from 255 or 34.79% from 434); Max value from RGB is 177 - color contains mainly: red. Hex color #B16A97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16A97 is #4E9568. Grayscale: #848484. Windows color (decimal): -5150057 or 9923249. OLE color: 9923249.
HSL color Cylindrical-coordinate representation of color #B16A97: hue angle of 321.97º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B16A97 is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 106 | 151 | - |
| CMYK | 0 | 0.40 | 0.15 | 0.31 |
| HSL | 321.97º | 0.31% | 0.55% | - |
| HSV(B) | 321.97º | 0.4% | 0.69% | - |
| XYZ | 28.87 | 21.89 | 31.98 | - |
| YUV | 132.36 | 138.52 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 106 | 151 | 0 | 0.40 | 0.15 | 0.31 | 321.97 | 0.31 | 0.55 |
| Hex | B1 | 6A | 97 | 0 | 28 | F | 1F | 142 | 1F | 37 |
| Octal | 261 | 152 | 227 | 0 | 50 | 17 | 37 | 502 | 37 | 67 |
| Binary | 10110001 | 1101010 | 10010111 | 0 | 101000 | 1111 | 11111 | 101000010 | 11111 | 110111 |
Color Harmonies of #B16A97
Complementary color
Monochromatic Colors of #B16A97
Black with #B16A97
Text Example
Text Example
White with #B16A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16A97; }
p { color: rgb(177,106,151); }
H1.HeaderClassName
{
color: #B16A97;
}
.AnyTagClassName
{
color: #B16A97;
}
</style>
background-color css
<style>
a { background-color: #B16A97; }
a { background-color: rgb(177,106,151); }
div.DivClassName
{
background-color: #B16A97;
}
.BgClassName
{
background-color: #B16A97;
}
</style>
border-color css
<style>
span { border-color: #B16A97; }
span { border-color: rgb(177,106,151); }
td.TdClassName
{
border-color: #B16A97;
}
.TagClassName
{
border-color: #B16A97;
}
</style>