Shades of Wild Willow #BFC159
Tints of Wild Willow #BFC159
RGB
CMYK
RGB Variations
Color information
#BFC159 (or 0xBFC159) is known color: Wild Willow. HEX triplet: BF, C1 and 59. RGB value is (191,193,89). Sum of RGB (Red+Green+Blue) = 191+193+89=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 89 (35.16% from 255 or 18.82% from 473); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC159 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC159 is #403EA6. Grayscale: #B4B4B4. Windows color (decimal): -4210343 or 5882303. OLE color: 5882303.
HSL color Cylindrical-coordinate representation of color #BFC159: hue angle of 61.15º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFC159 is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 193 | 89 | - |
| CMYK | 0.01 | 0 | 0.54 | 0.24 |
| HSL | 61.15º | 0.46% | 0.55% | - |
| HSV(B) | 61.15º | 0.54% | 0.76% | - |
| XYZ | 42.36 | 49.94 | 16.86 | - |
| YUV | 180.55 | 76.34 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 89 | 0.01 | 0 | 0.54 | 0.24 | 61.15 | 0.46 | 0.55 |
| Hex | BF | C1 | 59 | 1 | 0 | 36 | 18 | 3D | 2E | 37 |
| Octal | 277 | 301 | 131 | 1 | 0 | 66 | 30 | 75 | 56 | 67 |
| Binary | 10111111 | 11000001 | 1011001 | 1 | 0 | 110110 | 11000 | 111101 | 101110 | 110111 |
Color Harmonies of #BFC159
Complementary color
Monochromatic Colors of #BFC159
Black with #BFC159
Text Example
Text Example
White with #BFC159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC159; }
p { color: rgb(191,193,89); }
H1.HeaderClassName
{
color: #BFC159;
}
.AnyTagClassName
{
color: #BFC159;
}
</style>
background-color css
<style>
a { background-color: #BFC159; }
a { background-color: rgb(191,193,89); }
div.DivClassName
{
background-color: #BFC159;
}
.BgClassName
{
background-color: #BFC159;
}
</style>
border-color css
<style>
span { border-color: #BFC159; }
span { border-color: rgb(191,193,89); }
td.TdClassName
{
border-color: #BFC159;
}
.TagClassName
{
border-color: #BFC159;
}
</style>