Shades of Bouquet #BF74A6
Tints of Bouquet #BF74A6
RGB
CMYK
RGB Variations
Color information
#BF74A6 (or 0xBF74A6) is known color: Bouquet. HEX triplet: BF, 74 and A6. RGB value is (191,116,166). Sum of RGB (Red+Green+Blue) = 191+116+166=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 116 (45.70% from 255 or 24.52% from 473); Blue value is 166 (65.23% from 255 or 35.10% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BF74A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF74A6 is #408B59. Grayscale: #909090. Windows color (decimal): -4229978 or 10908863. OLE color: 10908863.
HSL color Cylindrical-coordinate representation of color #BF74A6: hue angle of 320º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF74A6 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 116 | 166 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.25 |
| HSL | 320º | 0.37% | 0.6% | - |
| HSV(B) | 320º | 0.39% | 0.75% | - |
| XYZ | 34.61 | 26.32 | 39.33 | - |
| YUV | 144.13 | 140.35 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 116 | 166 | 0 | 0.39 | 0.13 | 0.25 | 320 | 0.37 | 0.6 |
| Hex | BF | 74 | A6 | 0 | 27 | D | 19 | 140 | 25 | 3C |
| Octal | 277 | 164 | 246 | 0 | 47 | 15 | 31 | 500 | 45 | 74 |
| Binary | 10111111 | 1110100 | 10100110 | 0 | 100111 | 1101 | 11001 | 101000000 | 100101 | 111100 |
Color Harmonies of #BF74A6
Complementary color
Monochromatic Colors of #BF74A6
Black with #BF74A6
Text Example
Text Example
White with #BF74A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF74A6; }
p { color: rgb(191,116,166); }
H1.HeaderClassName
{
color: #BF74A6;
}
.AnyTagClassName
{
color: #BF74A6;
}
</style>
background-color css
<style>
a { background-color: #BF74A6; }
a { background-color: rgb(191,116,166); }
div.DivClassName
{
background-color: #BF74A6;
}
.BgClassName
{
background-color: #BF74A6;
}
</style>
border-color css
<style>
span { border-color: #BF74A6; }
span { border-color: rgb(191,116,166); }
td.TdClassName
{
border-color: #BF74A6;
}
.TagClassName
{
border-color: #BF74A6;
}
</style>