Shades of Rio Grande #BFCF11
Tints of Rio Grande #BFCF11
RGB
CMYK
RGB Variations
Color information
#BFCF11 (or 0xBFCF11) is known color: Rio Grande. HEX triplet: BF, CF and 11. RGB value is (191,207,17). Sum of RGB (Red+Green+Blue) = 191+207+17=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 207 (81.25% from 255 or 49.88% from 415); Blue value is 17 (7.03% from 255 or 4.10% from 415); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCF11 is #4030EE. Grayscale: #B5B5B5. Windows color (decimal): -4206831 or 1167295. OLE color: 1167295.
HSL color Cylindrical-coordinate representation of color #BFCF11: hue angle of 65.05º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFCF11 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 17 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.19 |
| HSL | 65.05º | 0.85% | 0.44% | - |
| HSV(B) | 65.05º | 0.92% | 0.81% | - |
| XYZ | 43.9 | 55.74 | 8.98 | - |
| YUV | 180.56 | 35.7 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 17 | 0.08 | 0 | 0.92 | 0.19 | 65.05 | 0.85 | 0.44 |
| Hex | BF | CF | 11 | 8 | 0 | 5C | 13 | 41 | 55 | 2C |
| Octal | 277 | 317 | 21 | 10 | 0 | 134 | 23 | 101 | 125 | 54 |
| Binary | 10111111 | 11001111 | 10001 | 1000 | 0 | 1011100 | 10011 | 1000001 | 1010101 | 101100 |
Color Harmonies of #BFCF11
Complementary color
Monochromatic Colors of #BFCF11
Black with #BFCF11
Text Example
Text Example
White with #BFCF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCF11; }
p { color: rgb(191,207,17); }
H1.HeaderClassName
{
color: #BFCF11;
}
.AnyTagClassName
{
color: #BFCF11;
}
</style>
background-color css
<style>
a { background-color: #BFCF11; }
a { background-color: rgb(191,207,17); }
div.DivClassName
{
background-color: #BFCF11;
}
.BgClassName
{
background-color: #BFCF11;
}
</style>
border-color css
<style>
span { border-color: #BFCF11; }
span { border-color: rgb(191,207,17); }
td.TdClassName
{
border-color: #BFCF11;
}
.TagClassName
{
border-color: #BFCF11;
}
</style>