Shades of Rio Grande #BCBA1E
Tints of Rio Grande #BCBA1E
RGB
CMYK
RGB Variations
Color information
#BCBA1E (or 0xBCBA1E) is known color: Rio Grande. HEX triplet: BC, BA and 1E. RGB value is (188,186,30). Sum of RGB (Red+Green+Blue) = 188+186+30=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 30 (12.11% from 255 or 7.43% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBA1E is #4345E1. Grayscale: #A9A9A9. Windows color (decimal): -4408802 or 2013884. OLE color: 2013884.
HSL color Cylindrical-coordinate representation of color #BCBA1E: hue angle of 59.24º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BCBA1E is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 30 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.26 |
| HSL | 59.24º | 0.72% | 0.43% | - |
| HSV(B) | 59.24º | 0.84% | 0.74% | - |
| XYZ | 38.53 | 45.9 | 8.06 | - |
| YUV | 168.81 | 49.66 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 30 | 0 | 0.01 | 0.84 | 0.26 | 59.24 | 0.72 | 0.43 |
| Hex | BC | BA | 1E | 0 | 1 | 54 | 1A | 3B | 48 | 2B |
| Octal | 274 | 272 | 36 | 0 | 1 | 124 | 32 | 73 | 110 | 53 |
| Binary | 10111100 | 10111010 | 11110 | 0 | 1 | 1010100 | 11010 | 111011 | 1001000 | 101011 |
Color Harmonies of #BCBA1E
Complementary color
Monochromatic Colors of #BCBA1E
Black with #BCBA1E
Text Example
Text Example
White with #BCBA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA1E; }
p { color: rgb(188,186,30); }
H1.HeaderClassName
{
color: #BCBA1E;
}
.AnyTagClassName
{
color: #BCBA1E;
}
</style>
background-color css
<style>
a { background-color: #BCBA1E; }
a { background-color: rgb(188,186,30); }
div.DivClassName
{
background-color: #BCBA1E;
}
.BgClassName
{
background-color: #BCBA1E;
}
</style>
border-color css
<style>
span { border-color: #BCBA1E; }
span { border-color: rgb(188,186,30); }
td.TdClassName
{
border-color: #BCBA1E;
}
.TagClassName
{
border-color: #BCBA1E;
}
</style>