Shades of Rio Grande #BFBE1E
Tints of Rio Grande #BFBE1E
RGB
CMYK
RGB Variations
Color information
#BFBE1E (or 0xBFBE1E) is known color: Rio Grande. HEX triplet: BF, BE and 1E. RGB value is (191,190,30). Sum of RGB (Red+Green+Blue) = 191+190+30=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 190 (74.61% from 255 or 46.23% from 411); Blue value is 30 (12.11% from 255 or 7.30% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBE1E is #4041E1. Grayscale: #ACACAC. Windows color (decimal): -4211170 or 2014911. OLE color: 2014911.
HSL color Cylindrical-coordinate representation of color #BFBE1E: hue angle of 59.63º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BFBE1E is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 190 | 30 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.25 |
| HSL | 59.63º | 0.73% | 0.43% | - |
| HSV(B) | 59.63º | 0.84% | 0.75% | - |
| XYZ | 40.13 | 48 | 8.38 | - |
| YUV | 172.06 | 47.83 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 190 | 30 | 0 | 0.01 | 0.84 | 0.25 | 59.63 | 0.73 | 0.43 |
| Hex | BF | BE | 1E | 0 | 1 | 54 | 19 | 3C | 49 | 2B |
| Octal | 277 | 276 | 36 | 0 | 1 | 124 | 31 | 74 | 111 | 53 |
| Binary | 10111111 | 10111110 | 11110 | 0 | 1 | 1010100 | 11001 | 111100 | 1001001 | 101011 |
Color Harmonies of #BFBE1E
Complementary color
Monochromatic Colors of #BFBE1E
Black with #BFBE1E
Text Example
Text Example
White with #BFBE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBE1E; }
p { color: rgb(191,190,30); }
H1.HeaderClassName
{
color: #BFBE1E;
}
.AnyTagClassName
{
color: #BFBE1E;
}
</style>
background-color css
<style>
a { background-color: #BFBE1E; }
a { background-color: rgb(191,190,30); }
div.DivClassName
{
background-color: #BFBE1E;
}
.BgClassName
{
background-color: #BFBE1E;
}
</style>
border-color css
<style>
span { border-color: #BFBE1E; }
span { border-color: rgb(191,190,30); }
td.TdClassName
{
border-color: #BFBE1E;
}
.TagClassName
{
border-color: #BFBE1E;
}
</style>