Shades of Bouquet #B57797
Tints of Bouquet #B57797
RGB
CMYK
RGB Variations
Color information
#B57797 (or 0xB57797) is known color: Bouquet. HEX triplet: B5, 77 and 97. RGB value is (181,119,151). Sum of RGB (Red+Green+Blue) = 181+119+151=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 119 (46.88% from 255 or 26.39% from 451); Blue value is 151 (59.38% from 255 or 33.48% from 451); Max value from RGB is 181 - color contains mainly: red. Hex color #B57797 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57797 is #4A8868. Grayscale: #8D8D8D. Windows color (decimal): -4884585 or 9926581. OLE color: 9926581.
HSL color Cylindrical-coordinate representation of color #B57797: hue angle of 329.03º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B57797 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 119 | 151 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.29 |
| HSL | 329.03º | 0.3% | 0.59% | - |
| HSV(B) | 329.03º | 0.34% | 0.71% | - |
| XYZ | 31.24 | 25.25 | 32.51 | - |
| YUV | 141.19 | 133.54 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 119 | 151 | 0 | 0.34 | 0.17 | 0.29 | 329.03 | 0.3 | 0.59 |
| Hex | B5 | 77 | 97 | 0 | 22 | 11 | 1D | 149 | 1E | 3B |
| Octal | 265 | 167 | 227 | 0 | 42 | 21 | 35 | 511 | 36 | 73 |
| Binary | 10110101 | 1110111 | 10010111 | 0 | 100010 | 10001 | 11101 | 101001001 | 11110 | 111011 |
Color Harmonies of #B57797
Complementary color
Monochromatic Colors of #B57797
Black with #B57797
Text Example
Text Example
White with #B57797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57797; }
p { color: rgb(181,119,151); }
H1.HeaderClassName
{
color: #B57797;
}
.AnyTagClassName
{
color: #B57797;
}
</style>
background-color css
<style>
a { background-color: #B57797; }
a { background-color: rgb(181,119,151); }
div.DivClassName
{
background-color: #B57797;
}
.BgClassName
{
background-color: #B57797;
}
</style>
border-color css
<style>
span { border-color: #B57797; }
span { border-color: rgb(181,119,151); }
td.TdClassName
{
border-color: #B57797;
}
.TagClassName
{
border-color: #B57797;
}
</style>