Shades of Bouquet #B1799A
Tints of Bouquet #B1799A
RGB
CMYK
RGB Variations
Color information
#B1799A (or 0xB1799A) is known color: Bouquet. HEX triplet: B1, 79 and 9A. RGB value is (177,121,154). Sum of RGB (Red+Green+Blue) = 177+121+154=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 121 (47.66% from 255 or 26.77% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 177 - color contains mainly: red. Hex color #B1799A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1799A is #4E8665. Grayscale: #8D8D8D. Windows color (decimal): -5146214 or 10123697. OLE color: 10123697.
HSL color Cylindrical-coordinate representation of color #B1799A: hue angle of 324.64º 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 #B1799A is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 121 | 154 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.31 |
| HSL | 324.64º | 0.26% | 0.58% | - |
| HSV(B) | 324.64º | 0.32% | 0.69% | - |
| XYZ | 30.8 | 25.35 | 33.84 | - |
| YUV | 141.51 | 135.05 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 121 | 154 | 0 | 0.32 | 0.13 | 0.31 | 324.64 | 0.26 | 0.58 |
| Hex | B1 | 79 | 9A | 0 | 20 | D | 1F | 145 | 1A | 3A |
| Octal | 261 | 171 | 232 | 0 | 40 | 15 | 37 | 505 | 32 | 72 |
| Binary | 10110001 | 1111001 | 10011010 | 0 | 100000 | 1101 | 11111 | 101000101 | 11010 | 111010 |
Color Harmonies of #B1799A
Complementary color
Monochromatic Colors of #B1799A
Black with #B1799A
Text Example
Text Example
White with #B1799A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1799A; }
p { color: rgb(177,121,154); }
H1.HeaderClassName
{
color: #B1799A;
}
.AnyTagClassName
{
color: #B1799A;
}
</style>
background-color css
<style>
a { background-color: #B1799A; }
a { background-color: rgb(177,121,154); }
div.DivClassName
{
background-color: #B1799A;
}
.BgClassName
{
background-color: #B1799A;
}
</style>
border-color css
<style>
span { border-color: #B1799A; }
span { border-color: rgb(177,121,154); }
td.TdClassName
{
border-color: #B1799A;
}
.TagClassName
{
border-color: #B1799A;
}
</style>