Shades of Bouquet #B97A9E
Tints of Bouquet #B97A9E
RGB
CMYK
RGB Variations
Color information
#B97A9E (or 0xB97A9E) is known color: Bouquet. HEX triplet: B9, 7A and 9E. RGB value is (185,122,158). Sum of RGB (Red+Green+Blue) = 185+122+158=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 185 - color contains mainly: red. Hex color #B97A9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97A9E is #468561. Grayscale: #909090. Windows color (decimal): -4621666 or 10386105. OLE color: 10386105.
HSL color Cylindrical-coordinate representation of color #B97A9E: hue angle of 325.71º 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 #B97A9E is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 122 | 158 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.27 |
| HSL | 325.71º | 0.31% | 0.6% | - |
| HSV(B) | 325.71º | 0.34% | 0.73% | - |
| XYZ | 33.14 | 26.7 | 35.76 | - |
| YUV | 144.94 | 135.37 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 122 | 158 | 0 | 0.34 | 0.15 | 0.27 | 325.71 | 0.31 | 0.6 |
| Hex | B9 | 7A | 9E | 0 | 22 | F | 1B | 146 | 1F | 3C |
| Octal | 271 | 172 | 236 | 0 | 42 | 17 | 33 | 506 | 37 | 74 |
| Binary | 10111001 | 1111010 | 10011110 | 0 | 100010 | 1111 | 11011 | 101000110 | 11111 | 111100 |
Color Harmonies of #B97A9E
Complementary color
Monochromatic Colors of #B97A9E
Black with #B97A9E
Text Example
Text Example
White with #B97A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97A9E; }
p { color: rgb(185,122,158); }
H1.HeaderClassName
{
color: #B97A9E;
}
.AnyTagClassName
{
color: #B97A9E;
}
</style>
background-color css
<style>
a { background-color: #B97A9E; }
a { background-color: rgb(185,122,158); }
div.DivClassName
{
background-color: #B97A9E;
}
.BgClassName
{
background-color: #B97A9E;
}
</style>
border-color css
<style>
span { border-color: #B97A9E; }
span { border-color: rgb(185,122,158); }
td.TdClassName
{
border-color: #B97A9E;
}
.TagClassName
{
border-color: #B97A9E;
}
</style>