Shades of Bouquet #B37996
Tints of Bouquet #B37996
RGB
CMYK
RGB Variations
Color information
#B37996 (or 0xB37996) is known color: Bouquet. HEX triplet: B3, 79 and 96. RGB value is (179,121,150). Sum of RGB (Red+Green+Blue) = 179+121+150=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 121 (47.66% from 255 or 26.89% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 179 - color contains mainly: red. Hex color #B37996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37996 is #4C8669. Grayscale: #8D8D8D. Windows color (decimal): -5015146 or 9861555. OLE color: 9861555.
HSL color Cylindrical-coordinate representation of color #B37996: hue angle of 330º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B37996 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 121 | 150 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.30 |
| HSL | 330º | 0.28% | 0.59% | - |
| HSV(B) | 330º | 0.32% | 0.7% | - |
| XYZ | 30.93 | 25.46 | 32.14 | - |
| YUV | 141.65 | 132.72 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 121 | 150 | 0 | 0.32 | 0.16 | 0.30 | 330 | 0.28 | 0.59 |
| Hex | B3 | 79 | 96 | 0 | 20 | 10 | 1E | 14A | 1C | 3B |
| Octal | 263 | 171 | 226 | 0 | 40 | 20 | 36 | 512 | 34 | 73 |
| Binary | 10110011 | 1111001 | 10010110 | 0 | 100000 | 10000 | 11110 | 101001010 | 11100 | 111011 |
Color Harmonies of #B37996
Complementary color
Monochromatic Colors of #B37996
Black with #B37996
Text Example
Text Example
White with #B37996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37996; }
p { color: rgb(179,121,150); }
H1.HeaderClassName
{
color: #B37996;
}
.AnyTagClassName
{
color: #B37996;
}
</style>
background-color css
<style>
a { background-color: #B37996; }
a { background-color: rgb(179,121,150); }
div.DivClassName
{
background-color: #B37996;
}
.BgClassName
{
background-color: #B37996;
}
</style>
border-color css
<style>
span { border-color: #B37996; }
span { border-color: rgb(179,121,150); }
td.TdClassName
{
border-color: #B37996;
}
.TagClassName
{
border-color: #B37996;
}
</style>