Shades of Bouquet #B57CA9
Tints of Bouquet #B57CA9
RGB
CMYK
RGB Variations
Color information
#B57CA9 (or 0xB57CA9) is known color: Bouquet. HEX triplet: B5, 7C and A9. RGB value is (181,124,169). Sum of RGB (Red+Green+Blue) = 181+124+169=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 124 (48.83% from 255 or 26.16% from 474); Blue value is 169 (66.41% from 255 or 35.65% from 474); Max value from RGB is 181 - color contains mainly: red. Hex color #B57CA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57CA9 is #4A8356. Grayscale: #929292. Windows color (decimal): -4883287 or 11107509. OLE color: 11107509.
HSL color Cylindrical-coordinate representation of color #B57CA9: hue angle of 312.63º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B57CA9 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 124 | 169 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.29 |
| HSL | 312.63º | 0.28% | 0.6% | - |
| HSV(B) | 312.63º | 0.31% | 0.71% | - |
| XYZ | 33.43 | 27.1 | 41.01 | - |
| YUV | 146.17 | 140.88 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 124 | 169 | 0 | 0.31 | 0.07 | 0.29 | 312.63 | 0.28 | 0.6 |
| Hex | B5 | 7C | A9 | 0 | 1F | 7 | 1D | 139 | 1C | 3C |
| Octal | 265 | 174 | 251 | 0 | 37 | 7 | 35 | 471 | 34 | 74 |
| Binary | 10110101 | 1111100 | 10101001 | 0 | 11111 | 111 | 11101 | 100111001 | 11100 | 111100 |
Color Harmonies of #B57CA9
Complementary color
Monochromatic Colors of #B57CA9
Black with #B57CA9
Text Example
Text Example
White with #B57CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57CA9; }
p { color: rgb(181,124,169); }
H1.HeaderClassName
{
color: #B57CA9;
}
.AnyTagClassName
{
color: #B57CA9;
}
</style>
background-color css
<style>
a { background-color: #B57CA9; }
a { background-color: rgb(181,124,169); }
div.DivClassName
{
background-color: #B57CA9;
}
.BgClassName
{
background-color: #B57CA9;
}
</style>
border-color css
<style>
span { border-color: #B57CA9; }
span { border-color: rgb(181,124,169); }
td.TdClassName
{
border-color: #B57CA9;
}
.TagClassName
{
border-color: #B57CA9;
}
</style>