Shades of Bouquet #B16E92
Tints of Bouquet #B16E92
RGB
CMYK
RGB Variations
Color information
#B16E92 (or 0xB16E92) is known color: Bouquet. HEX triplet: B1, 6E and 92. RGB value is (177,110,146). Sum of RGB (Red+Green+Blue) = 177+110+146=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 146 (57.42% from 255 or 33.72% from 433); Max value from RGB is 177 - color contains mainly: red. Hex color #B16E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16E92 is #4E916D. Grayscale: #868686. Windows color (decimal): -5149038 or 9596593. OLE color: 9596593.
HSL color Cylindrical-coordinate representation of color #B16E92: hue angle of 327.76º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B16E92 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 110 | 146 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.31 |
| HSL | 327.76º | 0.3% | 0.56% | - |
| HSV(B) | 327.76º | 0.38% | 0.69% | - |
| XYZ | 28.9 | 22.57 | 30.03 | - |
| YUV | 134.14 | 134.7 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 110 | 146 | 0 | 0.38 | 0.18 | 0.31 | 327.76 | 0.3 | 0.56 |
| Hex | B1 | 6E | 92 | 0 | 26 | 12 | 1F | 148 | 1E | 38 |
| Octal | 261 | 156 | 222 | 0 | 46 | 22 | 37 | 510 | 36 | 70 |
| Binary | 10110001 | 1101110 | 10010010 | 0 | 100110 | 10010 | 11111 | 101001000 | 11110 | 111000 |
Color Harmonies of #B16E92
Complementary color
Monochromatic Colors of #B16E92
Black with #B16E92
Text Example
Text Example
White with #B16E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16E92; }
p { color: rgb(177,110,146); }
H1.HeaderClassName
{
color: #B16E92;
}
.AnyTagClassName
{
color: #B16E92;
}
</style>
background-color css
<style>
a { background-color: #B16E92; }
a { background-color: rgb(177,110,146); }
div.DivClassName
{
background-color: #B16E92;
}
.BgClassName
{
background-color: #B16E92;
}
</style>
border-color css
<style>
span { border-color: #B16E92; }
span { border-color: rgb(177,110,146); }
td.TdClassName
{
border-color: #B16E92;
}
.TagClassName
{
border-color: #B16E92;
}
</style>