Shades of Rio Grande #BFBD26
Tints of Rio Grande #BFBD26
RGB
CMYK
RGB Variations
Color information
#BFBD26 (or 0xBFBD26) is known color: Rio Grande. HEX triplet: BF, BD and 26. RGB value is (191,189,38). Sum of RGB (Red+Green+Blue) = 191+189+38=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 38 (15.23% from 255 or 9.09% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBD26 is #4042D9. Grayscale: #ACACAC. Windows color (decimal): -4211418 or 2538943. OLE color: 2538943.
HSL color Cylindrical-coordinate representation of color #BFBD26: hue angle of 59.22º 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 #BFBD26 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 189 | 38 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.25 |
| HSL | 59.22º | 0.67% | 0.45% | - |
| HSV(B) | 59.22º | 0.8% | 0.75% | - |
| XYZ | 40.03 | 47.61 | 8.91 | - |
| YUV | 172.38 | 52.16 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 189 | 38 | 0 | 0.01 | 0.80 | 0.25 | 59.22 | 0.67 | 0.45 |
| Hex | BF | BD | 26 | 0 | 1 | 50 | 19 | 3B | 43 | 2D |
| Octal | 277 | 275 | 46 | 0 | 1 | 120 | 31 | 73 | 103 | 55 |
| Binary | 10111111 | 10111101 | 100110 | 0 | 1 | 1010000 | 11001 | 111011 | 1000011 | 101101 |
Color Harmonies of #BFBD26
Complementary color
Monochromatic Colors of #BFBD26
Black with #BFBD26
Text Example
Text Example
White with #BFBD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBD26; }
p { color: rgb(191,189,38); }
H1.HeaderClassName
{
color: #BFBD26;
}
.AnyTagClassName
{
color: #BFBD26;
}
</style>
background-color css
<style>
a { background-color: #BFBD26; }
a { background-color: rgb(191,189,38); }
div.DivClassName
{
background-color: #BFBD26;
}
.BgClassName
{
background-color: #BFBD26;
}
</style>
border-color css
<style>
span { border-color: #BFBD26; }
span { border-color: rgb(191,189,38); }
td.TdClassName
{
border-color: #BFBD26;
}
.TagClassName
{
border-color: #BFBD26;
}
</style>