Shades of Wild Willow #BFC269
Tints of Wild Willow #BFC269
RGB
CMYK
RGB Variations
Color information
#BFC269 (or 0xBFC269) is known color: Wild Willow. HEX triplet: BF, C2 and 69. RGB value is (191,194,105). Sum of RGB (Red+Green+Blue) = 191+194+105=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 194 (76.17% from 255 or 39.59% from 490); Blue value is 105 (41.41% from 255 or 21.43% from 490); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC269 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC269 is #403D96. Grayscale: #B7B7B7. Windows color (decimal): -4210071 or 6931135. OLE color: 6931135.
HSL color Cylindrical-coordinate representation of color #BFC269: hue angle of 62.02º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFC269 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 105 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.24 |
| HSL | 62.02º | 0.42% | 0.59% | - |
| HSV(B) | 62.02º | 0.46% | 0.76% | - |
| XYZ | 43.33 | 50.68 | 20.86 | - |
| YUV | 182.96 | 84.01 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 105 | 0.02 | 0 | 0.46 | 0.24 | 62.02 | 0.42 | 0.59 |
| Hex | BF | C2 | 69 | 2 | 0 | 2E | 18 | 3E | 2A | 3B |
| Octal | 277 | 302 | 151 | 2 | 0 | 56 | 30 | 76 | 52 | 73 |
| Binary | 10111111 | 11000010 | 1101001 | 10 | 0 | 101110 | 11000 | 111110 | 101010 | 111011 |
Color Harmonies of #BFC269
Complementary color
Monochromatic Colors of #BFC269
Black with #BFC269
Text Example
Text Example
White with #BFC269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC269; }
p { color: rgb(191,194,105); }
H1.HeaderClassName
{
color: #BFC269;
}
.AnyTagClassName
{
color: #BFC269;
}
</style>
background-color css
<style>
a { background-color: #BFC269; }
a { background-color: rgb(191,194,105); }
div.DivClassName
{
background-color: #BFC269;
}
.BgClassName
{
background-color: #BFC269;
}
</style>
border-color css
<style>
span { border-color: #BFC269; }
span { border-color: rgb(191,194,105); }
td.TdClassName
{
border-color: #BFC269;
}
.TagClassName
{
border-color: #BFC269;
}
</style>