Shades of Bouquet #B16396
Tints of Bouquet #B16396
RGB
CMYK
RGB Variations
Color information
#B16396 (or 0xB16396) is known color: Bouquet. HEX triplet: B1, 63 and 96. RGB value is (177,99,150). Sum of RGB (Red+Green+Blue) = 177+99+150=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B16396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16396 is #4E9C69. Grayscale: #808080. Windows color (decimal): -5151850 or 9855921. OLE color: 9855921.
HSL color Cylindrical-coordinate representation of color #B16396: hue angle of 320.77º 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 #B16396 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 99 | 150 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.31 |
| HSL | 320.77º | 0.33% | 0.54% | - |
| HSV(B) | 320.77º | 0.44% | 0.69% | - |
| XYZ | 28.1 | 20.47 | 31.32 | - |
| YUV | 128.14 | 140.34 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 99 | 150 | 0 | 0.44 | 0.15 | 0.31 | 320.77 | 0.33 | 0.54 |
| Hex | B1 | 63 | 96 | 0 | 2C | F | 1F | 141 | 21 | 36 |
| Octal | 261 | 143 | 226 | 0 | 54 | 17 | 37 | 501 | 41 | 66 |
| Binary | 10110001 | 1100011 | 10010110 | 0 | 101100 | 1111 | 11111 | 101000001 | 100001 | 110110 |
Color Harmonies of #B16396
Complementary color
Monochromatic Colors of #B16396
Black with #B16396
Text Example
Text Example
White with #B16396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16396; }
p { color: rgb(177,99,150); }
H1.HeaderClassName
{
color: #B16396;
}
.AnyTagClassName
{
color: #B16396;
}
</style>
background-color css
<style>
a { background-color: #B16396; }
a { background-color: rgb(177,99,150); }
div.DivClassName
{
background-color: #B16396;
}
.BgClassName
{
background-color: #B16396;
}
</style>
border-color css
<style>
span { border-color: #B16396; }
span { border-color: rgb(177,99,150); }
td.TdClassName
{
border-color: #B16396;
}
.TagClassName
{
border-color: #B16396;
}
</style>