Shades of Bouquet #B37995
Tints of Bouquet #B37995
RGB
CMYK
RGB Variations
Color information
#B37995 (or 0xB37995) is known color: Bouquet. HEX triplet: B3, 79 and 95. RGB value is (179,121,149). Sum of RGB (Red+Green+Blue) = 179+121+149=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 121 (47.66% from 255 or 26.95% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 179 - color contains mainly: red. Hex color #B37995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37995 is #4C866A. Grayscale: #8D8D8D. Windows color (decimal): -5015147 or 9796019. OLE color: 9796019.
HSL color Cylindrical-coordinate representation of color #B37995: hue angle of 331.03º 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 #B37995 is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 121 | 149 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.30 |
| HSL | 331.03º | 0.28% | 0.59% | - |
| HSV(B) | 331.03º | 0.32% | 0.7% | - |
| XYZ | 30.85 | 25.43 | 31.72 | - |
| YUV | 141.53 | 132.22 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 121 | 149 | 0 | 0.32 | 0.17 | 0.30 | 331.03 | 0.28 | 0.59 |
| Hex | B3 | 79 | 95 | 0 | 20 | 11 | 1E | 14B | 1C | 3B |
| Octal | 263 | 171 | 225 | 0 | 40 | 21 | 36 | 513 | 34 | 73 |
| Binary | 10110011 | 1111001 | 10010101 | 0 | 100000 | 10001 | 11110 | 101001011 | 11100 | 111011 |
Color Harmonies of #B37995
Complementary color
Monochromatic Colors of #B37995
Black with #B37995
Text Example
Text Example
White with #B37995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37995; }
p { color: rgb(179,121,149); }
H1.HeaderClassName
{
color: #B37995;
}
.AnyTagClassName
{
color: #B37995;
}
</style>
background-color css
<style>
a { background-color: #B37995; }
a { background-color: rgb(179,121,149); }
div.DivClassName
{
background-color: #B37995;
}
.BgClassName
{
background-color: #B37995;
}
</style>
border-color css
<style>
span { border-color: #B37995; }
span { border-color: rgb(179,121,149); }
td.TdClassName
{
border-color: #B37995;
}
.TagClassName
{
border-color: #B37995;
}
</style>