Shades of Rio Grande #BCBB2C
Tints of Rio Grande #BCBB2C
RGB
CMYK
RGB Variations
Color information
#BCBB2C (or 0xBCBB2C) is known color: Rio Grande. HEX triplet: BC, BB and 2C. RGB value is (188,187,44). Sum of RGB (Red+Green+Blue) = 188+187+44=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 187 (73.44% from 255 or 44.63% from 419); Blue value is 44 (17.58% from 255 or 10.50% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBB2C is #4344D3. Grayscale: #ABABAB. Windows color (decimal): -4408532 or 2931644. OLE color: 2931644.
HSL color Cylindrical-coordinate representation of color #BCBB2C: hue angle of 59.58º 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 #BCBB2C is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 187 | 44 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.26 |
| HSL | 59.58º | 0.62% | 0.45% | - |
| HSV(B) | 59.58º | 0.77% | 0.74% | - |
| XYZ | 38.96 | 46.41 | 9.29 | - |
| YUV | 171 | 56.33 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 44 | 0 | 0.01 | 0.77 | 0.26 | 59.58 | 0.62 | 0.45 |
| Hex | BC | BB | 2C | 0 | 1 | 4D | 1A | 3C | 3E | 2D |
| Octal | 274 | 273 | 54 | 0 | 1 | 115 | 32 | 74 | 76 | 55 |
| Binary | 10111100 | 10111011 | 101100 | 0 | 1 | 1001101 | 11010 | 111100 | 111110 | 101101 |
Color Harmonies of #BCBB2C
Complementary color
Monochromatic Colors of #BCBB2C
Black with #BCBB2C
Text Example
Text Example
White with #BCBB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBB2C; }
p { color: rgb(188,187,44); }
H1.HeaderClassName
{
color: #BCBB2C;
}
.AnyTagClassName
{
color: #BCBB2C;
}
</style>
background-color css
<style>
a { background-color: #BCBB2C; }
a { background-color: rgb(188,187,44); }
div.DivClassName
{
background-color: #BCBB2C;
}
.BgClassName
{
background-color: #BCBB2C;
}
</style>
border-color css
<style>
span { border-color: #BCBB2C; }
span { border-color: rgb(188,187,44); }
td.TdClassName
{
border-color: #BCBB2C;
}
.TagClassName
{
border-color: #BCBB2C;
}
</style>