Shades of Bouquet #B57197
Tints of Bouquet #B57197
RGB
CMYK
RGB Variations
Color information
#B57197 (or 0xB57197) is known color: Bouquet. HEX triplet: B5, 71 and 97. RGB value is (181,113,151). Sum of RGB (Red+Green+Blue) = 181+113+151=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 113 (44.53% from 255 or 25.39% from 445); Blue value is 151 (59.38% from 255 or 33.93% from 445); Max value from RGB is 181 - color contains mainly: red. Hex color #B57197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57197 is #4A8E68. Grayscale: #898989. Windows color (decimal): -4886121 or 9925045. OLE color: 9925045.
HSL color Cylindrical-coordinate representation of color #B57197: hue angle of 326.47º 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 #B57197 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 113 | 151 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.29 |
| HSL | 326.47º | 0.31% | 0.58% | - |
| HSV(B) | 326.47º | 0.38% | 0.71% | - |
| XYZ | 30.55 | 23.87 | 32.28 | - |
| YUV | 137.66 | 135.53 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 113 | 151 | 0 | 0.38 | 0.17 | 0.29 | 326.47 | 0.31 | 0.58 |
| Hex | B5 | 71 | 97 | 0 | 26 | 11 | 1D | 146 | 1F | 3A |
| Octal | 265 | 161 | 227 | 0 | 46 | 21 | 35 | 506 | 37 | 72 |
| Binary | 10110101 | 1110001 | 10010111 | 0 | 100110 | 10001 | 11101 | 101000110 | 11111 | 111010 |
Color Harmonies of #B57197
Complementary color
Monochromatic Colors of #B57197
Black with #B57197
Text Example
Text Example
White with #B57197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57197; }
p { color: rgb(181,113,151); }
H1.HeaderClassName
{
color: #B57197;
}
.AnyTagClassName
{
color: #B57197;
}
</style>
background-color css
<style>
a { background-color: #B57197; }
a { background-color: rgb(181,113,151); }
div.DivClassName
{
background-color: #B57197;
}
.BgClassName
{
background-color: #B57197;
}
</style>
border-color css
<style>
span { border-color: #B57197; }
span { border-color: rgb(181,113,151); }
td.TdClassName
{
border-color: #B57197;
}
.TagClassName
{
border-color: #B57197;
}
</style>