Shades of Bouquet #BF77AD
Tints of Bouquet #BF77AD
RGB
CMYK
RGB Variations
Color information
#BF77AD (or 0xBF77AD) is known color: Bouquet. HEX triplet: BF, 77 and AD. RGB value is (191,119,173). Sum of RGB (Red+Green+Blue) = 191+119+173=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 119 (46.88% from 255 or 24.64% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 191 - color contains mainly: red. Hex color #BF77AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF77AD is #408852. Grayscale: #929292. Windows color (decimal): -4229203 or 11368383. OLE color: 11368383.
HSL color Cylindrical-coordinate representation of color #BF77AD: hue angle of 315º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF77AD is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 119 | 173 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.25 |
| HSL | 315º | 0.36% | 0.61% | - |
| HSV(B) | 315º | 0.38% | 0.75% | - |
| XYZ | 35.63 | 27.29 | 42.92 | - |
| YUV | 146.68 | 142.85 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 119 | 173 | 0 | 0.38 | 0.09 | 0.25 | 315 | 0.36 | 0.61 |
| Hex | BF | 77 | AD | 0 | 26 | 9 | 19 | 13B | 24 | 3D |
| Octal | 277 | 167 | 255 | 0 | 46 | 11 | 31 | 473 | 44 | 75 |
| Binary | 10111111 | 1110111 | 10101101 | 0 | 100110 | 1001 | 11001 | 100111011 | 100100 | 111101 |
Color Harmonies of #BF77AD
Complementary color
Monochromatic Colors of #BF77AD
Black with #BF77AD
Text Example
Text Example
White with #BF77AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF77AD; }
p { color: rgb(191,119,173); }
H1.HeaderClassName
{
color: #BF77AD;
}
.AnyTagClassName
{
color: #BF77AD;
}
</style>
background-color css
<style>
a { background-color: #BF77AD; }
a { background-color: rgb(191,119,173); }
div.DivClassName
{
background-color: #BF77AD;
}
.BgClassName
{
background-color: #BF77AD;
}
</style>
border-color css
<style>
span { border-color: #BF77AD; }
span { border-color: rgb(191,119,173); }
td.TdClassName
{
border-color: #BF77AD;
}
.TagClassName
{
border-color: #BF77AD;
}
</style>