Shades of Bouquet #B56899
Tints of Bouquet #B56899
RGB
CMYK
RGB Variations
Color information
#B56899 (or 0xB56899) is known color: Bouquet. HEX triplet: B5, 68 and 99. RGB value is (181,104,153). Sum of RGB (Red+Green+Blue) = 181+104+153=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 104 (41.02% from 255 or 23.74% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B56899 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56899 is #4A9766. Grayscale: #848484. Windows color (decimal): -4888423 or 10053813. OLE color: 10053813.
HSL color Cylindrical-coordinate representation of color #B56899: hue angle of 321.82º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B56899 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 104 | 153 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.29 |
| HSL | 321.82º | 0.34% | 0.56% | - |
| HSV(B) | 321.82º | 0.43% | 0.71% | - |
| XYZ | 29.76 | 22.02 | 32.82 | - |
| YUV | 132.61 | 139.51 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 104 | 153 | 0 | 0.43 | 0.15 | 0.29 | 321.82 | 0.34 | 0.56 |
| Hex | B5 | 68 | 99 | 0 | 2B | F | 1D | 142 | 22 | 38 |
| Octal | 265 | 150 | 231 | 0 | 53 | 17 | 35 | 502 | 42 | 70 |
| Binary | 10110101 | 1101000 | 10011001 | 0 | 101011 | 1111 | 11101 | 101000010 | 100010 | 111000 |
Color Harmonies of #B56899
Complementary color
Monochromatic Colors of #B56899
Black with #B56899
Text Example
Text Example
White with #B56899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56899; }
p { color: rgb(181,104,153); }
H1.HeaderClassName
{
color: #B56899;
}
.AnyTagClassName
{
color: #B56899;
}
</style>
background-color css
<style>
a { background-color: #B56899; }
a { background-color: rgb(181,104,153); }
div.DivClassName
{
background-color: #B56899;
}
.BgClassName
{
background-color: #B56899;
}
</style>
border-color css
<style>
span { border-color: #B56899; }
span { border-color: rgb(181,104,153); }
td.TdClassName
{
border-color: #B56899;
}
.TagClassName
{
border-color: #B56899;
}
</style>