Shades of Rio Grande #BFCF19
Tints of Rio Grande #BFCF19
RGB
CMYK
RGB Variations
Color information
#BFCF19 (or 0xBFCF19) is known color: Rio Grande. HEX triplet: BF, CF and 19. RGB value is (191,207,25). Sum of RGB (Red+Green+Blue) = 191+207+25=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 207 (81.25% from 255 or 48.94% from 423); Blue value is 25 (10.16% from 255 or 5.91% from 423); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCF19 is #4030E6. Grayscale: #B6B6B6. Windows color (decimal): -4206823 or 1691583. OLE color: 1691583.
HSL color Cylindrical-coordinate representation of color #BFCF19: hue angle of 65.27º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BFCF19 is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 25 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.19 |
| HSL | 65.27º | 0.78% | 0.45% | - |
| HSV(B) | 65.27º | 0.88% | 0.81% | - |
| XYZ | 43.97 | 55.77 | 9.37 | - |
| YUV | 181.47 | 39.7 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 25 | 0.08 | 0 | 0.88 | 0.19 | 65.27 | 0.78 | 0.45 |
| Hex | BF | CF | 19 | 8 | 0 | 58 | 13 | 41 | 4E | 2D |
| Octal | 277 | 317 | 31 | 10 | 0 | 130 | 23 | 101 | 116 | 55 |
| Binary | 10111111 | 11001111 | 11001 | 1000 | 0 | 1011000 | 10011 | 1000001 | 1001110 | 101101 |
Color Harmonies of #BFCF19
Complementary color
Monochromatic Colors of #BFCF19
Black with #BFCF19
Text Example
Text Example
White with #BFCF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCF19; }
p { color: rgb(191,207,25); }
H1.HeaderClassName
{
color: #BFCF19;
}
.AnyTagClassName
{
color: #BFCF19;
}
</style>
background-color css
<style>
a { background-color: #BFCF19; }
a { background-color: rgb(191,207,25); }
div.DivClassName
{
background-color: #BFCF19;
}
.BgClassName
{
background-color: #BFCF19;
}
</style>
border-color css
<style>
span { border-color: #BFCF19; }
span { border-color: rgb(191,207,25); }
td.TdClassName
{
border-color: #BFCF19;
}
.TagClassName
{
border-color: #BFCF19;
}
</style>