Shades of Rio Grande #BCBA25
Tints of Rio Grande #BCBA25
RGB
CMYK
RGB Variations
Color information
#BCBA25 (or 0xBCBA25) is known color: Rio Grande. HEX triplet: BC, BA and 25. RGB value is (188,186,37). Sum of RGB (Red+Green+Blue) = 188+186+37=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 37 (14.84% from 255 or 9.00% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBA25 is #4345DA. Grayscale: #AAAAAA. Windows color (decimal): -4408795 or 2472636. OLE color: 2472636.
HSL color Cylindrical-coordinate representation of color #BCBA25: hue angle of 59.21º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCBA25 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 37 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.26 |
| HSL | 59.21º | 0.67% | 0.44% | - |
| HSV(B) | 59.21º | 0.8% | 0.74% | - |
| XYZ | 38.63 | 45.94 | 8.58 | - |
| YUV | 169.61 | 53.16 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 37 | 0 | 0.01 | 0.80 | 0.26 | 59.21 | 0.67 | 0.44 |
| Hex | BC | BA | 25 | 0 | 1 | 50 | 1A | 3B | 43 | 2C |
| Octal | 274 | 272 | 45 | 0 | 1 | 120 | 32 | 73 | 103 | 54 |
| Binary | 10111100 | 10111010 | 100101 | 0 | 1 | 1010000 | 11010 | 111011 | 1000011 | 101100 |
Color Harmonies of #BCBA25
Complementary color
Monochromatic Colors of #BCBA25
Black with #BCBA25
Text Example
Text Example
White with #BCBA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA25; }
p { color: rgb(188,186,37); }
H1.HeaderClassName
{
color: #BCBA25;
}
.AnyTagClassName
{
color: #BCBA25;
}
</style>
background-color css
<style>
a { background-color: #BCBA25; }
a { background-color: rgb(188,186,37); }
div.DivClassName
{
background-color: #BCBA25;
}
.BgClassName
{
background-color: #BCBA25;
}
</style>
border-color css
<style>
span { border-color: #BCBA25; }
span { border-color: rgb(188,186,37); }
td.TdClassName
{
border-color: #BCBA25;
}
.TagClassName
{
border-color: #BCBA25;
}
</style>