Shades of Bouquet #B97F9B
Tints of Bouquet #B97F9B
RGB
CMYK
RGB Variations
Color information
#B97F9B (or 0xB97F9B) is known color: Bouquet. HEX triplet: B9, 7F and 9B. RGB value is (185,127,155). Sum of RGB (Red+Green+Blue) = 185+127+155=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 155 (60.94% from 255 or 33.19% from 467); Max value from RGB is 185 - color contains mainly: red. Hex color #B97F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97F9B is #468064. Grayscale: #939393. Windows color (decimal): -4620389 or 10190777. OLE color: 10190777.
HSL color Cylindrical-coordinate representation of color #B97F9B: hue angle of 331.03º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B97F9B is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 127 | 155 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.27 |
| HSL | 331.03º | 0.29% | 0.61% | - |
| HSV(B) | 331.03º | 0.31% | 0.73% | - |
| XYZ | 33.51 | 27.86 | 34.62 | - |
| YUV | 147.53 | 132.22 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 127 | 155 | 0 | 0.31 | 0.16 | 0.27 | 331.03 | 0.29 | 0.61 |
| Hex | B9 | 7F | 9B | 0 | 1F | 10 | 1B | 14B | 1D | 3D |
| Octal | 271 | 177 | 233 | 0 | 37 | 20 | 33 | 513 | 35 | 75 |
| Binary | 10111001 | 1111111 | 10011011 | 0 | 11111 | 10000 | 11011 | 101001011 | 11101 | 111101 |
Color Harmonies of #B97F9B
Complementary color
Monochromatic Colors of #B97F9B
Black with #B97F9B
Text Example
Text Example
White with #B97F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97F9B; }
p { color: rgb(185,127,155); }
H1.HeaderClassName
{
color: #B97F9B;
}
.AnyTagClassName
{
color: #B97F9B;
}
</style>
background-color css
<style>
a { background-color: #B97F9B; }
a { background-color: rgb(185,127,155); }
div.DivClassName
{
background-color: #B97F9B;
}
.BgClassName
{
background-color: #B97F9B;
}
</style>
border-color css
<style>
span { border-color: #B97F9B; }
span { border-color: rgb(185,127,155); }
td.TdClassName
{
border-color: #B97F9B;
}
.TagClassName
{
border-color: #B97F9B;
}
</style>