Shades of Rio Grande #BCB923
Tints of Rio Grande #BCB923
RGB
CMYK
RGB Variations
Color information
#BCB923 (or 0xBCB923) is known color: Rio Grande. HEX triplet: BC, B9 and 23. RGB value is (188,185,35). Sum of RGB (Red+Green+Blue) = 188+185+35=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 185 (72.66% from 255 or 45.34% from 408); Blue value is 35 (14.06% from 255 or 8.58% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB923 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB923 is #4346DC. Grayscale: #A9A9A9. Windows color (decimal): -4409053 or 2341308. OLE color: 2341308.
HSL color Cylindrical-coordinate representation of color #BCB923: hue angle of 58.82º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BCB923 is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 35 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.26 |
| HSL | 58.82º | 0.69% | 0.44% | - |
| HSV(B) | 58.82º | 0.81% | 0.74% | - |
| XYZ | 38.39 | 45.51 | 8.35 | - |
| YUV | 168.8 | 52.49 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 35 | 0 | 0.02 | 0.81 | 0.26 | 58.82 | 0.69 | 0.44 |
| Hex | BC | B9 | 23 | 0 | 2 | 51 | 1A | 3B | 45 | 2C |
| Octal | 274 | 271 | 43 | 0 | 2 | 121 | 32 | 73 | 105 | 54 |
| Binary | 10111100 | 10111001 | 100011 | 0 | 10 | 1010001 | 11010 | 111011 | 1000101 | 101100 |
Color Harmonies of #BCB923
Complementary color
Monochromatic Colors of #BCB923
Black with #BCB923
Text Example
Text Example
White with #BCB923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB923; }
p { color: rgb(188,185,35); }
H1.HeaderClassName
{
color: #BCB923;
}
.AnyTagClassName
{
color: #BCB923;
}
</style>
background-color css
<style>
a { background-color: #BCB923; }
a { background-color: rgb(188,185,35); }
div.DivClassName
{
background-color: #BCB923;
}
.BgClassName
{
background-color: #BCB923;
}
</style>
border-color css
<style>
span { border-color: #BCB923; }
span { border-color: rgb(188,185,35); }
td.TdClassName
{
border-color: #BCB923;
}
.TagClassName
{
border-color: #BCB923;
}
</style>