Shades of Bouquet #BF71A9
Tints of Bouquet #BF71A9
RGB
CMYK
RGB Variations
Color information
#BF71A9 (or 0xBF71A9) is known color: Bouquet. HEX triplet: BF, 71 and A9. RGB value is (191,113,169). Sum of RGB (Red+Green+Blue) = 191+113+169=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 113 (44.53% from 255 or 23.89% from 473); Blue value is 169 (66.41% from 255 or 35.73% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BF71A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF71A9 is #408E56. Grayscale: #8E8E8E. Windows color (decimal): -4230743 or 11104703. OLE color: 11104703.
HSL color Cylindrical-coordinate representation of color #BF71A9: hue angle of 316.92º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF71A9 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 113 | 169 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.25 |
| HSL | 316.92º | 0.38% | 0.6% | - |
| HSV(B) | 316.92º | 0.41% | 0.75% | - |
| XYZ | 34.55 | 25.75 | 40.69 | - |
| YUV | 142.71 | 142.84 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 113 | 169 | 0 | 0.41 | 0.12 | 0.25 | 316.92 | 0.38 | 0.6 |
| Hex | BF | 71 | A9 | 0 | 29 | C | 19 | 13D | 26 | 3C |
| Octal | 277 | 161 | 251 | 0 | 51 | 14 | 31 | 475 | 46 | 74 |
| Binary | 10111111 | 1110001 | 10101001 | 0 | 101001 | 1100 | 11001 | 100111101 | 100110 | 111100 |
Color Harmonies of #BF71A9
Complementary color
Monochromatic Colors of #BF71A9
Black with #BF71A9
Text Example
Text Example
White with #BF71A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF71A9; }
p { color: rgb(191,113,169); }
H1.HeaderClassName
{
color: #BF71A9;
}
.AnyTagClassName
{
color: #BF71A9;
}
</style>
background-color css
<style>
a { background-color: #BF71A9; }
a { background-color: rgb(191,113,169); }
div.DivClassName
{
background-color: #BF71A9;
}
.BgClassName
{
background-color: #BF71A9;
}
</style>
border-color css
<style>
span { border-color: #BF71A9; }
span { border-color: rgb(191,113,169); }
td.TdClassName
{
border-color: #BF71A9;
}
.TagClassName
{
border-color: #BF71A9;
}
</style>