Shades of Bouquet #B8799E
Tints of Bouquet #B8799E
RGB
CMYK
RGB Variations
Color information
#B8799E (or 0xB8799E) is known color: Bouquet. HEX triplet: B8, 79 and 9E. RGB value is (184,121,158). Sum of RGB (Red+Green+Blue) = 184+121+158=463 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.74% from 463); Green value is 121 (47.66% from 255 or 26.13% from 463); Blue value is 158 (62.11% from 255 or 34.13% from 463); Max value from RGB is 184 - color contains mainly: red. Hex color #B8799E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8799E is #478661. Grayscale: #8F8F8F. Windows color (decimal): -4687458 or 10385848. OLE color: 10385848.
HSL color Cylindrical-coordinate representation of color #B8799E: hue angle of 324.76º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B8799E is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 121 | 158 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.28 |
| HSL | 324.76º | 0.31% | 0.6% | - |
| HSV(B) | 324.76º | 0.34% | 0.72% | - |
| XYZ | 32.78 | 26.33 | 35.7 | - |
| YUV | 144.06 | 135.87 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 121 | 158 | 0 | 0.34 | 0.14 | 0.28 | 324.76 | 0.31 | 0.6 |
| Hex | B8 | 79 | 9E | 0 | 22 | E | 1C | 145 | 1F | 3C |
| Octal | 270 | 171 | 236 | 0 | 42 | 16 | 34 | 505 | 37 | 74 |
| Binary | 10111000 | 1111001 | 10011110 | 0 | 100010 | 1110 | 11100 | 101000101 | 11111 | 111100 |
Color Harmonies of #B8799E
Complementary color
Monochromatic Colors of #B8799E
Black with #B8799E
Text Example
Text Example
White with #B8799E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8799E; }
p { color: rgb(184,121,158); }
H1.HeaderClassName
{
color: #B8799E;
}
.AnyTagClassName
{
color: #B8799E;
}
</style>
background-color css
<style>
a { background-color: #B8799E; }
a { background-color: rgb(184,121,158); }
div.DivClassName
{
background-color: #B8799E;
}
.BgClassName
{
background-color: #B8799E;
}
</style>
border-color css
<style>
span { border-color: #B8799E; }
span { border-color: rgb(184,121,158); }
td.TdClassName
{
border-color: #B8799E;
}
.TagClassName
{
border-color: #B8799E;
}
</style>