Shades of Bouquet #B97598
Tints of Bouquet #B97598
RGB
CMYK
RGB Variations
Color information
#B97598 (or 0xB97598) is known color: Bouquet. HEX triplet: B9, 75 and 98. RGB value is (185,117,152). Sum of RGB (Red+Green+Blue) = 185+117+152=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 152 (59.77% from 255 or 33.48% from 454); Max value from RGB is 185 - color contains mainly: red. Hex color #B97598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97598 is #468A67. Grayscale: #8D8D8D. Windows color (decimal): -4622952 or 9991609. OLE color: 9991609.
HSL color Cylindrical-coordinate representation of color #B97598: hue angle of 329.12º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B97598 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 117 | 152 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.27 |
| HSL | 329.12º | 0.33% | 0.59% | - |
| HSV(B) | 329.12º | 0.37% | 0.73% | - |
| XYZ | 32.04 | 25.3 | 32.9 | - |
| YUV | 141.32 | 134.03 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 117 | 152 | 0 | 0.37 | 0.18 | 0.27 | 329.12 | 0.33 | 0.59 |
| Hex | B9 | 75 | 98 | 0 | 25 | 12 | 1B | 149 | 21 | 3B |
| Octal | 271 | 165 | 230 | 0 | 45 | 22 | 33 | 511 | 41 | 73 |
| Binary | 10111001 | 1110101 | 10011000 | 0 | 100101 | 10010 | 11011 | 101001001 | 100001 | 111011 |
Color Harmonies of #B97598
Complementary color
Monochromatic Colors of #B97598
Black with #B97598
Text Example
Text Example
White with #B97598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97598; }
p { color: rgb(185,117,152); }
H1.HeaderClassName
{
color: #B97598;
}
.AnyTagClassName
{
color: #B97598;
}
</style>
background-color css
<style>
a { background-color: #B97598; }
a { background-color: rgb(185,117,152); }
div.DivClassName
{
background-color: #B97598;
}
.BgClassName
{
background-color: #B97598;
}
</style>
border-color css
<style>
span { border-color: #B97598; }
span { border-color: rgb(185,117,152); }
td.TdClassName
{
border-color: #B97598;
}
.TagClassName
{
border-color: #B97598;
}
</style>