Shades of Bouquet #B57199
Tints of Bouquet #B57199
RGB
CMYK
RGB Variations
Color information
#B57199 (or 0xB57199) is known color: Bouquet. HEX triplet: B5, 71 and 99. RGB value is (181,113,153). Sum of RGB (Red+Green+Blue) = 181+113+153=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 153 (60.16% from 255 or 34.23% from 447); Max value from RGB is 181 - color contains mainly: red. Hex color #B57199 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57199 is #4A8E66. Grayscale: #898989. Windows color (decimal): -4886119 or 10056117. OLE color: 10056117.
HSL color Cylindrical-coordinate representation of color #B57199: hue angle of 324.71º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B57199 is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 113 | 153 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.29 |
| HSL | 324.71º | 0.31% | 0.58% | - |
| HSV(B) | 324.71º | 0.38% | 0.71% | - |
| XYZ | 30.71 | 23.93 | 33.14 | - |
| YUV | 137.89 | 136.53 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 113 | 153 | 0 | 0.38 | 0.15 | 0.29 | 324.71 | 0.31 | 0.58 |
| Hex | B5 | 71 | 99 | 0 | 26 | F | 1D | 145 | 1F | 3A |
| Octal | 265 | 161 | 231 | 0 | 46 | 17 | 35 | 505 | 37 | 72 |
| Binary | 10110101 | 1110001 | 10011001 | 0 | 100110 | 1111 | 11101 | 101000101 | 11111 | 111010 |
Color Harmonies of #B57199
Complementary color
Monochromatic Colors of #B57199
Black with #B57199
Text Example
Text Example
White with #B57199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57199; }
p { color: rgb(181,113,153); }
H1.HeaderClassName
{
color: #B57199;
}
.AnyTagClassName
{
color: #B57199;
}
</style>
background-color css
<style>
a { background-color: #B57199; }
a { background-color: rgb(181,113,153); }
div.DivClassName
{
background-color: #B57199;
}
.BgClassName
{
background-color: #B57199;
}
</style>
border-color css
<style>
span { border-color: #B57199; }
span { border-color: rgb(181,113,153); }
td.TdClassName
{
border-color: #B57199;
}
.TagClassName
{
border-color: #B57199;
}
</style>