Shades of Bouquet #B16496
Tints of Bouquet #B16496
RGB
CMYK
RGB Variations
Color information
#B16496 (or 0xB16496) is known color: Bouquet. HEX triplet: B1, 64 and 96. RGB value is (177,100,150). Sum of RGB (Red+Green+Blue) = 177+100+150=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 177 - color contains mainly: red. Hex color #B16496 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16496 is #4E9B69. Grayscale: #808080. Windows color (decimal): -5151594 or 9856177. OLE color: 9856177.
HSL color Cylindrical-coordinate representation of color #B16496: hue angle of 321.04º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B16496 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 100 | 150 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.31 |
| HSL | 321.04º | 0.33% | 0.54% | - |
| HSV(B) | 321.04º | 0.44% | 0.69% | - |
| XYZ | 28.19 | 20.66 | 31.36 | - |
| YUV | 128.72 | 140.01 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 100 | 150 | 0 | 0.44 | 0.15 | 0.31 | 321.04 | 0.33 | 0.54 |
| Hex | B1 | 64 | 96 | 0 | 2C | F | 1F | 141 | 21 | 36 |
| Octal | 261 | 144 | 226 | 0 | 54 | 17 | 37 | 501 | 41 | 66 |
| Binary | 10110001 | 1100100 | 10010110 | 0 | 101100 | 1111 | 11111 | 101000001 | 100001 | 110110 |
Color Harmonies of #B16496
Complementary color
Monochromatic Colors of #B16496
Black with #B16496
Text Example
Text Example
White with #B16496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16496; }
p { color: rgb(177,100,150); }
H1.HeaderClassName
{
color: #B16496;
}
.AnyTagClassName
{
color: #B16496;
}
</style>
background-color css
<style>
a { background-color: #B16496; }
a { background-color: rgb(177,100,150); }
div.DivClassName
{
background-color: #B16496;
}
.BgClassName
{
background-color: #B16496;
}
</style>
border-color css
<style>
span { border-color: #B16496; }
span { border-color: rgb(177,100,150); }
td.TdClassName
{
border-color: #B16496;
}
.TagClassName
{
border-color: #B16496;
}
</style>