Shades of Bouquet #B57998
Tints of Bouquet #B57998
RGB
CMYK
RGB Variations
Color information
#B57998 (or 0xB57998) is known color: Bouquet. HEX triplet: B5, 79 and 98. RGB value is (181,121,152). Sum of RGB (Red+Green+Blue) = 181+121+152=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 152 (59.77% from 255 or 33.48% from 454); Max value from RGB is 181 - color contains mainly: red. Hex color #B57998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57998 is #4A8667. Grayscale: #8E8E8E. Windows color (decimal): -4884072 or 9992629. OLE color: 9992629.
HSL color Cylindrical-coordinate representation of color #B57998: hue angle of 329º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B57998 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 121 | 152 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.29 |
| HSL | 329º | 0.29% | 0.59% | - |
| HSV(B) | 329º | 0.33% | 0.71% | - |
| XYZ | 31.56 | 25.77 | 33.02 | - |
| YUV | 142.47 | 133.38 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 121 | 152 | 0 | 0.33 | 0.16 | 0.29 | 329 | 0.29 | 0.59 |
| Hex | B5 | 79 | 98 | 0 | 21 | 10 | 1D | 149 | 1D | 3B |
| Octal | 265 | 171 | 230 | 0 | 41 | 20 | 35 | 511 | 35 | 73 |
| Binary | 10110101 | 1111001 | 10011000 | 0 | 100001 | 10000 | 11101 | 101001001 | 11101 | 111011 |
Color Harmonies of #B57998
Complementary color
Monochromatic Colors of #B57998
Black with #B57998
Text Example
Text Example
White with #B57998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57998; }
p { color: rgb(181,121,152); }
H1.HeaderClassName
{
color: #B57998;
}
.AnyTagClassName
{
color: #B57998;
}
</style>
background-color css
<style>
a { background-color: #B57998; }
a { background-color: rgb(181,121,152); }
div.DivClassName
{
background-color: #B57998;
}
.BgClassName
{
background-color: #B57998;
}
</style>
border-color css
<style>
span { border-color: #B57998; }
span { border-color: rgb(181,121,152); }
td.TdClassName
{
border-color: #B57998;
}
.TagClassName
{
border-color: #B57998;
}
</style>