Shades of Rio Grande #BFBE21
Tints of Rio Grande #BFBE21
RGB
CMYK
RGB Variations
Color information
#BFBE21 (or 0xBFBE21) is known color: Rio Grande. HEX triplet: BF, BE and 21. RGB value is (191,190,33). Sum of RGB (Red+Green+Blue) = 191+190+33=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 190 (74.61% from 255 or 45.89% from 414); Blue value is 33 (13.28% from 255 or 7.97% from 414); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBE21 is #4041DE. Grayscale: #ADADAD. Windows color (decimal): -4211167 or 2211519. OLE color: 2211519.
HSL color Cylindrical-coordinate representation of color #BFBE21: hue angle of 59.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BFBE21 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 190 | 33 | - |
| CMYK | 0 | 0.01 | 0.83 | 0.25 |
| HSL | 59.62º | 0.71% | 0.44% | - |
| HSV(B) | 59.62º | 0.83% | 0.75% | - |
| XYZ | 40.17 | 48.01 | 8.59 | - |
| YUV | 172.4 | 49.33 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 190 | 33 | 0 | 0.01 | 0.83 | 0.25 | 59.62 | 0.71 | 0.44 |
| Hex | BF | BE | 21 | 0 | 1 | 53 | 19 | 3C | 47 | 2C |
| Octal | 277 | 276 | 41 | 0 | 1 | 123 | 31 | 74 | 107 | 54 |
| Binary | 10111111 | 10111110 | 100001 | 0 | 1 | 1010011 | 11001 | 111100 | 1000111 | 101100 |
Color Harmonies of #BFBE21
Complementary color
Monochromatic Colors of #BFBE21
Black with #BFBE21
Text Example
Text Example
White with #BFBE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBE21; }
p { color: rgb(191,190,33); }
H1.HeaderClassName
{
color: #BFBE21;
}
.AnyTagClassName
{
color: #BFBE21;
}
</style>
background-color css
<style>
a { background-color: #BFBE21; }
a { background-color: rgb(191,190,33); }
div.DivClassName
{
background-color: #BFBE21;
}
.BgClassName
{
background-color: #BFBE21;
}
</style>
border-color css
<style>
span { border-color: #BFBE21; }
span { border-color: rgb(191,190,33); }
td.TdClassName
{
border-color: #BFBE21;
}
.TagClassName
{
border-color: #BFBE21;
}
</style>