Shades of Bouquet #B16792
Tints of Bouquet #B16792
RGB
CMYK
RGB Variations
Color information
#B16792 (or 0xB16792) is known color: Bouquet. HEX triplet: B1, 67 and 92. RGB value is (177,103,146). Sum of RGB (Red+Green+Blue) = 177+103+146=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B16792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16792 is #4E986D. Grayscale: #818181. Windows color (decimal): -5150830 or 9594801. OLE color: 9594801.
HSL color Cylindrical-coordinate representation of color #B16792: hue angle of 325.14º 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 #B16792 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 103 | 146 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.31 |
| HSL | 325.14º | 0.32% | 0.55% | - |
| HSV(B) | 325.14º | 0.42% | 0.69% | - |
| XYZ | 28.17 | 21.12 | 29.79 | - |
| YUV | 130.03 | 137.02 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 103 | 146 | 0 | 0.42 | 0.18 | 0.31 | 325.14 | 0.32 | 0.55 |
| Hex | B1 | 67 | 92 | 0 | 2A | 12 | 1F | 145 | 20 | 37 |
| Octal | 261 | 147 | 222 | 0 | 52 | 22 | 37 | 505 | 40 | 67 |
| Binary | 10110001 | 1100111 | 10010010 | 0 | 101010 | 10010 | 11111 | 101000101 | 100000 | 110111 |
Color Harmonies of #B16792
Complementary color
Monochromatic Colors of #B16792
Black with #B16792
Text Example
Text Example
White with #B16792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16792; }
p { color: rgb(177,103,146); }
H1.HeaderClassName
{
color: #B16792;
}
.AnyTagClassName
{
color: #B16792;
}
</style>
background-color css
<style>
a { background-color: #B16792; }
a { background-color: rgb(177,103,146); }
div.DivClassName
{
background-color: #B16792;
}
.BgClassName
{
background-color: #B16792;
}
</style>
border-color css
<style>
span { border-color: #B16792; }
span { border-color: rgb(177,103,146); }
td.TdClassName
{
border-color: #B16792;
}
.TagClassName
{
border-color: #B16792;
}
</style>