Shades of Wild Willow #BFC563
Tints of Wild Willow #BFC563
RGB
CMYK
RGB Variations
Color information
#BFC563 (or 0xBFC563) is known color: Wild Willow. HEX triplet: BF, C5 and 63. RGB value is (191,197,99). Sum of RGB (Red+Green+Blue) = 191+197+99=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 197 (77.34% from 255 or 40.45% from 487); Blue value is 99 (39.06% from 255 or 20.33% from 487); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC563 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC563 is #403A9C. Grayscale: #B8B8B8. Windows color (decimal): -4209309 or 6538687. OLE color: 6538687.
HSL color Cylindrical-coordinate representation of color #BFC563: hue angle of 63.67º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFC563 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 99 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.23 |
| HSL | 63.67º | 0.46% | 0.58% | - |
| HSV(B) | 63.67º | 0.5% | 0.77% | - |
| XYZ | 43.7 | 51.91 | 19.52 | - |
| YUV | 184.03 | 80.01 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 99 | 0.03 | 0 | 0.50 | 0.23 | 63.67 | 0.46 | 0.58 |
| Hex | BF | C5 | 63 | 3 | 0 | 32 | 17 | 40 | 2E | 3A |
| Octal | 277 | 305 | 143 | 3 | 0 | 62 | 27 | 100 | 56 | 72 |
| Binary | 10111111 | 11000101 | 1100011 | 11 | 0 | 110010 | 10111 | 1000000 | 101110 | 111010 |
Color Harmonies of #BFC563
Complementary color
Monochromatic Colors of #BFC563
Black with #BFC563
Text Example
Text Example
White with #BFC563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC563; }
p { color: rgb(191,197,99); }
H1.HeaderClassName
{
color: #BFC563;
}
.AnyTagClassName
{
color: #BFC563;
}
</style>
background-color css
<style>
a { background-color: #BFC563; }
a { background-color: rgb(191,197,99); }
div.DivClassName
{
background-color: #BFC563;
}
.BgClassName
{
background-color: #BFC563;
}
</style>
border-color css
<style>
span { border-color: #BFC563; }
span { border-color: rgb(191,197,99); }
td.TdClassName
{
border-color: #BFC563;
}
.TagClassName
{
border-color: #BFC563;
}
</style>