Shades of Rio Grande #BFBC1D
Tints of Rio Grande #BFBC1D
RGB
CMYK
RGB Variations
Color information
#BFBC1D (or 0xBFBC1D) is known color: Rio Grande. HEX triplet: BF, BC and 1D. RGB value is (191,188,29). Sum of RGB (Red+Green+Blue) = 191+188+29=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 188 (73.83% from 255 or 46.08% from 408); Blue value is 29 (11.72% from 255 or 7.11% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBC1D is #4043E2. Grayscale: #ABABAB. Windows color (decimal): -4211683 or 1948863. OLE color: 1948863.
HSL color Cylindrical-coordinate representation of color #BFBC1D: hue angle of 58.89º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BFBC1D is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 188 | 29 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.25 |
| HSL | 58.89º | 0.74% | 0.43% | - |
| HSV(B) | 58.89º | 0.85% | 0.75% | - |
| XYZ | 39.69 | 47.13 | 8.17 | - |
| YUV | 170.77 | 47.99 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 29 | 0 | 0.02 | 0.85 | 0.25 | 58.89 | 0.74 | 0.43 |
| Hex | BF | BC | 1D | 0 | 2 | 55 | 19 | 3B | 4A | 2B |
| Octal | 277 | 274 | 35 | 0 | 2 | 125 | 31 | 73 | 112 | 53 |
| Binary | 10111111 | 10111100 | 11101 | 0 | 10 | 1010101 | 11001 | 111011 | 1001010 | 101011 |
Color Harmonies of #BFBC1D
Complementary color
Monochromatic Colors of #BFBC1D
Black with #BFBC1D
Text Example
Text Example
White with #BFBC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBC1D; }
p { color: rgb(191,188,29); }
H1.HeaderClassName
{
color: #BFBC1D;
}
.AnyTagClassName
{
color: #BFBC1D;
}
</style>
background-color css
<style>
a { background-color: #BFBC1D; }
a { background-color: rgb(191,188,29); }
div.DivClassName
{
background-color: #BFBC1D;
}
.BgClassName
{
background-color: #BFBC1D;
}
</style>
border-color css
<style>
span { border-color: #BFBC1D; }
span { border-color: rgb(191,188,29); }
td.TdClassName
{
border-color: #BFBC1D;
}
.TagClassName
{
border-color: #BFBC1D;
}
</style>