Shades of Bouquet #B56799
Tints of Bouquet #B56799
RGB
CMYK
RGB Variations
Color information
#B56799 (or 0xB56799) is known color: Bouquet. HEX triplet: B5, 67 and 99. RGB value is (181,103,153). Sum of RGB (Red+Green+Blue) = 181+103+153=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 103 (40.62% from 255 or 23.57% from 437); Blue value is 153 (60.16% from 255 or 35.01% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B56799 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56799 is #4A9866. Grayscale: #838383. Windows color (decimal): -4888679 or 10053557. OLE color: 10053557.
HSL color Cylindrical-coordinate representation of color #B56799: hue angle of 321.54º degrees, saturation: 0.35, 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 #B56799 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 103 | 153 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.29 |
| HSL | 321.54º | 0.35% | 0.56% | - |
| HSV(B) | 321.54º | 0.43% | 0.71% | - |
| XYZ | 29.66 | 21.82 | 32.79 | - |
| YUV | 132.02 | 139.84 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 103 | 153 | 0 | 0.43 | 0.15 | 0.29 | 321.54 | 0.35 | 0.56 |
| Hex | B5 | 67 | 99 | 0 | 2B | F | 1D | 142 | 23 | 38 |
| Octal | 265 | 147 | 231 | 0 | 53 | 17 | 35 | 502 | 43 | 70 |
| Binary | 10110101 | 1100111 | 10011001 | 0 | 101011 | 1111 | 11101 | 101000010 | 100011 | 111000 |
Color Harmonies of #B56799
Complementary color
Monochromatic Colors of #B56799
Black with #B56799
Text Example
Text Example
White with #B56799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56799; }
p { color: rgb(181,103,153); }
H1.HeaderClassName
{
color: #B56799;
}
.AnyTagClassName
{
color: #B56799;
}
</style>
background-color css
<style>
a { background-color: #B56799; }
a { background-color: rgb(181,103,153); }
div.DivClassName
{
background-color: #B56799;
}
.BgClassName
{
background-color: #B56799;
}
</style>
border-color css
<style>
span { border-color: #B56799; }
span { border-color: rgb(181,103,153); }
td.TdClassName
{
border-color: #B56799;
}
.TagClassName
{
border-color: #B56799;
}
</style>