Shades of Bouquet #B56DA0
Tints of Bouquet #B56DA0
RGB
CMYK
RGB Variations
Color information
#B56DA0 (or 0xB56DA0) is known color: Bouquet. HEX triplet: B5, 6D and A0. RGB value is (181,109,160). Sum of RGB (Red+Green+Blue) = 181+109+160=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 109 (42.97% from 255 or 24.22% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 181 - color contains mainly: red. Hex color #B56DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56DA0 is #4A925F. Grayscale: #888888. Windows color (decimal): -4887136 or 10513845. OLE color: 10513845.
HSL color Cylindrical-coordinate representation of color #B56DA0: hue angle of 317.5º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B56DA0 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 109 | 160 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.29 |
| HSL | 317.5º | 0.33% | 0.57% | - |
| HSV(B) | 317.5º | 0.4% | 0.71% | - |
| XYZ | 30.87 | 23.3 | 36.13 | - |
| YUV | 136.34 | 141.35 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 109 | 160 | 0 | 0.40 | 0.12 | 0.29 | 317.5 | 0.33 | 0.57 |
| Hex | B5 | 6D | A0 | 0 | 28 | C | 1D | 13E | 21 | 39 |
| Octal | 265 | 155 | 240 | 0 | 50 | 14 | 35 | 476 | 41 | 71 |
| Binary | 10110101 | 1101101 | 10100000 | 0 | 101000 | 1100 | 11101 | 100111110 | 100001 | 111001 |
Color Harmonies of #B56DA0
Complementary color
Monochromatic Colors of #B56DA0
Black with #B56DA0
Text Example
Text Example
White with #B56DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56DA0; }
p { color: rgb(181,109,160); }
H1.HeaderClassName
{
color: #B56DA0;
}
.AnyTagClassName
{
color: #B56DA0;
}
</style>
background-color css
<style>
a { background-color: #B56DA0; }
a { background-color: rgb(181,109,160); }
div.DivClassName
{
background-color: #B56DA0;
}
.BgClassName
{
background-color: #B56DA0;
}
</style>
border-color css
<style>
span { border-color: #B56DA0; }
span { border-color: rgb(181,109,160); }
td.TdClassName
{
border-color: #B56DA0;
}
.TagClassName
{
border-color: #B56DA0;
}
</style>