Shades of Bouquet #B8799A
Tints of Bouquet #B8799A
RGB
CMYK
RGB Variations
Color information
#B8799A (or 0xB8799A) is known color: Bouquet. HEX triplet: B8, 79 and 9A. RGB value is (184,121,154). Sum of RGB (Red+Green+Blue) = 184+121+154=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 121 (47.66% from 255 or 26.36% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 184 - color contains mainly: red. Hex color #B8799A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8799A is #478665. Grayscale: #8F8F8F. Windows color (decimal): -4687462 or 10123704. OLE color: 10123704.
HSL color Cylindrical-coordinate representation of color #B8799A: hue angle of 328.57º 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 #B8799A is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 121 | 154 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.28 |
| HSL | 328.57º | 0.31% | 0.6% | - |
| HSV(B) | 328.57º | 0.34% | 0.72% | - |
| XYZ | 32.44 | 26.2 | 33.92 | - |
| YUV | 143.6 | 133.87 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 121 | 154 | 0 | 0.34 | 0.16 | 0.28 | 328.57 | 0.31 | 0.6 |
| Hex | B8 | 79 | 9A | 0 | 22 | 10 | 1C | 149 | 1F | 3C |
| Octal | 270 | 171 | 232 | 0 | 42 | 20 | 34 | 511 | 37 | 74 |
| Binary | 10111000 | 1111001 | 10011010 | 0 | 100010 | 10000 | 11100 | 101001001 | 11111 | 111100 |
Color Harmonies of #B8799A
Complementary color
Monochromatic Colors of #B8799A
Black with #B8799A
Text Example
Text Example
White with #B8799A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8799A; }
p { color: rgb(184,121,154); }
H1.HeaderClassName
{
color: #B8799A;
}
.AnyTagClassName
{
color: #B8799A;
}
</style>
background-color css
<style>
a { background-color: #B8799A; }
a { background-color: rgb(184,121,154); }
div.DivClassName
{
background-color: #B8799A;
}
.BgClassName
{
background-color: #B8799A;
}
</style>
border-color css
<style>
span { border-color: #B8799A; }
span { border-color: rgb(184,121,154); }
td.TdClassName
{
border-color: #B8799A;
}
.TagClassName
{
border-color: #B8799A;
}
</style>