Shades of Bouquet #BF74AA
Tints of Bouquet #BF74AA
RGB
CMYK
RGB Variations
Color information
#BF74AA (or 0xBF74AA) is known color: Bouquet. HEX triplet: BF, 74 and AA. RGB value is (191,116,170). Sum of RGB (Red+Green+Blue) = 191+116+170=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 116 (45.70% from 255 or 24.32% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BF74AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF74AA is #408B55. Grayscale: #909090. Windows color (decimal): -4229974 or 11171007. OLE color: 11171007.
HSL color Cylindrical-coordinate representation of color #BF74AA: hue angle of 316.8º 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 #BF74AA is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 116 | 170 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.25 |
| HSL | 316.8º | 0.37% | 0.6% | - |
| HSV(B) | 316.8º | 0.39% | 0.75% | - |
| XYZ | 34.99 | 26.47 | 41.3 | - |
| YUV | 144.58 | 142.35 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 116 | 170 | 0 | 0.39 | 0.11 | 0.25 | 316.8 | 0.37 | 0.6 |
| Hex | BF | 74 | AA | 0 | 27 | B | 19 | 13D | 25 | 3C |
| Octal | 277 | 164 | 252 | 0 | 47 | 13 | 31 | 475 | 45 | 74 |
| Binary | 10111111 | 1110100 | 10101010 | 0 | 100111 | 1011 | 11001 | 100111101 | 100101 | 111100 |
Color Harmonies of #BF74AA
Complementary color
Monochromatic Colors of #BF74AA
Black with #BF74AA
Text Example
Text Example
White with #BF74AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF74AA; }
p { color: rgb(191,116,170); }
H1.HeaderClassName
{
color: #BF74AA;
}
.AnyTagClassName
{
color: #BF74AA;
}
</style>
background-color css
<style>
a { background-color: #BF74AA; }
a { background-color: rgb(191,116,170); }
div.DivClassName
{
background-color: #BF74AA;
}
.BgClassName
{
background-color: #BF74AA;
}
</style>
border-color css
<style>
span { border-color: #BF74AA; }
span { border-color: rgb(191,116,170); }
td.TdClassName
{
border-color: #BF74AA;
}
.TagClassName
{
border-color: #BF74AA;
}
</style>