Shades of Wild Willow #BFC663
Tints of Wild Willow #BFC663
RGB
CMYK
RGB Variations
Color information
#BFC663 (or 0xBFC663) is known color: Wild Willow. HEX triplet: BF, C6 and 63. RGB value is (191,198,99). Sum of RGB (Red+Green+Blue) = 191+198+99=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 198 (77.73% from 255 or 40.57% from 488); Blue value is 99 (39.06% from 255 or 20.29% from 488); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC663 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC663 is #40399C. Grayscale: #B9B9B9. Windows color (decimal): -4209053 or 6538943. OLE color: 6538943.
HSL color Cylindrical-coordinate representation of color #BFC663: hue angle of 64.24º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFC663 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 198 | 99 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.22 |
| HSL | 64.24º | 0.46% | 0.58% | - |
| HSV(B) | 64.24º | 0.5% | 0.78% | - |
| XYZ | 43.93 | 52.37 | 19.6 | - |
| YUV | 184.62 | 79.68 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 198 | 99 | 0.04 | 0 | 0.50 | 0.22 | 64.24 | 0.46 | 0.58 |
| Hex | BF | C6 | 63 | 4 | 0 | 32 | 16 | 40 | 2E | 3A |
| Octal | 277 | 306 | 143 | 4 | 0 | 62 | 26 | 100 | 56 | 72 |
| Binary | 10111111 | 11000110 | 1100011 | 100 | 0 | 110010 | 10110 | 1000000 | 101110 | 111010 |
Color Harmonies of #BFC663
Complementary color
Monochromatic Colors of #BFC663
Black with #BFC663
Text Example
Text Example
White with #BFC663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC663; }
p { color: rgb(191,198,99); }
H1.HeaderClassName
{
color: #BFC663;
}
.AnyTagClassName
{
color: #BFC663;
}
</style>
background-color css
<style>
a { background-color: #BFC663; }
a { background-color: rgb(191,198,99); }
div.DivClassName
{
background-color: #BFC663;
}
.BgClassName
{
background-color: #BFC663;
}
</style>
border-color css
<style>
span { border-color: #BFC663; }
span { border-color: rgb(191,198,99); }
td.TdClassName
{
border-color: #BFC663;
}
.TagClassName
{
border-color: #BFC663;
}
</style>