Shades of Bouquet #B8799F
Tints of Bouquet #B8799F
RGB
CMYK
RGB Variations
Color information
#B8799F (or 0xB8799F) is known color: Bouquet. HEX triplet: B8, 79 and 9F. RGB value is (184,121,159). Sum of RGB (Red+Green+Blue) = 184+121+159=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 121 (47.66% from 255 or 26.08% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 184 - color contains mainly: red. Hex color #B8799F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8799F is #478660. Grayscale: #909090. Windows color (decimal): -4687457 or 10451384. OLE color: 10451384.
HSL color Cylindrical-coordinate representation of color #B8799F: hue angle of 323.81º 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 #B8799F is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 121 | 159 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.28 |
| HSL | 323.81º | 0.31% | 0.6% | - |
| HSV(B) | 323.81º | 0.34% | 0.72% | - |
| XYZ | 32.86 | 26.37 | 36.16 | - |
| YUV | 144.17 | 136.37 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 121 | 159 | 0 | 0.34 | 0.14 | 0.28 | 323.81 | 0.31 | 0.6 |
| Hex | B8 | 79 | 9F | 0 | 22 | E | 1C | 144 | 1F | 3C |
| Octal | 270 | 171 | 237 | 0 | 42 | 16 | 34 | 504 | 37 | 74 |
| Binary | 10111000 | 1111001 | 10011111 | 0 | 100010 | 1110 | 11100 | 101000100 | 11111 | 111100 |
Color Harmonies of #B8799F
Complementary color
Monochromatic Colors of #B8799F
Black with #B8799F
Text Example
Text Example
White with #B8799F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8799F; }
p { color: rgb(184,121,159); }
H1.HeaderClassName
{
color: #B8799F;
}
.AnyTagClassName
{
color: #B8799F;
}
</style>
background-color css
<style>
a { background-color: #B8799F; }
a { background-color: rgb(184,121,159); }
div.DivClassName
{
background-color: #B8799F;
}
.BgClassName
{
background-color: #B8799F;
}
</style>
border-color css
<style>
span { border-color: #B8799F; }
span { border-color: rgb(184,121,159); }
td.TdClassName
{
border-color: #B8799F;
}
.TagClassName
{
border-color: #B8799F;
}
</style>