Shades of Rio Grande #BFBD20
Tints of Rio Grande #BFBD20
RGB
CMYK
RGB Variations
Color information
#BFBD20 (or 0xBFBD20) is known color: Rio Grande. HEX triplet: BF, BD and 20. RGB value is (191,189,32). Sum of RGB (Red+Green+Blue) = 191+189+32=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 189 (74.22% from 255 or 45.87% from 412); Blue value is 32 (12.89% from 255 or 7.77% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBD20 is #4042DF. Grayscale: #ACACAC. Windows color (decimal): -4211424 or 2145727. OLE color: 2145727.
HSL color Cylindrical-coordinate representation of color #BFBD20: hue angle of 59.25º 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 #BFBD20 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 189 | 32 | - |
| CMYK | 0 | 0.01 | 0.83 | 0.25 |
| HSL | 59.25º | 0.71% | 0.44% | - |
| HSV(B) | 59.25º | 0.83% | 0.75% | - |
| XYZ | 39.94 | 47.58 | 8.44 | - |
| YUV | 171.7 | 49.16 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 189 | 32 | 0 | 0.01 | 0.83 | 0.25 | 59.25 | 0.71 | 0.44 |
| Hex | BF | BD | 20 | 0 | 1 | 53 | 19 | 3B | 47 | 2C |
| Octal | 277 | 275 | 40 | 0 | 1 | 123 | 31 | 73 | 107 | 54 |
| Binary | 10111111 | 10111101 | 100000 | 0 | 1 | 1010011 | 11001 | 111011 | 1000111 | 101100 |
Color Harmonies of #BFBD20
Complementary color
Monochromatic Colors of #BFBD20
Black with #BFBD20
Text Example
Text Example
White with #BFBD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBD20; }
p { color: rgb(191,189,32); }
H1.HeaderClassName
{
color: #BFBD20;
}
.AnyTagClassName
{
color: #BFBD20;
}
</style>
background-color css
<style>
a { background-color: #BFBD20; }
a { background-color: rgb(191,189,32); }
div.DivClassName
{
background-color: #BFBD20;
}
.BgClassName
{
background-color: #BFBD20;
}
</style>
border-color css
<style>
span { border-color: #BFBD20; }
span { border-color: rgb(191,189,32); }
td.TdClassName
{
border-color: #BFBD20;
}
.TagClassName
{
border-color: #BFBD20;
}
</style>