Shades of Bouquet #B57F96
Tints of Bouquet #B57F96
RGB
CMYK
RGB Variations
Color information
#B57F96 (or 0xB57F96) is known color: Bouquet. HEX triplet: B5, 7F and 96. RGB value is (181,127,150). Sum of RGB (Red+Green+Blue) = 181+127+150=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 127 (50% from 255 or 27.73% from 458); Blue value is 150 (58.98% from 255 or 32.75% from 458); Max value from RGB is 181 - color contains mainly: red. Hex color #B57F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57F96 is #4A8069. Grayscale: #919191. Windows color (decimal): -4882538 or 9863093. OLE color: 9863093.
HSL color Cylindrical-coordinate representation of color #B57F96: hue angle of 334.44º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B57F96 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 127 | 150 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.29 |
| HSL | 334.44º | 0.27% | 0.6% | - |
| HSV(B) | 334.44º | 0.3% | 0.71% | - |
| XYZ | 32.15 | 27.2 | 32.41 | - |
| YUV | 145.77 | 130.39 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 127 | 150 | 0 | 0.30 | 0.17 | 0.29 | 334.44 | 0.27 | 0.6 |
| Hex | B5 | 7F | 96 | 0 | 1E | 11 | 1D | 14E | 1B | 3C |
| Octal | 265 | 177 | 226 | 0 | 36 | 21 | 35 | 516 | 33 | 74 |
| Binary | 10110101 | 1111111 | 10010110 | 0 | 11110 | 10001 | 11101 | 101001110 | 11011 | 111100 |
Color Harmonies of #B57F96
Complementary color
Monochromatic Colors of #B57F96
Black with #B57F96
Text Example
Text Example
White with #B57F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57F96; }
p { color: rgb(181,127,150); }
H1.HeaderClassName
{
color: #B57F96;
}
.AnyTagClassName
{
color: #B57F96;
}
</style>
background-color css
<style>
a { background-color: #B57F96; }
a { background-color: rgb(181,127,150); }
div.DivClassName
{
background-color: #B57F96;
}
.BgClassName
{
background-color: #B57F96;
}
</style>
border-color css
<style>
span { border-color: #B57F96; }
span { border-color: rgb(181,127,150); }
td.TdClassName
{
border-color: #B57F96;
}
.TagClassName
{
border-color: #B57F96;
}
</style>