Shades of Bouquet #B56798
Tints of Bouquet #B56798
RGB
CMYK
RGB Variations
Color information
#B56798 (or 0xB56798) is known color: Bouquet. HEX triplet: B5, 67 and 98. RGB value is (181,103,152). Sum of RGB (Red+Green+Blue) = 181+103+152=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 181 - color contains mainly: red. Hex color #B56798 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56798 is #4A9867. Grayscale: #838383. Windows color (decimal): -4888680 or 9988021. OLE color: 9988021.
HSL color Cylindrical-coordinate representation of color #B56798: hue angle of 322.31º 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 #B56798 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 103 | 152 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.29 |
| HSL | 322.31º | 0.35% | 0.56% | - |
| HSV(B) | 322.31º | 0.43% | 0.71% | - |
| XYZ | 29.57 | 21.79 | 32.35 | - |
| YUV | 131.91 | 139.34 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 103 | 152 | 0 | 0.43 | 0.16 | 0.29 | 322.31 | 0.35 | 0.56 |
| Hex | B5 | 67 | 98 | 0 | 2B | 10 | 1D | 142 | 23 | 38 |
| Octal | 265 | 147 | 230 | 0 | 53 | 20 | 35 | 502 | 43 | 70 |
| Binary | 10110101 | 1100111 | 10011000 | 0 | 101011 | 10000 | 11101 | 101000010 | 100011 | 111000 |
Color Harmonies of #B56798
Complementary color
Monochromatic Colors of #B56798
Black with #B56798
Text Example
Text Example
White with #B56798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56798; }
p { color: rgb(181,103,152); }
H1.HeaderClassName
{
color: #B56798;
}
.AnyTagClassName
{
color: #B56798;
}
</style>
background-color css
<style>
a { background-color: #B56798; }
a { background-color: rgb(181,103,152); }
div.DivClassName
{
background-color: #B56798;
}
.BgClassName
{
background-color: #B56798;
}
</style>
border-color css
<style>
span { border-color: #B56798; }
span { border-color: rgb(181,103,152); }
td.TdClassName
{
border-color: #B56798;
}
.TagClassName
{
border-color: #B56798;
}
</style>