Shades of Bouquet #B16697
Tints of Bouquet #B16697
RGB
CMYK
RGB Variations
Color information
#B16697 (or 0xB16697) is known color: Bouquet. HEX triplet: B1, 66 and 97. RGB value is (177,102,151). Sum of RGB (Red+Green+Blue) = 177+102+151=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 151 (59.38% from 255 or 35.12% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B16697 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16697 is #4E9968. Grayscale: #818181. Windows color (decimal): -5151081 or 9922225. OLE color: 9922225.
HSL color Cylindrical-coordinate representation of color #B16697: hue angle of 320.8º 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 #B16697 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 102 | 151 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.31 |
| HSL | 320.8º | 0.32% | 0.55% | - |
| HSV(B) | 320.8º | 0.42% | 0.69% | - |
| XYZ | 28.47 | 21.08 | 31.85 | - |
| YUV | 130.01 | 139.85 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 102 | 151 | 0 | 0.42 | 0.15 | 0.31 | 320.8 | 0.32 | 0.55 |
| Hex | B1 | 66 | 97 | 0 | 2A | F | 1F | 141 | 20 | 37 |
| Octal | 261 | 146 | 227 | 0 | 52 | 17 | 37 | 501 | 40 | 67 |
| Binary | 10110001 | 1100110 | 10010111 | 0 | 101010 | 1111 | 11111 | 101000001 | 100000 | 110111 |
Color Harmonies of #B16697
Complementary color
Monochromatic Colors of #B16697
Black with #B16697
Text Example
Text Example
White with #B16697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16697; }
p { color: rgb(177,102,151); }
H1.HeaderClassName
{
color: #B16697;
}
.AnyTagClassName
{
color: #B16697;
}
</style>
background-color css
<style>
a { background-color: #B16697; }
a { background-color: rgb(177,102,151); }
div.DivClassName
{
background-color: #B16697;
}
.BgClassName
{
background-color: #B16697;
}
</style>
border-color css
<style>
span { border-color: #B16697; }
span { border-color: rgb(177,102,151); }
td.TdClassName
{
border-color: #B16697;
}
.TagClassName
{
border-color: #B16697;
}
</style>