Shades of Bouquet #B97A99
Tints of Bouquet #B97A99
RGB
CMYK
RGB Variations
Color information
#B97A99 (or 0xB97A99) is known color: Bouquet. HEX triplet: B9, 7A and 99. RGB value is (185,122,153). Sum of RGB (Red+Green+Blue) = 185+122+153=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B97A99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97A99 is #468566. Grayscale: #909090. Windows color (decimal): -4621671 or 10058425. OLE color: 10058425.
HSL color Cylindrical-coordinate representation of color #B97A99: hue angle of 330.48º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B97A99 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 122 | 153 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.27 |
| HSL | 330.48º | 0.31% | 0.6% | - |
| HSV(B) | 330.48º | 0.34% | 0.73% | - |
| XYZ | 32.72 | 26.53 | 33.53 | - |
| YUV | 144.37 | 132.87 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 122 | 153 | 0 | 0.34 | 0.17 | 0.27 | 330.48 | 0.31 | 0.6 |
| Hex | B9 | 7A | 99 | 0 | 22 | 11 | 1B | 14A | 1F | 3C |
| Octal | 271 | 172 | 231 | 0 | 42 | 21 | 33 | 512 | 37 | 74 |
| Binary | 10111001 | 1111010 | 10011001 | 0 | 100010 | 10001 | 11011 | 101001010 | 11111 | 111100 |
Color Harmonies of #B97A99
Complementary color
Monochromatic Colors of #B97A99
Black with #B97A99
Text Example
Text Example
White with #B97A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97A99; }
p { color: rgb(185,122,153); }
H1.HeaderClassName
{
color: #B97A99;
}
.AnyTagClassName
{
color: #B97A99;
}
</style>
background-color css
<style>
a { background-color: #B97A99; }
a { background-color: rgb(185,122,153); }
div.DivClassName
{
background-color: #B97A99;
}
.BgClassName
{
background-color: #B97A99;
}
</style>
border-color css
<style>
span { border-color: #B97A99; }
span { border-color: rgb(185,122,153); }
td.TdClassName
{
border-color: #B97A99;
}
.TagClassName
{
border-color: #B97A99;
}
</style>