Shades of Rio Grande #BFBC24
Tints of Rio Grande #BFBC24
RGB
CMYK
RGB Variations
Color information
#BFBC24 (or 0xBFBC24) is known color: Rio Grande. HEX triplet: BF, BC and 24. RGB value is (191,188,36). Sum of RGB (Red+Green+Blue) = 191+188+36=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 36 (14.45% from 255 or 8.67% from 415); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBC24 is #4043DB. Grayscale: #ACACAC. Windows color (decimal): -4211676 or 2407615. OLE color: 2407615.
HSL color Cylindrical-coordinate representation of color #BFBC24: hue angle of 58.84º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BFBC24 is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 188 | 36 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.25 |
| HSL | 58.84º | 0.68% | 0.45% | - |
| HSV(B) | 58.84º | 0.81% | 0.75% | - |
| XYZ | 39.79 | 47.17 | 8.68 | - |
| YUV | 171.57 | 51.49 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 36 | 0 | 0.02 | 0.81 | 0.25 | 58.84 | 0.68 | 0.45 |
| Hex | BF | BC | 24 | 0 | 2 | 51 | 19 | 3B | 44 | 2D |
| Octal | 277 | 274 | 44 | 0 | 2 | 121 | 31 | 73 | 104 | 55 |
| Binary | 10111111 | 10111100 | 100100 | 0 | 10 | 1010001 | 11001 | 111011 | 1000100 | 101101 |
Color Harmonies of #BFBC24
Complementary color
Monochromatic Colors of #BFBC24
Black with #BFBC24
Text Example
Text Example
White with #BFBC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBC24; }
p { color: rgb(191,188,36); }
H1.HeaderClassName
{
color: #BFBC24;
}
.AnyTagClassName
{
color: #BFBC24;
}
</style>
background-color css
<style>
a { background-color: #BFBC24; }
a { background-color: rgb(191,188,36); }
div.DivClassName
{
background-color: #BFBC24;
}
.BgClassName
{
background-color: #BFBC24;
}
</style>
border-color css
<style>
span { border-color: #BFBC24; }
span { border-color: rgb(191,188,36); }
td.TdClassName
{
border-color: #BFBC24;
}
.TagClassName
{
border-color: #BFBC24;
}
</style>