Shades of Wild Willow #BFC967
Tints of Wild Willow #BFC967
RGB
CMYK
RGB Variations
Color information
#BFC967 (or 0xBFC967) is known color: Wild Willow. HEX triplet: BF, C9 and 67. RGB value is (191,201,103). Sum of RGB (Red+Green+Blue) = 191+201+103=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 201 (78.91% from 255 or 40.61% from 495); Blue value is 103 (40.62% from 255 or 20.81% from 495); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC967 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC967 is #403698. Grayscale: #BBBBBB. Windows color (decimal): -4208281 or 6801855. OLE color: 6801855.
HSL color Cylindrical-coordinate representation of color #BFC967: hue angle of 66.12º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFC967 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 103 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.21 |
| HSL | 66.12º | 0.48% | 0.6% | - |
| HSV(B) | 66.12º | 0.49% | 0.79% | - |
| XYZ | 44.82 | 53.83 | 20.86 | - |
| YUV | 186.84 | 80.69 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 103 | 0.05 | 0 | 0.49 | 0.21 | 66.12 | 0.48 | 0.6 |
| Hex | BF | C9 | 67 | 5 | 0 | 31 | 15 | 42 | 30 | 3C |
| Octal | 277 | 311 | 147 | 5 | 0 | 61 | 25 | 102 | 60 | 74 |
| Binary | 10111111 | 11001001 | 1100111 | 101 | 0 | 110001 | 10101 | 1000010 | 110000 | 111100 |
Color Harmonies of #BFC967
Complementary color
Monochromatic Colors of #BFC967
Black with #BFC967
Text Example
Text Example
White with #BFC967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC967; }
p { color: rgb(191,201,103); }
H1.HeaderClassName
{
color: #BFC967;
}
.AnyTagClassName
{
color: #BFC967;
}
</style>
background-color css
<style>
a { background-color: #BFC967; }
a { background-color: rgb(191,201,103); }
div.DivClassName
{
background-color: #BFC967;
}
.BgClassName
{
background-color: #BFC967;
}
</style>
border-color css
<style>
span { border-color: #BFC967; }
span { border-color: rgb(191,201,103); }
td.TdClassName
{
border-color: #BFC967;
}
.TagClassName
{
border-color: #BFC967;
}
</style>