Shades of Bouquet #B56597
Tints of Bouquet #B56597
RGB
CMYK
RGB Variations
Color information
#B56597 (or 0xB56597) is known color: Bouquet. HEX triplet: B5, 65 and 97. RGB value is (181,101,151). Sum of RGB (Red+Green+Blue) = 181+101+151=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 151 (59.38% from 255 or 34.87% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B56597 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56597 is #4A9A68. Grayscale: #828282. Windows color (decimal): -4889193 or 9921973. OLE color: 9921973.
HSL color Cylindrical-coordinate representation of color #B56597: hue angle of 322.5º 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 #B56597 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 101 | 151 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.29 |
| HSL | 322.5º | 0.35% | 0.55% | - |
| HSV(B) | 322.5º | 0.44% | 0.71% | - |
| XYZ | 29.3 | 21.37 | 31.86 | - |
| YUV | 130.62 | 139.5 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 101 | 151 | 0 | 0.44 | 0.17 | 0.29 | 322.5 | 0.35 | 0.55 |
| Hex | B5 | 65 | 97 | 0 | 2C | 11 | 1D | 142 | 23 | 37 |
| Octal | 265 | 145 | 227 | 0 | 54 | 21 | 35 | 502 | 43 | 67 |
| Binary | 10110101 | 1100101 | 10010111 | 0 | 101100 | 10001 | 11101 | 101000010 | 100011 | 110111 |
Color Harmonies of #B56597
Complementary color
Monochromatic Colors of #B56597
Black with #B56597
Text Example
Text Example
White with #B56597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56597; }
p { color: rgb(181,101,151); }
H1.HeaderClassName
{
color: #B56597;
}
.AnyTagClassName
{
color: #B56597;
}
</style>
background-color css
<style>
a { background-color: #B56597; }
a { background-color: rgb(181,101,151); }
div.DivClassName
{
background-color: #B56597;
}
.BgClassName
{
background-color: #B56597;
}
</style>
border-color css
<style>
span { border-color: #B56597; }
span { border-color: rgb(181,101,151); }
td.TdClassName
{
border-color: #B56597;
}
.TagClassName
{
border-color: #B56597;
}
</style>