Shades of Bouquet #B56F96
Tints of Bouquet #B56F96
RGB
CMYK
RGB Variations
Color information
#B56F96 (or 0xB56F96) is known color: Bouquet. HEX triplet: B5, 6F and 96. RGB value is (181,111,150). Sum of RGB (Red+Green+Blue) = 181+111+150=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 150 (58.98% from 255 or 33.94% from 442); Max value from RGB is 181 - color contains mainly: red. Hex color #B56F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56F96 is #4A9069. Grayscale: #888888. Windows color (decimal): -4886634 or 9858997. OLE color: 9858997.
HSL color Cylindrical-coordinate representation of color #B56F96: hue angle of 326.57º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B56F96 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 111 | 150 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.29 |
| HSL | 326.57º | 0.32% | 0.57% | - |
| HSV(B) | 326.57º | 0.39% | 0.71% | - |
| XYZ | 30.25 | 23.39 | 31.78 | - |
| YUV | 136.38 | 135.69 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 111 | 150 | 0 | 0.39 | 0.17 | 0.29 | 326.57 | 0.32 | 0.57 |
| Hex | B5 | 6F | 96 | 0 | 27 | 11 | 1D | 147 | 20 | 39 |
| Octal | 265 | 157 | 226 | 0 | 47 | 21 | 35 | 507 | 40 | 71 |
| Binary | 10110101 | 1101111 | 10010110 | 0 | 100111 | 10001 | 11101 | 101000111 | 100000 | 111001 |
Color Harmonies of #B56F96
Complementary color
Monochromatic Colors of #B56F96
Black with #B56F96
Text Example
Text Example
White with #B56F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56F96; }
p { color: rgb(181,111,150); }
H1.HeaderClassName
{
color: #B56F96;
}
.AnyTagClassName
{
color: #B56F96;
}
</style>
background-color css
<style>
a { background-color: #B56F96; }
a { background-color: rgb(181,111,150); }
div.DivClassName
{
background-color: #B56F96;
}
.BgClassName
{
background-color: #B56F96;
}
</style>
border-color css
<style>
span { border-color: #B56F96; }
span { border-color: rgb(181,111,150); }
td.TdClassName
{
border-color: #B56F96;
}
.TagClassName
{
border-color: #B56F96;
}
</style>