Shades of Rio Grande #BCB920
Tints of Rio Grande #BCB920
RGB
CMYK
RGB Variations
Color information
#BCB920 (or 0xBCB920) is known color: Rio Grande. HEX triplet: BC, B9 and 20. RGB value is (188,185,32). Sum of RGB (Red+Green+Blue) = 188+185+32=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 185 (72.66% from 255 or 45.68% from 405); Blue value is 32 (12.89% from 255 or 7.90% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB920 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB920 is #4346DF. Grayscale: #A9A9A9. Windows color (decimal): -4409056 or 2144700. OLE color: 2144700.
HSL color Cylindrical-coordinate representation of color #BCB920: hue angle of 58.85º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BCB920 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 32 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.26 |
| HSL | 58.85º | 0.71% | 0.43% | - |
| HSV(B) | 58.85º | 0.83% | 0.74% | - |
| XYZ | 38.35 | 45.49 | 8.13 | - |
| YUV | 168.46 | 50.99 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 32 | 0 | 0.02 | 0.83 | 0.26 | 58.85 | 0.71 | 0.43 |
| Hex | BC | B9 | 20 | 0 | 2 | 53 | 1A | 3B | 47 | 2B |
| Octal | 274 | 271 | 40 | 0 | 2 | 123 | 32 | 73 | 107 | 53 |
| Binary | 10111100 | 10111001 | 100000 | 0 | 10 | 1010011 | 11010 | 111011 | 1000111 | 101011 |
Color Harmonies of #BCB920
Complementary color
Monochromatic Colors of #BCB920
Black with #BCB920
Text Example
Text Example
White with #BCB920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB920; }
p { color: rgb(188,185,32); }
H1.HeaderClassName
{
color: #BCB920;
}
.AnyTagClassName
{
color: #BCB920;
}
</style>
background-color css
<style>
a { background-color: #BCB920; }
a { background-color: rgb(188,185,32); }
div.DivClassName
{
background-color: #BCB920;
}
.BgClassName
{
background-color: #BCB920;
}
</style>
border-color css
<style>
span { border-color: #BCB920; }
span { border-color: rgb(188,185,32); }
td.TdClassName
{
border-color: #BCB920;
}
.TagClassName
{
border-color: #BCB920;
}
</style>