Shades of Bouquet #B8799D
Tints of Bouquet #B8799D
RGB
CMYK
RGB Variations
Color information
#B8799D (or 0xB8799D) is known color: Bouquet. HEX triplet: B8, 79 and 9D. RGB value is (184,121,157). Sum of RGB (Red+Green+Blue) = 184+121+157=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 184 - color contains mainly: red. Hex color #B8799D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8799D is #478662. Grayscale: #8F8F8F. Windows color (decimal): -4687459 or 10320312. OLE color: 10320312.
HSL color Cylindrical-coordinate representation of color #B8799D: hue angle of 325.71º 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 #B8799D is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 121 | 157 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.28 |
| HSL | 325.71º | 0.31% | 0.6% | - |
| HSV(B) | 325.71º | 0.34% | 0.72% | - |
| XYZ | 32.69 | 26.3 | 35.25 | - |
| YUV | 143.94 | 135.37 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 121 | 157 | 0 | 0.34 | 0.15 | 0.28 | 325.71 | 0.31 | 0.6 |
| Hex | B8 | 79 | 9D | 0 | 22 | F | 1C | 146 | 1F | 3C |
| Octal | 270 | 171 | 235 | 0 | 42 | 17 | 34 | 506 | 37 | 74 |
| Binary | 10111000 | 1111001 | 10011101 | 0 | 100010 | 1111 | 11100 | 101000110 | 11111 | 111100 |
Color Harmonies of #B8799D
Complementary color
Monochromatic Colors of #B8799D
Black with #B8799D
Text Example
Text Example
White with #B8799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8799D; }
p { color: rgb(184,121,157); }
H1.HeaderClassName
{
color: #B8799D;
}
.AnyTagClassName
{
color: #B8799D;
}
</style>
background-color css
<style>
a { background-color: #B8799D; }
a { background-color: rgb(184,121,157); }
div.DivClassName
{
background-color: #B8799D;
}
.BgClassName
{
background-color: #B8799D;
}
</style>
border-color css
<style>
span { border-color: #B8799D; }
span { border-color: rgb(184,121,157); }
td.TdClassName
{
border-color: #B8799D;
}
.TagClassName
{
border-color: #B8799D;
}
</style>