Shades of Rio Grande #BFBD2E
Tints of Rio Grande #BFBD2E
RGB
CMYK
RGB Variations
Color information
#BFBD2E (or 0xBFBD2E) is known color: Rio Grande. HEX triplet: BF, BD and 2E. RGB value is (191,189,46). Sum of RGB (Red+Green+Blue) = 191+189+46=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 46 (18.36% from 255 or 10.80% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBD2E is #4042D1. Grayscale: #ADADAD. Windows color (decimal): -4211410 or 3063231. OLE color: 3063231.
HSL color Cylindrical-coordinate representation of color #BFBD2E: hue angle of 59.17º degrees, saturation: 0.61, 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 #BFBD2E is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 189 | 46 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.25 |
| HSL | 59.17º | 0.61% | 0.46% | - |
| HSV(B) | 59.17º | 0.76% | 0.75% | - |
| XYZ | 40.18 | 47.67 | 9.67 | - |
| YUV | 173.3 | 56.16 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 189 | 46 | 0 | 0.01 | 0.76 | 0.25 | 59.17 | 0.61 | 0.46 |
| Hex | BF | BD | 2E | 0 | 1 | 4C | 19 | 3B | 3D | 2E |
| Octal | 277 | 275 | 56 | 0 | 1 | 114 | 31 | 73 | 75 | 56 |
| Binary | 10111111 | 10111101 | 101110 | 0 | 1 | 1001100 | 11001 | 111011 | 111101 | 101110 |
Color Harmonies of #BFBD2E
Complementary color
Monochromatic Colors of #BFBD2E
Black with #BFBD2E
Text Example
Text Example
White with #BFBD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBD2E; }
p { color: rgb(191,189,46); }
H1.HeaderClassName
{
color: #BFBD2E;
}
.AnyTagClassName
{
color: #BFBD2E;
}
</style>
background-color css
<style>
a { background-color: #BFBD2E; }
a { background-color: rgb(191,189,46); }
div.DivClassName
{
background-color: #BFBD2E;
}
.BgClassName
{
background-color: #BFBD2E;
}
</style>
border-color css
<style>
span { border-color: #BFBD2E; }
span { border-color: rgb(191,189,46); }
td.TdClassName
{
border-color: #BFBD2E;
}
.TagClassName
{
border-color: #BFBD2E;
}
</style>