Shades of Rio Grande #BFBC2D
Tints of Rio Grande #BFBC2D
RGB
CMYK
RGB Variations
Color information
#BFBC2D (or 0xBFBC2D) is known color: Rio Grande. HEX triplet: BF, BC and 2D. RGB value is (191,188,45). Sum of RGB (Red+Green+Blue) = 191+188+45=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 45 (17.97% from 255 or 10.61% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBC2D is #4043D2. Grayscale: #ADADAD. Windows color (decimal): -4211667 or 2997439. OLE color: 2997439.
HSL color Cylindrical-coordinate representation of color #BFBC2D: hue angle of 58.77º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BFBC2D is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 188 | 45 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.25 |
| HSL | 58.77º | 0.62% | 0.46% | - |
| HSV(B) | 58.77º | 0.76% | 0.75% | - |
| XYZ | 39.94 | 47.23 | 9.49 | - |
| YUV | 172.6 | 55.99 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 45 | 0 | 0.02 | 0.76 | 0.25 | 58.77 | 0.62 | 0.46 |
| Hex | BF | BC | 2D | 0 | 2 | 4C | 19 | 3B | 3E | 2E |
| Octal | 277 | 274 | 55 | 0 | 2 | 114 | 31 | 73 | 76 | 56 |
| Binary | 10111111 | 10111100 | 101101 | 0 | 10 | 1001100 | 11001 | 111011 | 111110 | 101110 |
Color Harmonies of #BFBC2D
Complementary color
Monochromatic Colors of #BFBC2D
Black with #BFBC2D
Text Example
Text Example
White with #BFBC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBC2D; }
p { color: rgb(191,188,45); }
H1.HeaderClassName
{
color: #BFBC2D;
}
.AnyTagClassName
{
color: #BFBC2D;
}
</style>
background-color css
<style>
a { background-color: #BFBC2D; }
a { background-color: rgb(191,188,45); }
div.DivClassName
{
background-color: #BFBC2D;
}
.BgClassName
{
background-color: #BFBC2D;
}
</style>
border-color css
<style>
span { border-color: #BFBC2D; }
span { border-color: rgb(191,188,45); }
td.TdClassName
{
border-color: #BFBC2D;
}
.TagClassName
{
border-color: #BFBC2D;
}
</style>