Shades of Bouquet #B57C9F
Tints of Bouquet #B57C9F
RGB
CMYK
RGB Variations
Color information
#B57C9F (or 0xB57C9F) is known color: Bouquet. HEX triplet: B5, 7C and 9F. RGB value is (181,124,159). Sum of RGB (Red+Green+Blue) = 181+124+159=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 181 - color contains mainly: red. Hex color #B57C9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57C9F is #4A8360. Grayscale: #909090. Windows color (decimal): -4883297 or 10452149. OLE color: 10452149.
HSL color Cylindrical-coordinate representation of color #B57C9F: hue angle of 323.16º 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 #B57C9F is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 124 | 159 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.29 |
| HSL | 323.16º | 0.28% | 0.6% | - |
| HSV(B) | 323.16º | 0.31% | 0.71% | - |
| XYZ | 32.52 | 26.74 | 36.25 | - |
| YUV | 145.03 | 135.88 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 124 | 159 | 0 | 0.31 | 0.12 | 0.29 | 323.16 | 0.28 | 0.6 |
| Hex | B5 | 7C | 9F | 0 | 1F | C | 1D | 143 | 1C | 3C |
| Octal | 265 | 174 | 237 | 0 | 37 | 14 | 35 | 503 | 34 | 74 |
| Binary | 10110101 | 1111100 | 10011111 | 0 | 11111 | 1100 | 11101 | 101000011 | 11100 | 111100 |
Color Harmonies of #B57C9F
Complementary color
Monochromatic Colors of #B57C9F
Black with #B57C9F
Text Example
Text Example
White with #B57C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57C9F; }
p { color: rgb(181,124,159); }
H1.HeaderClassName
{
color: #B57C9F;
}
.AnyTagClassName
{
color: #B57C9F;
}
</style>
background-color css
<style>
a { background-color: #B57C9F; }
a { background-color: rgb(181,124,159); }
div.DivClassName
{
background-color: #B57C9F;
}
.BgClassName
{
background-color: #B57C9F;
}
</style>
border-color css
<style>
span { border-color: #B57C9F; }
span { border-color: rgb(181,124,159); }
td.TdClassName
{
border-color: #B57C9F;
}
.TagClassName
{
border-color: #B57C9F;
}
</style>