Shades of Rio Grande #BCBC2C
Tints of Rio Grande #BCBC2C
RGB
CMYK
RGB Variations
Color information
#BCBC2C (or 0xBCBC2C) is known color: Rio Grande. HEX triplet: BC, BC and 2C. RGB value is (188,188,44). Sum of RGB (Red+Green+Blue) = 188+188+44=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 44 (17.58% from 255 or 10.48% from 420); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBC2C is #4343D3. Grayscale: #ACACAC. Windows color (decimal): -4408276 or 2931900. OLE color: 2931900.
HSL color Cylindrical-coordinate representation of color #BCBC2C: hue angle of 60º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BCBC2C is Cyan = 0, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 188 | 44 | - |
| CMYK | 0 | 0 | 0.77 | 0.26 |
| HSL | 60º | 0.62% | 0.45% | - |
| HSV(B) | 60º | 0.77% | 0.74% | - |
| XYZ | 39.18 | 46.84 | 9.36 | - |
| YUV | 171.58 | 56 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 44 | 0 | 0 | 0.77 | 0.26 | 60 | 0.62 | 0.45 |
| Hex | BC | BC | 2C | 0 | 0 | 4D | 1A | 3C | 3E | 2D |
| Octal | 274 | 274 | 54 | 0 | 0 | 115 | 32 | 74 | 76 | 55 |
| Binary | 10111100 | 10111100 | 101100 | 0 | 0 | 1001101 | 11010 | 111100 | 111110 | 101101 |
Color Harmonies of #BCBC2C
Complementary color
Monochromatic Colors of #BCBC2C
Black with #BCBC2C
Text Example
Text Example
White with #BCBC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBC2C; }
p { color: rgb(188,188,44); }
H1.HeaderClassName
{
color: #BCBC2C;
}
.AnyTagClassName
{
color: #BCBC2C;
}
</style>
background-color css
<style>
a { background-color: #BCBC2C; }
a { background-color: rgb(188,188,44); }
div.DivClassName
{
background-color: #BCBC2C;
}
.BgClassName
{
background-color: #BCBC2C;
}
</style>
border-color css
<style>
span { border-color: #BCBC2C; }
span { border-color: rgb(188,188,44); }
td.TdClassName
{
border-color: #BCBC2C;
}
.TagClassName
{
border-color: #BCBC2C;
}
</style>