Shades of Wild Willow #BFC755
Tints of Wild Willow #BFC755
RGB
CMYK
RGB Variations
Color information
#BFC755 (or 0xBFC755) is known color: Wild Willow. HEX triplet: BF, C7 and 55. RGB value is (191,199,85). Sum of RGB (Red+Green+Blue) = 191+199+85=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 199 (78.12% from 255 or 41.89% from 475); Blue value is 85 (33.59% from 255 or 17.89% from 475); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC755 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC755 is #4038AA. Grayscale: #B8B8B8. Windows color (decimal): -4208811 or 5621695. OLE color: 5621695.
HSL color Cylindrical-coordinate representation of color #BFC755: hue angle of 64.21º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFC755 is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 199 | 85 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.22 |
| HSL | 64.21º | 0.5% | 0.56% | - |
| HSV(B) | 64.21º | 0.57% | 0.78% | - |
| XYZ | 43.55 | 52.58 | 16.45 | - |
| YUV | 183.61 | 72.35 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 199 | 85 | 0.04 | 0 | 0.57 | 0.22 | 64.21 | 0.5 | 0.56 |
| Hex | BF | C7 | 55 | 4 | 0 | 39 | 16 | 40 | 32 | 38 |
| Octal | 277 | 307 | 125 | 4 | 0 | 71 | 26 | 100 | 62 | 70 |
| Binary | 10111111 | 11000111 | 1010101 | 100 | 0 | 111001 | 10110 | 1000000 | 110010 | 111000 |
Color Harmonies of #BFC755
Complementary color
Monochromatic Colors of #BFC755
Black with #BFC755
Text Example
Text Example
White with #BFC755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC755; }
p { color: rgb(191,199,85); }
H1.HeaderClassName
{
color: #BFC755;
}
.AnyTagClassName
{
color: #BFC755;
}
</style>
background-color css
<style>
a { background-color: #BFC755; }
a { background-color: rgb(191,199,85); }
div.DivClassName
{
background-color: #BFC755;
}
.BgClassName
{
background-color: #BFC755;
}
</style>
border-color css
<style>
span { border-color: #BFC755; }
span { border-color: rgb(191,199,85); }
td.TdClassName
{
border-color: #BFC755;
}
.TagClassName
{
border-color: #BFC755;
}
</style>