Shades of Bouquet #BF74A3
Tints of Bouquet #BF74A3
RGB
CMYK
RGB Variations
Color information
#BF74A3 (or 0xBF74A3) is known color: Bouquet. HEX triplet: BF, 74 and A3. RGB value is (191,116,163). Sum of RGB (Red+Green+Blue) = 191+116+163=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 163 (64.06% from 255 or 34.68% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BF74A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF74A3 is #408B5C. Grayscale: #8F8F8F. Windows color (decimal): -4229981 or 10712255. OLE color: 10712255.
HSL color Cylindrical-coordinate representation of color #BF74A3: hue angle of 322.4º 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 #BF74A3 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 116 | 163 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.25 |
| HSL | 322.4º | 0.37% | 0.6% | - |
| HSV(B) | 322.4º | 0.39% | 0.75% | - |
| XYZ | 34.34 | 26.21 | 37.9 | - |
| YUV | 143.78 | 138.85 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 116 | 163 | 0 | 0.39 | 0.15 | 0.25 | 322.4 | 0.37 | 0.6 |
| Hex | BF | 74 | A3 | 0 | 27 | F | 19 | 142 | 25 | 3C |
| Octal | 277 | 164 | 243 | 0 | 47 | 17 | 31 | 502 | 45 | 74 |
| Binary | 10111111 | 1110100 | 10100011 | 0 | 100111 | 1111 | 11001 | 101000010 | 100101 | 111100 |
Color Harmonies of #BF74A3
Complementary color
Monochromatic Colors of #BF74A3
Black with #BF74A3
Text Example
Text Example
White with #BF74A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF74A3; }
p { color: rgb(191,116,163); }
H1.HeaderClassName
{
color: #BF74A3;
}
.AnyTagClassName
{
color: #BF74A3;
}
</style>
background-color css
<style>
a { background-color: #BF74A3; }
a { background-color: rgb(191,116,163); }
div.DivClassName
{
background-color: #BF74A3;
}
.BgClassName
{
background-color: #BF74A3;
}
</style>
border-color css
<style>
span { border-color: #BF74A3; }
span { border-color: rgb(191,116,163); }
td.TdClassName
{
border-color: #BF74A3;
}
.TagClassName
{
border-color: #BF74A3;
}
</style>