Shades of Rio Grande #BFCF1B
Tints of Rio Grande #BFCF1B
RGB
CMYK
RGB Variations
Color information
#BFCF1B (or 0xBFCF1B) is known color: Rio Grande. HEX triplet: BF, CF and 1B. RGB value is (191,207,27). Sum of RGB (Red+Green+Blue) = 191+207+27=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 207 (81.25% from 255 or 48.71% from 425); Blue value is 27 (10.94% from 255 or 6.35% from 425); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCF1B is #4030E4. Grayscale: #B6B6B6. Windows color (decimal): -4206821 or 1822655. OLE color: 1822655.
HSL color Cylindrical-coordinate representation of color #BFCF1B: hue angle of 65.33º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BFCF1B is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 27 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.19 |
| HSL | 65.33º | 0.77% | 0.46% | - |
| HSV(B) | 65.33º | 0.87% | 0.81% | - |
| XYZ | 44 | 55.78 | 9.48 | - |
| YUV | 181.7 | 40.7 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 27 | 0.08 | 0 | 0.87 | 0.19 | 65.33 | 0.77 | 0.46 |
| Hex | BF | CF | 1B | 8 | 0 | 57 | 13 | 41 | 4D | 2E |
| Octal | 277 | 317 | 33 | 10 | 0 | 127 | 23 | 101 | 115 | 56 |
| Binary | 10111111 | 11001111 | 11011 | 1000 | 0 | 1010111 | 10011 | 1000001 | 1001101 | 101110 |
Color Harmonies of #BFCF1B
Complementary color
Monochromatic Colors of #BFCF1B
Black with #BFCF1B
Text Example
Text Example
White with #BFCF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCF1B; }
p { color: rgb(191,207,27); }
H1.HeaderClassName
{
color: #BFCF1B;
}
.AnyTagClassName
{
color: #BFCF1B;
}
</style>
background-color css
<style>
a { background-color: #BFCF1B; }
a { background-color: rgb(191,207,27); }
div.DivClassName
{
background-color: #BFCF1B;
}
.BgClassName
{
background-color: #BFCF1B;
}
</style>
border-color css
<style>
span { border-color: #BFCF1B; }
span { border-color: rgb(191,207,27); }
td.TdClassName
{
border-color: #BFCF1B;
}
.TagClassName
{
border-color: #BFCF1B;
}
</style>