Shades of Wild Willow #BFC969
Tints of Wild Willow #BFC969
RGB
CMYK
RGB Variations
Color information
#BFC969 (or 0xBFC969) is known color: Wild Willow. HEX triplet: BF, C9 and 69. RGB value is (191,201,105). Sum of RGB (Red+Green+Blue) = 191+201+105=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 105 (41.41% from 255 or 21.13% from 497); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC969 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC969 is #403696. Grayscale: #BBBBBB. Windows color (decimal): -4208279 or 6932927. OLE color: 6932927.
HSL color Cylindrical-coordinate representation of color #BFC969: hue angle of 66.25º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFC969 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 105 | - |
| CMYK | 0.05 | 0 | 0.48 | 0.21 |
| HSL | 66.25º | 0.47% | 0.6% | - |
| HSV(B) | 66.25º | 0.48% | 0.79% | - |
| XYZ | 44.92 | 53.87 | 21.39 | - |
| YUV | 187.07 | 81.69 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 105 | 0.05 | 0 | 0.48 | 0.21 | 66.25 | 0.47 | 0.6 |
| Hex | BF | C9 | 69 | 5 | 0 | 30 | 15 | 42 | 2F | 3C |
| Octal | 277 | 311 | 151 | 5 | 0 | 60 | 25 | 102 | 57 | 74 |
| Binary | 10111111 | 11001001 | 1101001 | 101 | 0 | 110000 | 10101 | 1000010 | 101111 | 111100 |
Color Harmonies of #BFC969
Complementary color
Monochromatic Colors of #BFC969
Black with #BFC969
Text Example
Text Example
White with #BFC969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC969; }
p { color: rgb(191,201,105); }
H1.HeaderClassName
{
color: #BFC969;
}
.AnyTagClassName
{
color: #BFC969;
}
</style>
background-color css
<style>
a { background-color: #BFC969; }
a { background-color: rgb(191,201,105); }
div.DivClassName
{
background-color: #BFC969;
}
.BgClassName
{
background-color: #BFC969;
}
</style>
border-color css
<style>
span { border-color: #BFC969; }
span { border-color: rgb(191,201,105); }
td.TdClassName
{
border-color: #BFC969;
}
.TagClassName
{
border-color: #BFC969;
}
</style>