Shades of Wild Willow #BFCB71
Tints of Wild Willow #BFCB71
RGB
CMYK
RGB Variations
Color information
#BFCB71 (or 0xBFCB71) is known color: Wild Willow. HEX triplet: BF, CB and 71. RGB value is (191,203,113). Sum of RGB (Red+Green+Blue) = 191+203+113=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 113 (44.53% from 255 or 22.29% from 507); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCB71 is #40348E. Grayscale: #BDBDBD. Windows color (decimal): -4207759 or 7457727. OLE color: 7457727.
HSL color Cylindrical-coordinate representation of color #BFCB71: hue angle of 68º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFCB71 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 203 | 113 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.20 |
| HSL | 68º | 0.46% | 0.62% | - |
| HSV(B) | 68º | 0.44% | 0.8% | - |
| XYZ | 45.82 | 54.98 | 23.82 | - |
| YUV | 189.15 | 85.02 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 203 | 113 | 0.06 | 0 | 0.44 | 0.20 | 68 | 0.46 | 0.62 |
| Hex | BF | CB | 71 | 6 | 0 | 2C | 14 | 44 | 2E | 3E |
| Octal | 277 | 313 | 161 | 6 | 0 | 54 | 24 | 104 | 56 | 76 |
| Binary | 10111111 | 11001011 | 1110001 | 110 | 0 | 101100 | 10100 | 1000100 | 101110 | 111110 |
Color Harmonies of #BFCB71
Complementary color
Monochromatic Colors of #BFCB71
Black with #BFCB71
Text Example
Text Example
White with #BFCB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCB71; }
p { color: rgb(191,203,113); }
H1.HeaderClassName
{
color: #BFCB71;
}
.AnyTagClassName
{
color: #BFCB71;
}
</style>
background-color css
<style>
a { background-color: #BFCB71; }
a { background-color: rgb(191,203,113); }
div.DivClassName
{
background-color: #BFCB71;
}
.BgClassName
{
background-color: #BFCB71;
}
</style>
border-color css
<style>
span { border-color: #BFCB71; }
span { border-color: rgb(191,203,113); }
td.TdClassName
{
border-color: #BFCB71;
}
.TagClassName
{
border-color: #BFCB71;
}
</style>