Shades of Bouquet #B56696
Tints of Bouquet #B56696
RGB
CMYK
RGB Variations
Color information
#B56696 (or 0xB56696) is known color: Bouquet. HEX triplet: B5, 66 and 96. RGB value is (181,102,150). Sum of RGB (Red+Green+Blue) = 181+102+150=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B56696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56696 is #4A9969. Grayscale: #828282. Windows color (decimal): -4888938 or 9856693. OLE color: 9856693.
HSL color Cylindrical-coordinate representation of color #B56696: hue angle of 323.54º 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 #B56696 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 102 | 150 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.29 |
| HSL | 323.54º | 0.35% | 0.55% | - |
| HSV(B) | 323.54º | 0.44% | 0.71% | - |
| XYZ | 29.31 | 21.53 | 31.46 | - |
| YUV | 131.09 | 138.67 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 150 | 0 | 0.44 | 0.17 | 0.29 | 323.54 | 0.35 | 0.55 |
| Hex | B5 | 66 | 96 | 0 | 2C | 11 | 1D | 144 | 23 | 37 |
| Octal | 265 | 146 | 226 | 0 | 54 | 21 | 35 | 504 | 43 | 67 |
| Binary | 10110101 | 1100110 | 10010110 | 0 | 101100 | 10001 | 11101 | 101000100 | 100011 | 110111 |
Color Harmonies of #B56696
Complementary color
Monochromatic Colors of #B56696
Black with #B56696
Text Example
Text Example
White with #B56696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56696; }
p { color: rgb(181,102,150); }
H1.HeaderClassName
{
color: #B56696;
}
.AnyTagClassName
{
color: #B56696;
}
</style>
background-color css
<style>
a { background-color: #B56696; }
a { background-color: rgb(181,102,150); }
div.DivClassName
{
background-color: #B56696;
}
.BgClassName
{
background-color: #B56696;
}
</style>
border-color css
<style>
span { border-color: #B56696; }
span { border-color: rgb(181,102,150); }
td.TdClassName
{
border-color: #B56696;
}
.TagClassName
{
border-color: #B56696;
}
</style>