Shades of Bouquet #B56E95
Tints of Bouquet #B56E95
RGB
CMYK
RGB Variations
Color information
#B56E95 (or 0xB56E95) is known color: Bouquet. HEX triplet: B5, 6E and 95. RGB value is (181,110,149). Sum of RGB (Red+Green+Blue) = 181+110+149=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 149 (58.59% from 255 or 33.86% from 440); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56E95 is #4A916A. Grayscale: #878787. Windows color (decimal): -4886891 or 9793205. OLE color: 9793205.
HSL color Cylindrical-coordinate representation of color #B56E95: hue angle of 327.04º 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 #B56E95 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 110 | 149 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.29 |
| HSL | 327.04º | 0.32% | 0.57% | - |
| HSV(B) | 327.04º | 0.39% | 0.71% | - |
| XYZ | 30.06 | 23.15 | 31.32 | - |
| YUV | 135.68 | 135.52 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 110 | 149 | 0 | 0.39 | 0.18 | 0.29 | 327.04 | 0.32 | 0.57 |
| Hex | B5 | 6E | 95 | 0 | 27 | 12 | 1D | 147 | 20 | 39 |
| Octal | 265 | 156 | 225 | 0 | 47 | 22 | 35 | 507 | 40 | 71 |
| Binary | 10110101 | 1101110 | 10010101 | 0 | 100111 | 10010 | 11101 | 101000111 | 100000 | 111001 |
Color Harmonies of #B56E95
Complementary color
Monochromatic Colors of #B56E95
Black with #B56E95
Text Example
Text Example
White with #B56E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56E95; }
p { color: rgb(181,110,149); }
H1.HeaderClassName
{
color: #B56E95;
}
.AnyTagClassName
{
color: #B56E95;
}
</style>
background-color css
<style>
a { background-color: #B56E95; }
a { background-color: rgb(181,110,149); }
div.DivClassName
{
background-color: #B56E95;
}
.BgClassName
{
background-color: #B56E95;
}
</style>
border-color css
<style>
span { border-color: #B56E95; }
span { border-color: rgb(181,110,149); }
td.TdClassName
{
border-color: #B56E95;
}
.TagClassName
{
border-color: #B56E95;
}
</style>