Shades of Bouquet #B57297
Tints of Bouquet #B57297
RGB
CMYK
RGB Variations
Color information
#B57297 (or 0xB57297) is known color: Bouquet. HEX triplet: B5, 72 and 97. RGB value is (181,114,151). Sum of RGB (Red+Green+Blue) = 181+114+151=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 114 (44.92% from 255 or 25.56% from 446); Blue value is 151 (59.38% from 255 or 33.86% from 446); Max value from RGB is 181 - color contains mainly: red. Hex color #B57297 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57297 is #4A8D68. Grayscale: #8A8A8A. Windows color (decimal): -4885865 or 9925301. OLE color: 9925301.
HSL color Cylindrical-coordinate representation of color #B57297: hue angle of 326.87º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B57297 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 114 | 151 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.29 |
| HSL | 326.87º | 0.31% | 0.58% | - |
| HSV(B) | 326.87º | 0.37% | 0.71% | - |
| XYZ | 30.66 | 24.09 | 32.31 | - |
| YUV | 138.25 | 135.2 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 114 | 151 | 0 | 0.37 | 0.17 | 0.29 | 326.87 | 0.31 | 0.58 |
| Hex | B5 | 72 | 97 | 0 | 25 | 11 | 1D | 147 | 1F | 3A |
| Octal | 265 | 162 | 227 | 0 | 45 | 21 | 35 | 507 | 37 | 72 |
| Binary | 10110101 | 1110010 | 10010111 | 0 | 100101 | 10001 | 11101 | 101000111 | 11111 | 111010 |
Color Harmonies of #B57297
Complementary color
Monochromatic Colors of #B57297
Black with #B57297
Text Example
Text Example
White with #B57297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57297; }
p { color: rgb(181,114,151); }
H1.HeaderClassName
{
color: #B57297;
}
.AnyTagClassName
{
color: #B57297;
}
</style>
background-color css
<style>
a { background-color: #B57297; }
a { background-color: rgb(181,114,151); }
div.DivClassName
{
background-color: #B57297;
}
.BgClassName
{
background-color: #B57297;
}
</style>
border-color css
<style>
span { border-color: #B57297; }
span { border-color: rgb(181,114,151); }
td.TdClassName
{
border-color: #B57297;
}
.TagClassName
{
border-color: #B57297;
}
</style>