Shades of Bouquet #BF79A1
Tints of Bouquet #BF79A1
RGB
CMYK
RGB Variations
Color information
#BF79A1 (or 0xBF79A1) is known color: Bouquet. HEX triplet: BF, 79 and A1. RGB value is (191,121,161). Sum of RGB (Red+Green+Blue) = 191+121+161=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 121 (47.66% from 255 or 25.58% from 473); Blue value is 161 (63.28% from 255 or 34.04% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BF79A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF79A1 is #40865E. Grayscale: #929292. Windows color (decimal): -4228703 or 10582463. OLE color: 10582463.
HSL color Cylindrical-coordinate representation of color #BF79A1: hue angle of 325.71º 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 #BF79A1 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 121 | 161 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.25 |
| HSL | 325.71º | 0.35% | 0.61% | - |
| HSV(B) | 325.71º | 0.37% | 0.75% | - |
| XYZ | 34.76 | 27.32 | 37.16 | - |
| YUV | 146.49 | 136.19 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 121 | 161 | 0 | 0.37 | 0.16 | 0.25 | 325.71 | 0.35 | 0.61 |
| Hex | BF | 79 | A1 | 0 | 25 | 10 | 19 | 146 | 23 | 3D |
| Octal | 277 | 171 | 241 | 0 | 45 | 20 | 31 | 506 | 43 | 75 |
| Binary | 10111111 | 1111001 | 10100001 | 0 | 100101 | 10000 | 11001 | 101000110 | 100011 | 111101 |
Color Harmonies of #BF79A1
Complementary color
Monochromatic Colors of #BF79A1
Black with #BF79A1
Text Example
Text Example
White with #BF79A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF79A1; }
p { color: rgb(191,121,161); }
H1.HeaderClassName
{
color: #BF79A1;
}
.AnyTagClassName
{
color: #BF79A1;
}
</style>
background-color css
<style>
a { background-color: #BF79A1; }
a { background-color: rgb(191,121,161); }
div.DivClassName
{
background-color: #BF79A1;
}
.BgClassName
{
background-color: #BF79A1;
}
</style>
border-color css
<style>
span { border-color: #BF79A1; }
span { border-color: rgb(191,121,161); }
td.TdClassName
{
border-color: #BF79A1;
}
.TagClassName
{
border-color: #BF79A1;
}
</style>