Shades of Rio Grande #BFCF10
Tints of Rio Grande #BFCF10
RGB
CMYK
RGB Variations
Color information
#BFCF10 (or 0xBFCF10) is known color: Rio Grande. HEX triplet: BF, CF and 10. RGB value is (191,207,16). Sum of RGB (Red+Green+Blue) = 191+207+16=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 207 (81.25% from 255 or 50% from 414); Blue value is 16 (6.64% from 255 or 3.86% from 414); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCF10 is #4030EF. Grayscale: #B5B5B5. Windows color (decimal): -4206832 or 1101759. OLE color: 1101759.
HSL color Cylindrical-coordinate representation of color #BFCF10: hue angle of 65.03º degrees, saturation: 0.86, 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 #BFCF10 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 16 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.19 |
| HSL | 65.03º | 0.86% | 0.44% | - |
| HSV(B) | 65.03º | 0.92% | 0.81% | - |
| XYZ | 43.89 | 55.74 | 8.94 | - |
| YUV | 180.44 | 35.2 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 16 | 0.08 | 0 | 0.92 | 0.19 | 65.03 | 0.86 | 0.44 |
| Hex | BF | CF | 10 | 8 | 0 | 5C | 13 | 41 | 56 | 2C |
| Octal | 277 | 317 | 20 | 10 | 0 | 134 | 23 | 101 | 126 | 54 |
| Binary | 10111111 | 11001111 | 10000 | 1000 | 0 | 1011100 | 10011 | 1000001 | 1010110 | 101100 |
Color Harmonies of #BFCF10
Complementary color
Monochromatic Colors of #BFCF10
Black with #BFCF10
Text Example
Text Example
White with #BFCF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCF10; }
p { color: rgb(191,207,16); }
H1.HeaderClassName
{
color: #BFCF10;
}
.AnyTagClassName
{
color: #BFCF10;
}
</style>
background-color css
<style>
a { background-color: #BFCF10; }
a { background-color: rgb(191,207,16); }
div.DivClassName
{
background-color: #BFCF10;
}
.BgClassName
{
background-color: #BFCF10;
}
</style>
border-color css
<style>
span { border-color: #BFCF10; }
span { border-color: rgb(191,207,16); }
td.TdClassName
{
border-color: #BFCF10;
}
.TagClassName
{
border-color: #BFCF10;
}
</style>