Shades of Bouquet #B16694
Tints of Bouquet #B16694
RGB
CMYK
RGB Variations
Color information
#B16694 (or 0xB16694) is known color: Bouquet. HEX triplet: B1, 66 and 94. RGB value is (177,102,148). Sum of RGB (Red+Green+Blue) = 177+102+148=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 148 (58.20% from 255 or 34.66% from 427); Max value from RGB is 177 - color contains mainly: red. Hex color #B16694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16694 is #4E996B. Grayscale: #818181. Windows color (decimal): -5151084 or 9725617. OLE color: 9725617.
HSL color Cylindrical-coordinate representation of color #B16694: hue angle of 323.2º 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 #B16694 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 102 | 148 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.31 |
| HSL | 323.2º | 0.32% | 0.55% | - |
| HSV(B) | 323.2º | 0.42% | 0.69% | - |
| XYZ | 28.23 | 20.99 | 30.58 | - |
| YUV | 129.67 | 138.35 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 102 | 148 | 0 | 0.42 | 0.16 | 0.31 | 323.2 | 0.32 | 0.55 |
| Hex | B1 | 66 | 94 | 0 | 2A | 10 | 1F | 143 | 20 | 37 |
| Octal | 261 | 146 | 224 | 0 | 52 | 20 | 37 | 503 | 40 | 67 |
| Binary | 10110001 | 1100110 | 10010100 | 0 | 101010 | 10000 | 11111 | 101000011 | 100000 | 110111 |
Color Harmonies of #B16694
Complementary color
Monochromatic Colors of #B16694
Black with #B16694
Text Example
Text Example
White with #B16694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16694; }
p { color: rgb(177,102,148); }
H1.HeaderClassName
{
color: #B16694;
}
.AnyTagClassName
{
color: #B16694;
}
</style>
background-color css
<style>
a { background-color: #B16694; }
a { background-color: rgb(177,102,148); }
div.DivClassName
{
background-color: #B16694;
}
.BgClassName
{
background-color: #B16694;
}
</style>
border-color css
<style>
span { border-color: #B16694; }
span { border-color: rgb(177,102,148); }
td.TdClassName
{
border-color: #B16694;
}
.TagClassName
{
border-color: #B16694;
}
</style>