Shades of Rio Grande #BFCF15
Tints of Rio Grande #BFCF15
RGB
CMYK
RGB Variations
Color information
#BFCF15 (or 0xBFCF15) is known color: Rio Grande. HEX triplet: BF, CF and 15. RGB value is (191,207,21). Sum of RGB (Red+Green+Blue) = 191+207+21=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 207 (81.25% from 255 or 49.40% from 419); Blue value is 21 (8.59% from 255 or 5.01% from 419); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCF15 is #4030EA. Grayscale: #B5B5B5. Windows color (decimal): -4206827 or 1429439. OLE color: 1429439.
HSL color Cylindrical-coordinate representation of color #BFCF15: hue angle of 65.16º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFCF15 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 21 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.19 |
| HSL | 65.16º | 0.82% | 0.45% | - |
| HSV(B) | 65.16º | 0.9% | 0.81% | - |
| XYZ | 43.93 | 55.76 | 9.16 | - |
| YUV | 181.01 | 37.7 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 21 | 0.08 | 0 | 0.90 | 0.19 | 65.16 | 0.82 | 0.45 |
| Hex | BF | CF | 15 | 8 | 0 | 5A | 13 | 41 | 52 | 2D |
| Octal | 277 | 317 | 25 | 10 | 0 | 132 | 23 | 101 | 122 | 55 |
| Binary | 10111111 | 11001111 | 10101 | 1000 | 0 | 1011010 | 10011 | 1000001 | 1010010 | 101101 |
Color Harmonies of #BFCF15
Complementary color
Monochromatic Colors of #BFCF15
Black with #BFCF15
Text Example
Text Example
White with #BFCF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCF15; }
p { color: rgb(191,207,21); }
H1.HeaderClassName
{
color: #BFCF15;
}
.AnyTagClassName
{
color: #BFCF15;
}
</style>
background-color css
<style>
a { background-color: #BFCF15; }
a { background-color: rgb(191,207,21); }
div.DivClassName
{
background-color: #BFCF15;
}
.BgClassName
{
background-color: #BFCF15;
}
</style>
border-color css
<style>
span { border-color: #BFCF15; }
span { border-color: rgb(191,207,21); }
td.TdClassName
{
border-color: #BFCF15;
}
.TagClassName
{
border-color: #BFCF15;
}
</style>