Shades of Bouquet #BF73A6
Tints of Bouquet #BF73A6
RGB
CMYK
RGB Variations
Color information
#BF73A6 (or 0xBF73A6) is known color: Bouquet. HEX triplet: BF, 73 and A6. RGB value is (191,115,166). Sum of RGB (Red+Green+Blue) = 191+115+166=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 115 (45.31% from 255 or 24.36% from 472); Blue value is 166 (65.23% from 255 or 35.17% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BF73A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF73A6 is #408C59. Grayscale: #8F8F8F. Windows color (decimal): -4230234 or 10908607. OLE color: 10908607.
HSL color Cylindrical-coordinate representation of color #BF73A6: hue angle of 319.74º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF73A6 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 115 | 166 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.25 |
| HSL | 319.74º | 0.37% | 0.6% | - |
| HSV(B) | 319.74º | 0.4% | 0.75% | - |
| XYZ | 34.5 | 26.09 | 39.29 | - |
| YUV | 143.54 | 140.68 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 115 | 166 | 0 | 0.40 | 0.13 | 0.25 | 319.74 | 0.37 | 0.6 |
| Hex | BF | 73 | A6 | 0 | 28 | D | 19 | 140 | 25 | 3C |
| Octal | 277 | 163 | 246 | 0 | 50 | 15 | 31 | 500 | 45 | 74 |
| Binary | 10111111 | 1110011 | 10100110 | 0 | 101000 | 1101 | 11001 | 101000000 | 100101 | 111100 |
Color Harmonies of #BF73A6
Complementary color
Monochromatic Colors of #BF73A6
Black with #BF73A6
Text Example
Text Example
White with #BF73A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF73A6; }
p { color: rgb(191,115,166); }
H1.HeaderClassName
{
color: #BF73A6;
}
.AnyTagClassName
{
color: #BF73A6;
}
</style>
background-color css
<style>
a { background-color: #BF73A6; }
a { background-color: rgb(191,115,166); }
div.DivClassName
{
background-color: #BF73A6;
}
.BgClassName
{
background-color: #BF73A6;
}
</style>
border-color css
<style>
span { border-color: #BF73A6; }
span { border-color: rgb(191,115,166); }
td.TdClassName
{
border-color: #BF73A6;
}
.TagClassName
{
border-color: #BF73A6;
}
</style>