Shades of Bouquet #B56599
Tints of Bouquet #B56599
RGB
CMYK
RGB Variations
Color information
#B56599 (or 0xB56599) is known color: Bouquet. HEX triplet: B5, 65 and 99. RGB value is (181,101,153). Sum of RGB (Red+Green+Blue) = 181+101+153=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 181 - color contains mainly: red. Hex color #B56599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56599 is #4A9A66. Grayscale: #828282. Windows color (decimal): -4889191 or 10053045. OLE color: 10053045.
HSL color Cylindrical-coordinate representation of color #B56599: hue angle of 321º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B56599 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 101 | 153 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.29 |
| HSL | 321º | 0.35% | 0.55% | - |
| HSV(B) | 321º | 0.44% | 0.71% | - |
| XYZ | 29.46 | 21.43 | 32.72 | - |
| YUV | 130.85 | 140.5 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 101 | 153 | 0 | 0.44 | 0.15 | 0.29 | 321 | 0.35 | 0.55 |
| Hex | B5 | 65 | 99 | 0 | 2C | F | 1D | 141 | 23 | 37 |
| Octal | 265 | 145 | 231 | 0 | 54 | 17 | 35 | 501 | 43 | 67 |
| Binary | 10110101 | 1100101 | 10011001 | 0 | 101100 | 1111 | 11101 | 101000001 | 100011 | 110111 |
Color Harmonies of #B56599
Complementary color
Monochromatic Colors of #B56599
Black with #B56599
Text Example
Text Example
White with #B56599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56599; }
p { color: rgb(181,101,153); }
H1.HeaderClassName
{
color: #B56599;
}
.AnyTagClassName
{
color: #B56599;
}
</style>
background-color css
<style>
a { background-color: #B56599; }
a { background-color: rgb(181,101,153); }
div.DivClassName
{
background-color: #B56599;
}
.BgClassName
{
background-color: #B56599;
}
</style>
border-color css
<style>
span { border-color: #B56599; }
span { border-color: rgb(181,101,153); }
td.TdClassName
{
border-color: #B56599;
}
.TagClassName
{
border-color: #B56599;
}
</style>