Shades of Rio Grande #BCBA1C
Tints of Rio Grande #BCBA1C
RGB
CMYK
RGB Variations
Color information
#BCBA1C (or 0xBCBA1C) is known color: Rio Grande. HEX triplet: BC, BA and 1C. RGB value is (188,186,28). Sum of RGB (Red+Green+Blue) = 188+186+28=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 28 (11.33% from 255 or 6.97% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBA1C is #4345E3. Grayscale: #A9A9A9. Windows color (decimal): -4408804 or 1882812. OLE color: 1882812.
HSL color Cylindrical-coordinate representation of color #BCBA1C: hue angle of 59.25º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCBA1C is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 28 | - |
| CMYK | 0 | 0.01 | 0.85 | 0.26 |
| HSL | 59.25º | 0.74% | 0.42% | - |
| HSV(B) | 59.25º | 0.85% | 0.74% | - |
| XYZ | 38.51 | 45.89 | 7.93 | - |
| YUV | 168.59 | 48.66 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 28 | 0 | 0.01 | 0.85 | 0.26 | 59.25 | 0.74 | 0.42 |
| Hex | BC | BA | 1C | 0 | 1 | 55 | 1A | 3B | 4A | 2A |
| Octal | 274 | 272 | 34 | 0 | 1 | 125 | 32 | 73 | 112 | 52 |
| Binary | 10111100 | 10111010 | 11100 | 0 | 1 | 1010101 | 11010 | 111011 | 1001010 | 101010 |
Color Harmonies of #BCBA1C
Complementary color
Monochromatic Colors of #BCBA1C
Black with #BCBA1C
Text Example
Text Example
White with #BCBA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA1C; }
p { color: rgb(188,186,28); }
H1.HeaderClassName
{
color: #BCBA1C;
}
.AnyTagClassName
{
color: #BCBA1C;
}
</style>
background-color css
<style>
a { background-color: #BCBA1C; }
a { background-color: rgb(188,186,28); }
div.DivClassName
{
background-color: #BCBA1C;
}
.BgClassName
{
background-color: #BCBA1C;
}
</style>
border-color css
<style>
span { border-color: #BCBA1C; }
span { border-color: rgb(188,186,28); }
td.TdClassName
{
border-color: #BCBA1C;
}
.TagClassName
{
border-color: #BCBA1C;
}
</style>