Shades of Bouquet #B1799C
Tints of Bouquet #B1799C
RGB
CMYK
RGB Variations
Color information
#B1799C (or 0xB1799C) is known color: Bouquet. HEX triplet: B1, 79 and 9C. RGB value is (177,121,156). Sum of RGB (Red+Green+Blue) = 177+121+156=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 177 - color contains mainly: red. Hex color #B1799C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1799C is #4E8663. Grayscale: #8D8D8D. Windows color (decimal): -5146212 or 10254769. OLE color: 10254769.
HSL color Cylindrical-coordinate representation of color #B1799C: hue angle of 322.5º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B1799C is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 121 | 156 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.31 |
| HSL | 322.5º | 0.26% | 0.58% | - |
| HSV(B) | 322.5º | 0.32% | 0.69% | - |
| XYZ | 30.97 | 25.42 | 34.73 | - |
| YUV | 141.73 | 136.05 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 121 | 156 | 0 | 0.32 | 0.12 | 0.31 | 322.5 | 0.26 | 0.58 |
| Hex | B1 | 79 | 9C | 0 | 20 | C | 1F | 142 | 1A | 3A |
| Octal | 261 | 171 | 234 | 0 | 40 | 14 | 37 | 502 | 32 | 72 |
| Binary | 10110001 | 1111001 | 10011100 | 0 | 100000 | 1100 | 11111 | 101000010 | 11010 | 111010 |
Color Harmonies of #B1799C
Complementary color
Monochromatic Colors of #B1799C
Black with #B1799C
Text Example
Text Example
White with #B1799C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1799C; }
p { color: rgb(177,121,156); }
H1.HeaderClassName
{
color: #B1799C;
}
.AnyTagClassName
{
color: #B1799C;
}
</style>
background-color css
<style>
a { background-color: #B1799C; }
a { background-color: rgb(177,121,156); }
div.DivClassName
{
background-color: #B1799C;
}
.BgClassName
{
background-color: #B1799C;
}
</style>
border-color css
<style>
span { border-color: #B1799C; }
span { border-color: rgb(177,121,156); }
td.TdClassName
{
border-color: #B1799C;
}
.TagClassName
{
border-color: #B1799C;
}
</style>