Shades of Rio Grande #BCBC2A
Tints of Rio Grande #BCBC2A
RGB
CMYK
RGB Variations
Color information
#BCBC2A (or 0xBCBC2A) is known color: Rio Grande. HEX triplet: BC, BC and 2A. RGB value is (188,188,42). Sum of RGB (Red+Green+Blue) = 188+188+42=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 42 (16.80% from 255 or 10.05% from 418); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBC2A is #4343D5. Grayscale: #ABABAB. Windows color (decimal): -4408278 or 2800828. OLE color: 2800828.
HSL color Cylindrical-coordinate representation of color #BCBC2A: hue angle of 60º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCBC2A is Cyan = 0, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 188 | 42 | - |
| CMYK | 0 | 0 | 0.78 | 0.26 |
| HSL | 60º | 0.63% | 0.45% | - |
| HSV(B) | 60º | 0.78% | 0.74% | - |
| XYZ | 39.14 | 46.82 | 9.17 | - |
| YUV | 171.36 | 55 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 42 | 0 | 0 | 0.78 | 0.26 | 60 | 0.63 | 0.45 |
| Hex | BC | BC | 2A | 0 | 0 | 4E | 1A | 3C | 3F | 2D |
| Octal | 274 | 274 | 52 | 0 | 0 | 116 | 32 | 74 | 77 | 55 |
| Binary | 10111100 | 10111100 | 101010 | 0 | 0 | 1001110 | 11010 | 111100 | 111111 | 101101 |
Color Harmonies of #BCBC2A
Complementary color
Monochromatic Colors of #BCBC2A
Black with #BCBC2A
Text Example
Text Example
White with #BCBC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBC2A; }
p { color: rgb(188,188,42); }
H1.HeaderClassName
{
color: #BCBC2A;
}
.AnyTagClassName
{
color: #BCBC2A;
}
</style>
background-color css
<style>
a { background-color: #BCBC2A; }
a { background-color: rgb(188,188,42); }
div.DivClassName
{
background-color: #BCBC2A;
}
.BgClassName
{
background-color: #BCBC2A;
}
</style>
border-color css
<style>
span { border-color: #BCBC2A; }
span { border-color: rgb(188,188,42); }
td.TdClassName
{
border-color: #BCBC2A;
}
.TagClassName
{
border-color: #BCBC2A;
}
</style>