Shades of Bouquet #B97C97
Tints of Bouquet #B97C97
RGB
CMYK
RGB Variations
Color information
#B97C97 (or 0xB97C97) is known color: Bouquet. HEX triplet: B9, 7C and 97. RGB value is (185,124,151). Sum of RGB (Red+Green+Blue) = 185+124+151=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 151 (59.38% from 255 or 32.83% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97C97 is #468368. Grayscale: #919191. Windows color (decimal): -4621161 or 9927865. OLE color: 9927865.
HSL color Cylindrical-coordinate representation of color #B97C97: hue angle of 333.44º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B97C97 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 124 | 151 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.27 |
| HSL | 333.44º | 0.3% | 0.61% | - |
| HSV(B) | 333.44º | 0.33% | 0.73% | - |
| XYZ | 32.8 | 26.96 | 32.75 | - |
| YUV | 145.32 | 131.21 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 124 | 151 | 0 | 0.33 | 0.18 | 0.27 | 333.44 | 0.3 | 0.61 |
| Hex | B9 | 7C | 97 | 0 | 21 | 12 | 1B | 14D | 1E | 3D |
| Octal | 271 | 174 | 227 | 0 | 41 | 22 | 33 | 515 | 36 | 75 |
| Binary | 10111001 | 1111100 | 10010111 | 0 | 100001 | 10010 | 11011 | 101001101 | 11110 | 111101 |
Color Harmonies of #B97C97
Complementary color
Monochromatic Colors of #B97C97
Black with #B97C97
Text Example
Text Example
White with #B97C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97C97; }
p { color: rgb(185,124,151); }
H1.HeaderClassName
{
color: #B97C97;
}
.AnyTagClassName
{
color: #B97C97;
}
</style>
background-color css
<style>
a { background-color: #B97C97; }
a { background-color: rgb(185,124,151); }
div.DivClassName
{
background-color: #B97C97;
}
.BgClassName
{
background-color: #B97C97;
}
</style>
border-color css
<style>
span { border-color: #B97C97; }
span { border-color: rgb(185,124,151); }
td.TdClassName
{
border-color: #B97C97;
}
.TagClassName
{
border-color: #B97C97;
}
</style>