Shades of Bouquet #B97DA2
Tints of Bouquet #B97DA2
RGB
CMYK
RGB Variations
Color information
#B97DA2 (or 0xB97DA2) is known color: Bouquet. HEX triplet: B9, 7D and A2. RGB value is (185,125,162). Sum of RGB (Red+Green+Blue) = 185+125+162=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 162 (63.67% from 255 or 34.32% from 472); Max value from RGB is 185 - color contains mainly: red. Hex color #B97DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97DA2 is #46825D. Grayscale: #939393. Windows color (decimal): -4620894 or 10649017. OLE color: 10649017.
HSL color Cylindrical-coordinate representation of color #B97DA2: hue angle of 323º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B97DA2 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 125 | 162 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.27 |
| HSL | 323º | 0.3% | 0.61% | - |
| HSV(B) | 323º | 0.32% | 0.73% | - |
| XYZ | 33.86 | 27.59 | 37.72 | - |
| YUV | 147.16 | 136.38 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 125 | 162 | 0 | 0.32 | 0.12 | 0.27 | 323 | 0.3 | 0.61 |
| Hex | B9 | 7D | A2 | 0 | 20 | C | 1B | 143 | 1E | 3D |
| Octal | 271 | 175 | 242 | 0 | 40 | 14 | 33 | 503 | 36 | 75 |
| Binary | 10111001 | 1111101 | 10100010 | 0 | 100000 | 1100 | 11011 | 101000011 | 11110 | 111101 |
Color Harmonies of #B97DA2
Complementary color
Monochromatic Colors of #B97DA2
Black with #B97DA2
Text Example
Text Example
White with #B97DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97DA2; }
p { color: rgb(185,125,162); }
H1.HeaderClassName
{
color: #B97DA2;
}
.AnyTagClassName
{
color: #B97DA2;
}
</style>
background-color css
<style>
a { background-color: #B97DA2; }
a { background-color: rgb(185,125,162); }
div.DivClassName
{
background-color: #B97DA2;
}
.BgClassName
{
background-color: #B97DA2;
}
</style>
border-color css
<style>
span { border-color: #B97DA2; }
span { border-color: rgb(185,125,162); }
td.TdClassName
{
border-color: #B97DA2;
}
.TagClassName
{
border-color: #B97DA2;
}
</style>