Shades of Bouquet #B16994
Tints of Bouquet #B16994
RGB
CMYK
RGB Variations
Color information
#B16994 (or 0xB16994) is known color: Bouquet. HEX triplet: B1, 69 and 94. RGB value is (177,105,148). Sum of RGB (Red+Green+Blue) = 177+105+148=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B16994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16994 is #4E966B. Grayscale: #838383. Windows color (decimal): -5150316 or 9726385. OLE color: 9726385.
HSL color Cylindrical-coordinate representation of color #B16994: hue angle of 324.17º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B16994 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 105 | 148 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.31 |
| HSL | 324.17º | 0.32% | 0.55% | - |
| HSV(B) | 324.17º | 0.41% | 0.69% | - |
| XYZ | 28.53 | 21.59 | 30.68 | - |
| YUV | 131.43 | 137.35 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 105 | 148 | 0 | 0.41 | 0.16 | 0.31 | 324.17 | 0.32 | 0.55 |
| Hex | B1 | 69 | 94 | 0 | 29 | 10 | 1F | 144 | 20 | 37 |
| Octal | 261 | 151 | 224 | 0 | 51 | 20 | 37 | 504 | 40 | 67 |
| Binary | 10110001 | 1101001 | 10010100 | 0 | 101001 | 10000 | 11111 | 101000100 | 100000 | 110111 |
Color Harmonies of #B16994
Complementary color
Monochromatic Colors of #B16994
Black with #B16994
Text Example
Text Example
White with #B16994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16994; }
p { color: rgb(177,105,148); }
H1.HeaderClassName
{
color: #B16994;
}
.AnyTagClassName
{
color: #B16994;
}
</style>
background-color css
<style>
a { background-color: #B16994; }
a { background-color: rgb(177,105,148); }
div.DivClassName
{
background-color: #B16994;
}
.BgClassName
{
background-color: #B16994;
}
</style>
border-color css
<style>
span { border-color: #B16994; }
span { border-color: rgb(177,105,148); }
td.TdClassName
{
border-color: #B16994;
}
.TagClassName
{
border-color: #B16994;
}
</style>