Shades of Rio Grande #BCB921
Tints of Rio Grande #BCB921
RGB
CMYK
RGB Variations
Color information
#BCB921 (or 0xBCB921) is known color: Rio Grande. HEX triplet: BC, B9 and 21. RGB value is (188,185,33). Sum of RGB (Red+Green+Blue) = 188+185+33=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 185 (72.66% from 255 or 45.57% from 406); Blue value is 33 (13.28% from 255 or 8.13% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB921 is #4346DE. Grayscale: #A9A9A9. Windows color (decimal): -4409055 or 2210236. OLE color: 2210236.
HSL color Cylindrical-coordinate representation of color #BCB921: hue angle of 58.84º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCB921 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 33 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.26 |
| HSL | 58.84º | 0.7% | 0.43% | - |
| HSV(B) | 58.84º | 0.82% | 0.74% | - |
| XYZ | 38.36 | 45.5 | 8.2 | - |
| YUV | 168.57 | 51.49 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 33 | 0 | 0.02 | 0.82 | 0.26 | 58.84 | 0.7 | 0.43 |
| Hex | BC | B9 | 21 | 0 | 2 | 52 | 1A | 3B | 46 | 2B |
| Octal | 274 | 271 | 41 | 0 | 2 | 122 | 32 | 73 | 106 | 53 |
| Binary | 10111100 | 10111001 | 100001 | 0 | 10 | 1010010 | 11010 | 111011 | 1000110 | 101011 |
Color Harmonies of #BCB921
Complementary color
Monochromatic Colors of #BCB921
Black with #BCB921
Text Example
Text Example
White with #BCB921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB921; }
p { color: rgb(188,185,33); }
H1.HeaderClassName
{
color: #BCB921;
}
.AnyTagClassName
{
color: #BCB921;
}
</style>
background-color css
<style>
a { background-color: #BCB921; }
a { background-color: rgb(188,185,33); }
div.DivClassName
{
background-color: #BCB921;
}
.BgClassName
{
background-color: #BCB921;
}
</style>
border-color css
<style>
span { border-color: #BCB921; }
span { border-color: rgb(188,185,33); }
td.TdClassName
{
border-color: #BCB921;
}
.TagClassName
{
border-color: #BCB921;
}
</style>