Shades of Bouquet #BF79A9
Tints of Bouquet #BF79A9
RGB
CMYK
RGB Variations
Color information
#BF79A9 (or 0xBF79A9) is known color: Bouquet. HEX triplet: BF, 79 and A9. RGB value is (191,121,169). Sum of RGB (Red+Green+Blue) = 191+121+169=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 121 (47.66% from 255 or 25.16% from 481); Blue value is 169 (66.41% from 255 or 35.14% from 481); Max value from RGB is 191 - color contains mainly: red. Hex color #BF79A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF79A9 is #408656. Grayscale: #939393. Windows color (decimal): -4228695 or 11106751. OLE color: 11106751.
HSL color Cylindrical-coordinate representation of color #BF79A9: hue angle of 318.86º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF79A9 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 121 | 169 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.25 |
| HSL | 318.86º | 0.35% | 0.61% | - |
| HSV(B) | 318.86º | 0.37% | 0.75% | - |
| XYZ | 35.48 | 27.62 | 41 | - |
| YUV | 147.4 | 140.19 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 121 | 169 | 0 | 0.37 | 0.12 | 0.25 | 318.86 | 0.35 | 0.61 |
| Hex | BF | 79 | A9 | 0 | 25 | C | 19 | 13F | 23 | 3D |
| Octal | 277 | 171 | 251 | 0 | 45 | 14 | 31 | 477 | 43 | 75 |
| Binary | 10111111 | 1111001 | 10101001 | 0 | 100101 | 1100 | 11001 | 100111111 | 100011 | 111101 |
Color Harmonies of #BF79A9
Complementary color
Monochromatic Colors of #BF79A9
Black with #BF79A9
Text Example
Text Example
White with #BF79A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF79A9; }
p { color: rgb(191,121,169); }
H1.HeaderClassName
{
color: #BF79A9;
}
.AnyTagClassName
{
color: #BF79A9;
}
</style>
background-color css
<style>
a { background-color: #BF79A9; }
a { background-color: rgb(191,121,169); }
div.DivClassName
{
background-color: #BF79A9;
}
.BgClassName
{
background-color: #BF79A9;
}
</style>
border-color css
<style>
span { border-color: #BF79A9; }
span { border-color: rgb(191,121,169); }
td.TdClassName
{
border-color: #BF79A9;
}
.TagClassName
{
border-color: #BF79A9;
}
</style>