Shades of Rio Grande #BFBA26
Tints of Rio Grande #BFBA26
RGB
CMYK
RGB Variations
Color information
#BFBA26 (or 0xBFBA26) is known color: Rio Grande. HEX triplet: BF, BA and 26. RGB value is (191,186,38). Sum of RGB (Red+Green+Blue) = 191+186+38=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 38 (15.23% from 255 or 9.16% from 415); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBA26 is #4045D9. Grayscale: #ABABAB. Windows color (decimal): -4212186 or 2538175. OLE color: 2538175.
HSL color Cylindrical-coordinate representation of color #BFBA26: hue angle of 58.04º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BFBA26 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 186 | 38 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.25 |
| HSL | 58.04º | 0.67% | 0.45% | - |
| HSV(B) | 58.04º | 0.8% | 0.75% | - |
| XYZ | 39.39 | 46.33 | 8.7 | - |
| YUV | 170.62 | 53.16 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 38 | 0 | 0.03 | 0.80 | 0.25 | 58.04 | 0.67 | 0.45 |
| Hex | BF | BA | 26 | 0 | 3 | 50 | 19 | 3A | 43 | 2D |
| Octal | 277 | 272 | 46 | 0 | 3 | 120 | 31 | 72 | 103 | 55 |
| Binary | 10111111 | 10111010 | 100110 | 0 | 11 | 1010000 | 11001 | 111010 | 1000011 | 101101 |
Color Harmonies of #BFBA26
Complementary color
Monochromatic Colors of #BFBA26
Black with #BFBA26
Text Example
Text Example
White with #BFBA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBA26; }
p { color: rgb(191,186,38); }
H1.HeaderClassName
{
color: #BFBA26;
}
.AnyTagClassName
{
color: #BFBA26;
}
</style>
background-color css
<style>
a { background-color: #BFBA26; }
a { background-color: rgb(191,186,38); }
div.DivClassName
{
background-color: #BFBA26;
}
.BgClassName
{
background-color: #BFBA26;
}
</style>
border-color css
<style>
span { border-color: #BFBA26; }
span { border-color: rgb(191,186,38); }
td.TdClassName
{
border-color: #BFBA26;
}
.TagClassName
{
border-color: #BFBA26;
}
</style>