Shades of Bouquet #B56796
Tints of Bouquet #B56796
RGB
CMYK
RGB Variations
Color information
#B56796 (or 0xB56796) is known color: Bouquet. HEX triplet: B5, 67 and 96. RGB value is (181,103,150). Sum of RGB (Red+Green+Blue) = 181+103+150=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 103 (40.62% from 255 or 23.73% from 434); Blue value is 150 (58.98% from 255 or 34.56% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B56796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56796 is #4A9869. Grayscale: #838383. Windows color (decimal): -4888682 or 9856949. OLE color: 9856949.
HSL color Cylindrical-coordinate representation of color #B56796: hue angle of 323.85º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B56796 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 103 | 150 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.29 |
| HSL | 323.85º | 0.35% | 0.56% | - |
| HSV(B) | 323.85º | 0.43% | 0.71% | - |
| XYZ | 29.41 | 21.73 | 31.5 | - |
| YUV | 131.68 | 138.34 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 103 | 150 | 0 | 0.43 | 0.17 | 0.29 | 323.85 | 0.35 | 0.56 |
| Hex | B5 | 67 | 96 | 0 | 2B | 11 | 1D | 144 | 23 | 38 |
| Octal | 265 | 147 | 226 | 0 | 53 | 21 | 35 | 504 | 43 | 70 |
| Binary | 10110101 | 1100111 | 10010110 | 0 | 101011 | 10001 | 11101 | 101000100 | 100011 | 111000 |
Color Harmonies of #B56796
Complementary color
Monochromatic Colors of #B56796
Black with #B56796
Text Example
Text Example
White with #B56796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56796; }
p { color: rgb(181,103,150); }
H1.HeaderClassName
{
color: #B56796;
}
.AnyTagClassName
{
color: #B56796;
}
</style>
background-color css
<style>
a { background-color: #B56796; }
a { background-color: rgb(181,103,150); }
div.DivClassName
{
background-color: #B56796;
}
.BgClassName
{
background-color: #B56796;
}
</style>
border-color css
<style>
span { border-color: #B56796; }
span { border-color: rgb(181,103,150); }
td.TdClassName
{
border-color: #B56796;
}
.TagClassName
{
border-color: #B56796;
}
</style>