Shades of Bouquet #B57699
Tints of Bouquet #B57699
RGB
CMYK
RGB Variations
Color information
#B57699 (or 0xB57699) is known color: Bouquet. HEX triplet: B5, 76 and 99. RGB value is (181,118,153). Sum of RGB (Red+Green+Blue) = 181+118+153=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 181 - color contains mainly: red. Hex color #B57699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57699 is #4A8966. Grayscale: #8C8C8C. Windows color (decimal): -4884839 or 10057397. OLE color: 10057397.
HSL color Cylindrical-coordinate representation of color #B57699: hue angle of 326.67º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B57699 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 118 | 153 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.29 |
| HSL | 326.67º | 0.3% | 0.59% | - |
| HSV(B) | 326.67º | 0.35% | 0.71% | - |
| XYZ | 31.28 | 25.08 | 33.33 | - |
| YUV | 140.83 | 134.87 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 118 | 153 | 0 | 0.35 | 0.15 | 0.29 | 326.67 | 0.3 | 0.59 |
| Hex | B5 | 76 | 99 | 0 | 23 | F | 1D | 147 | 1E | 3B |
| Octal | 265 | 166 | 231 | 0 | 43 | 17 | 35 | 507 | 36 | 73 |
| Binary | 10110101 | 1110110 | 10011001 | 0 | 100011 | 1111 | 11101 | 101000111 | 11110 | 111011 |
Color Harmonies of #B57699
Complementary color
Monochromatic Colors of #B57699
Black with #B57699
Text Example
Text Example
White with #B57699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57699; }
p { color: rgb(181,118,153); }
H1.HeaderClassName
{
color: #B57699;
}
.AnyTagClassName
{
color: #B57699;
}
</style>
background-color css
<style>
a { background-color: #B57699; }
a { background-color: rgb(181,118,153); }
div.DivClassName
{
background-color: #B57699;
}
.BgClassName
{
background-color: #B57699;
}
</style>
border-color css
<style>
span { border-color: #B57699; }
span { border-color: rgb(181,118,153); }
td.TdClassName
{
border-color: #B57699;
}
.TagClassName
{
border-color: #B57699;
}
</style>