Shades of Rio Grande #BFBA22
Tints of Rio Grande #BFBA22
RGB
CMYK
RGB Variations
Color information
#BFBA22 (or 0xBFBA22) is known color: Rio Grande. HEX triplet: BF, BA and 22. RGB value is (191,186,34). Sum of RGB (Red+Green+Blue) = 191+186+34=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 34 (13.67% from 255 or 8.27% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBA22 is #4045DD. Grayscale: #AAAAAA. Windows color (decimal): -4212190 or 2276031. OLE color: 2276031.
HSL color Cylindrical-coordinate representation of color #BFBA22: hue angle of 58.09º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BFBA22 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 186 | 34 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.25 |
| HSL | 58.09º | 0.7% | 0.44% | - |
| HSV(B) | 58.09º | 0.82% | 0.75% | - |
| XYZ | 39.33 | 46.31 | 8.38 | - |
| YUV | 170.17 | 51.16 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 34 | 0 | 0.03 | 0.82 | 0.25 | 58.09 | 0.7 | 0.44 |
| Hex | BF | BA | 22 | 0 | 3 | 52 | 19 | 3A | 46 | 2C |
| Octal | 277 | 272 | 42 | 0 | 3 | 122 | 31 | 72 | 106 | 54 |
| Binary | 10111111 | 10111010 | 100010 | 0 | 11 | 1010010 | 11001 | 111010 | 1000110 | 101100 |
Color Harmonies of #BFBA22
Complementary color
Monochromatic Colors of #BFBA22
Black with #BFBA22
Text Example
Text Example
White with #BFBA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBA22; }
p { color: rgb(191,186,34); }
H1.HeaderClassName
{
color: #BFBA22;
}
.AnyTagClassName
{
color: #BFBA22;
}
</style>
background-color css
<style>
a { background-color: #BFBA22; }
a { background-color: rgb(191,186,34); }
div.DivClassName
{
background-color: #BFBA22;
}
.BgClassName
{
background-color: #BFBA22;
}
</style>
border-color css
<style>
span { border-color: #BFBA22; }
span { border-color: rgb(191,186,34); }
td.TdClassName
{
border-color: #BFBA22;
}
.TagClassName
{
border-color: #BFBA22;
}
</style>