Shades of Bouquet #B57897
Tints of Bouquet #B57897
RGB
CMYK
RGB Variations
Color information
#B57897 (or 0xB57897) is known color: Bouquet. HEX triplet: B5, 78 and 97. RGB value is (181,120,151). Sum of RGB (Red+Green+Blue) = 181+120+151=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 120 (47.27% from 255 or 26.55% from 452); Blue value is 151 (59.38% from 255 or 33.41% from 452); Max value from RGB is 181 - color contains mainly: red. Hex color #B57897 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57897 is #4A8768. Grayscale: #8D8D8D. Windows color (decimal): -4884329 or 9926837. OLE color: 9926837.
HSL color Cylindrical-coordinate representation of color #B57897: hue angle of 329.51º degrees, saturation: 0.29, 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 #B57897 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 120 | 151 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.29 |
| HSL | 329.51º | 0.29% | 0.59% | - |
| HSV(B) | 329.51º | 0.34% | 0.71% | - |
| XYZ | 31.36 | 25.49 | 32.55 | - |
| YUV | 141.77 | 133.21 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 120 | 151 | 0 | 0.34 | 0.17 | 0.29 | 329.51 | 0.29 | 0.59 |
| Hex | B5 | 78 | 97 | 0 | 22 | 11 | 1D | 14A | 1D | 3B |
| Octal | 265 | 170 | 227 | 0 | 42 | 21 | 35 | 512 | 35 | 73 |
| Binary | 10110101 | 1111000 | 10010111 | 0 | 100010 | 10001 | 11101 | 101001010 | 11101 | 111011 |
Color Harmonies of #B57897
Complementary color
Monochromatic Colors of #B57897
Black with #B57897
Text Example
Text Example
White with #B57897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57897; }
p { color: rgb(181,120,151); }
H1.HeaderClassName
{
color: #B57897;
}
.AnyTagClassName
{
color: #B57897;
}
</style>
background-color css
<style>
a { background-color: #B57897; }
a { background-color: rgb(181,120,151); }
div.DivClassName
{
background-color: #B57897;
}
.BgClassName
{
background-color: #B57897;
}
</style>
border-color css
<style>
span { border-color: #B57897; }
span { border-color: rgb(181,120,151); }
td.TdClassName
{
border-color: #B57897;
}
.TagClassName
{
border-color: #B57897;
}
</style>