Shades of Rio Grande #BCBA2A
Tints of Rio Grande #BCBA2A
RGB
CMYK
RGB Variations
Color information
#BCBA2A (or 0xBCBA2A) is known color: Rio Grande. HEX triplet: BC, BA and 2A. RGB value is (188,186,42). Sum of RGB (Red+Green+Blue) = 188+186+42=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 42 (16.80% from 255 or 10.10% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBA2A is #4345D5. Grayscale: #AAAAAA. Windows color (decimal): -4408790 or 2800316. OLE color: 2800316.
HSL color Cylindrical-coordinate representation of color #BCBA2A: hue angle of 59.18º 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 #BCBA2A is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 42 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.26 |
| HSL | 59.18º | 0.63% | 0.45% | - |
| HSV(B) | 59.18º | 0.78% | 0.74% | - |
| XYZ | 38.72 | 45.98 | 9.02 | - |
| YUV | 170.18 | 55.66 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 42 | 0 | 0.01 | 0.78 | 0.26 | 59.18 | 0.63 | 0.45 |
| Hex | BC | BA | 2A | 0 | 1 | 4E | 1A | 3B | 3F | 2D |
| Octal | 274 | 272 | 52 | 0 | 1 | 116 | 32 | 73 | 77 | 55 |
| Binary | 10111100 | 10111010 | 101010 | 0 | 1 | 1001110 | 11010 | 111011 | 111111 | 101101 |
Color Harmonies of #BCBA2A
Complementary color
Monochromatic Colors of #BCBA2A
Black with #BCBA2A
Text Example
Text Example
White with #BCBA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA2A; }
p { color: rgb(188,186,42); }
H1.HeaderClassName
{
color: #BCBA2A;
}
.AnyTagClassName
{
color: #BCBA2A;
}
</style>
background-color css
<style>
a { background-color: #BCBA2A; }
a { background-color: rgb(188,186,42); }
div.DivClassName
{
background-color: #BCBA2A;
}
.BgClassName
{
background-color: #BCBA2A;
}
</style>
border-color css
<style>
span { border-color: #BCBA2A; }
span { border-color: rgb(188,186,42); }
td.TdClassName
{
border-color: #BCBA2A;
}
.TagClassName
{
border-color: #BCBA2A;
}
</style>