Shades of Bouquet #B57F99
Tints of Bouquet #B57F99
RGB
CMYK
RGB Variations
Color information
#B57F99 (or 0xB57F99) is known color: Bouquet. HEX triplet: B5, 7F and 99. RGB value is (181,127,153). Sum of RGB (Red+Green+Blue) = 181+127+153=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 181 - color contains mainly: red. Hex color #B57F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57F99 is #4A8066. Grayscale: #929292. Windows color (decimal): -4882535 or 10059701. OLE color: 10059701.
HSL color Cylindrical-coordinate representation of color #B57F99: hue angle of 331.11º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B57F99 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 127 | 153 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.29 |
| HSL | 331.11º | 0.27% | 0.6% | - |
| HSV(B) | 331.11º | 0.3% | 0.71% | - |
| XYZ | 32.4 | 27.3 | 33.7 | - |
| YUV | 146.11 | 131.89 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 127 | 153 | 0 | 0.30 | 0.15 | 0.29 | 331.11 | 0.27 | 0.6 |
| Hex | B5 | 7F | 99 | 0 | 1E | F | 1D | 14B | 1B | 3C |
| Octal | 265 | 177 | 231 | 0 | 36 | 17 | 35 | 513 | 33 | 74 |
| Binary | 10110101 | 1111111 | 10011001 | 0 | 11110 | 1111 | 11101 | 101001011 | 11011 | 111100 |
Color Harmonies of #B57F99
Complementary color
Monochromatic Colors of #B57F99
Black with #B57F99
Text Example
Text Example
White with #B57F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57F99; }
p { color: rgb(181,127,153); }
H1.HeaderClassName
{
color: #B57F99;
}
.AnyTagClassName
{
color: #B57F99;
}
</style>
background-color css
<style>
a { background-color: #B57F99; }
a { background-color: rgb(181,127,153); }
div.DivClassName
{
background-color: #B57F99;
}
.BgClassName
{
background-color: #B57F99;
}
</style>
border-color css
<style>
span { border-color: #B57F99; }
span { border-color: rgb(181,127,153); }
td.TdClassName
{
border-color: #B57F99;
}
.TagClassName
{
border-color: #B57F99;
}
</style>