Shades of Wild Willow #BFC567
Tints of Wild Willow #BFC567
RGB
CMYK
RGB Variations
Color information
#BFC567 (or 0xBFC567) is known color: Wild Willow. HEX triplet: BF, C5 and 67. RGB value is (191,197,103). Sum of RGB (Red+Green+Blue) = 191+197+103=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 103 (40.62% from 255 or 20.98% from 491); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC567 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC567 is #403A98. Grayscale: #B8B8B8. Windows color (decimal): -4209305 or 6800831. OLE color: 6800831.
HSL color Cylindrical-coordinate representation of color #BFC567: hue angle of 63.83º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFC567 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 103 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.23 |
| HSL | 63.83º | 0.45% | 0.59% | - |
| HSV(B) | 63.83º | 0.48% | 0.77% | - |
| XYZ | 43.9 | 51.99 | 20.55 | - |
| YUV | 184.49 | 82.01 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 103 | 0.03 | 0 | 0.48 | 0.23 | 63.83 | 0.45 | 0.59 |
| Hex | BF | C5 | 67 | 3 | 0 | 30 | 17 | 40 | 2D | 3B |
| Octal | 277 | 305 | 147 | 3 | 0 | 60 | 27 | 100 | 55 | 73 |
| Binary | 10111111 | 11000101 | 1100111 | 11 | 0 | 110000 | 10111 | 1000000 | 101101 | 111011 |
Color Harmonies of #BFC567
Complementary color
Monochromatic Colors of #BFC567
Black with #BFC567
Text Example
Text Example
White with #BFC567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC567; }
p { color: rgb(191,197,103); }
H1.HeaderClassName
{
color: #BFC567;
}
.AnyTagClassName
{
color: #BFC567;
}
</style>
background-color css
<style>
a { background-color: #BFC567; }
a { background-color: rgb(191,197,103); }
div.DivClassName
{
background-color: #BFC567;
}
.BgClassName
{
background-color: #BFC567;
}
</style>
border-color css
<style>
span { border-color: #BFC567; }
span { border-color: rgb(191,197,103); }
td.TdClassName
{
border-color: #BFC567;
}
.TagClassName
{
border-color: #BFC567;
}
</style>