Shades of Bouquet #B57796
Tints of Bouquet #B57796
RGB
CMYK
RGB Variations
Color information
#B57796 (or 0xB57796) is known color: Bouquet. HEX triplet: B5, 77 and 96. RGB value is (181,119,150). Sum of RGB (Red+Green+Blue) = 181+119+150=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 181 - color contains mainly: red. Hex color #B57796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57796 is #4A8869. Grayscale: #8D8D8D. Windows color (decimal): -4884586 or 9861045. OLE color: 9861045.
HSL color Cylindrical-coordinate representation of color #B57796: hue angle of 330º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B57796 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 119 | 150 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.29 |
| HSL | 330º | 0.3% | 0.59% | - |
| HSV(B) | 330º | 0.34% | 0.71% | - |
| XYZ | 31.16 | 25.22 | 32.08 | - |
| YUV | 141.07 | 133.04 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 119 | 150 | 0 | 0.34 | 0.17 | 0.29 | 330 | 0.3 | 0.59 |
| Hex | B5 | 77 | 96 | 0 | 22 | 11 | 1D | 14A | 1E | 3B |
| Octal | 265 | 167 | 226 | 0 | 42 | 21 | 35 | 512 | 36 | 73 |
| Binary | 10110101 | 1110111 | 10010110 | 0 | 100010 | 10001 | 11101 | 101001010 | 11110 | 111011 |
Color Harmonies of #B57796
Complementary color
Monochromatic Colors of #B57796
Black with #B57796
Text Example
Text Example
White with #B57796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57796; }
p { color: rgb(181,119,150); }
H1.HeaderClassName
{
color: #B57796;
}
.AnyTagClassName
{
color: #B57796;
}
</style>
background-color css
<style>
a { background-color: #B57796; }
a { background-color: rgb(181,119,150); }
div.DivClassName
{
background-color: #B57796;
}
.BgClassName
{
background-color: #B57796;
}
</style>
border-color css
<style>
span { border-color: #B57796; }
span { border-color: rgb(181,119,150); }
td.TdClassName
{
border-color: #B57796;
}
.TagClassName
{
border-color: #B57796;
}
</style>