Shades of Bouquet #B66E99
Tints of Bouquet #B66E99
RGB
CMYK
RGB Variations
Color information
#B66E99 (or 0xB66E99) is known color: Bouquet. HEX triplet: B6, 6E and 99. RGB value is (182,110,153). Sum of RGB (Red+Green+Blue) = 182+110+153=445 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.90% from 445); Green value is 110 (43.36% from 255 or 24.72% from 445); Blue value is 153 (60.16% from 255 or 34.38% from 445); Max value from RGB is 182 - color contains mainly: red. Hex color #B66E99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66E99 is #499166. Grayscale: #888888. Windows color (decimal): -4821351 or 10055350. OLE color: 10055350.
HSL color Cylindrical-coordinate representation of color #B66E99: hue angle of 324.17º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B66E99 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 110 | 153 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.29 |
| HSL | 324.17º | 0.33% | 0.57% | - |
| HSV(B) | 324.17º | 0.4% | 0.71% | - |
| XYZ | 30.62 | 23.4 | 33.04 | - |
| YUV | 136.43 | 137.35 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 110 | 153 | 0 | 0.40 | 0.16 | 0.29 | 324.17 | 0.33 | 0.57 |
| Hex | B6 | 6E | 99 | 0 | 28 | 10 | 1D | 144 | 21 | 39 |
| Octal | 266 | 156 | 231 | 0 | 50 | 20 | 35 | 504 | 41 | 71 |
| Binary | 10110110 | 1101110 | 10011001 | 0 | 101000 | 10000 | 11101 | 101000100 | 100001 | 111001 |
Color Harmonies of #B66E99
Complementary color
Monochromatic Colors of #B66E99
Black with #B66E99
Text Example
Text Example
White with #B66E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66E99; }
p { color: rgb(182,110,153); }
H1.HeaderClassName
{
color: #B66E99;
}
.AnyTagClassName
{
color: #B66E99;
}
</style>
background-color css
<style>
a { background-color: #B66E99; }
a { background-color: rgb(182,110,153); }
div.DivClassName
{
background-color: #B66E99;
}
.BgClassName
{
background-color: #B66E99;
}
</style>
border-color css
<style>
span { border-color: #B66E99; }
span { border-color: rgb(182,110,153); }
td.TdClassName
{
border-color: #B66E99;
}
.TagClassName
{
border-color: #B66E99;
}
</style>