Shades of Bouquet #B17998
Tints of Bouquet #B17998
RGB
CMYK
RGB Variations
Color information
#B17998 (or 0xB17998) is known color: Bouquet. HEX triplet: B1, 79 and 98. RGB value is (177,121,152). Sum of RGB (Red+Green+Blue) = 177+121+152=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 121 (47.66% from 255 or 26.89% from 450); Blue value is 152 (59.77% from 255 or 33.78% from 450); Max value from RGB is 177 - color contains mainly: red. Hex color #B17998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17998 is #4E8667. Grayscale: #8D8D8D. Windows color (decimal): -5146216 or 9992625. OLE color: 9992625.
HSL color Cylindrical-coordinate representation of color #B17998: hue angle of 326.79º 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 #B17998 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 121 | 152 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.31 |
| HSL | 326.79º | 0.26% | 0.58% | - |
| HSV(B) | 326.79º | 0.32% | 0.69% | - |
| XYZ | 30.64 | 25.29 | 32.97 | - |
| YUV | 141.28 | 134.05 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 121 | 152 | 0 | 0.32 | 0.14 | 0.31 | 326.79 | 0.26 | 0.58 |
| Hex | B1 | 79 | 98 | 0 | 20 | E | 1F | 147 | 1A | 3A |
| Octal | 261 | 171 | 230 | 0 | 40 | 16 | 37 | 507 | 32 | 72 |
| Binary | 10110001 | 1111001 | 10011000 | 0 | 100000 | 1110 | 11111 | 101000111 | 11010 | 111010 |
Color Harmonies of #B17998
Complementary color
Monochromatic Colors of #B17998
Black with #B17998
Text Example
Text Example
White with #B17998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17998; }
p { color: rgb(177,121,152); }
H1.HeaderClassName
{
color: #B17998;
}
.AnyTagClassName
{
color: #B17998;
}
</style>
background-color css
<style>
a { background-color: #B17998; }
a { background-color: rgb(177,121,152); }
div.DivClassName
{
background-color: #B17998;
}
.BgClassName
{
background-color: #B17998;
}
</style>
border-color css
<style>
span { border-color: #B17998; }
span { border-color: rgb(177,121,152); }
td.TdClassName
{
border-color: #B17998;
}
.TagClassName
{
border-color: #B17998;
}
</style>