Shades of Bouquet #B47996
Tints of Bouquet #B47996
RGB
CMYK
RGB Variations
Color information
#B47996 (or 0xB47996) is known color: Bouquet. HEX triplet: B4, 79 and 96. RGB value is (180,121,150). Sum of RGB (Red+Green+Blue) = 180+121+150=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 121 (47.66% from 255 or 26.83% from 451); Blue value is 150 (58.98% from 255 or 33.26% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B47996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47996 is #4B8669. Grayscale: #8D8D8D. Windows color (decimal): -4949610 or 9861556. OLE color: 9861556.
HSL color Cylindrical-coordinate representation of color #B47996: hue angle of 330.51º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B47996 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 121 | 150 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.29 |
| HSL | 330.51º | 0.28% | 0.59% | - |
| HSV(B) | 330.51º | 0.33% | 0.71% | - |
| XYZ | 31.16 | 25.58 | 32.15 | - |
| YUV | 141.95 | 132.55 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 121 | 150 | 0 | 0.33 | 0.17 | 0.29 | 330.51 | 0.28 | 0.59 |
| Hex | B4 | 79 | 96 | 0 | 21 | 11 | 1D | 14B | 1C | 3B |
| Octal | 264 | 171 | 226 | 0 | 41 | 21 | 35 | 513 | 34 | 73 |
| Binary | 10110100 | 1111001 | 10010110 | 0 | 100001 | 10001 | 11101 | 101001011 | 11100 | 111011 |
Color Harmonies of #B47996
Complementary color
Monochromatic Colors of #B47996
Black with #B47996
Text Example
Text Example
White with #B47996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47996; }
p { color: rgb(180,121,150); }
H1.HeaderClassName
{
color: #B47996;
}
.AnyTagClassName
{
color: #B47996;
}
</style>
background-color css
<style>
a { background-color: #B47996; }
a { background-color: rgb(180,121,150); }
div.DivClassName
{
background-color: #B47996;
}
.BgClassName
{
background-color: #B47996;
}
</style>
border-color css
<style>
span { border-color: #B47996; }
span { border-color: rgb(180,121,150); }
td.TdClassName
{
border-color: #B47996;
}
.TagClassName
{
border-color: #B47996;
}
</style>