Shades of Rio Grande #BCBA27
Tints of Rio Grande #BCBA27
RGB
CMYK
RGB Variations
Color information
#BCBA27 (or 0xBCBA27) is known color: Rio Grande. HEX triplet: BC, BA and 27. RGB value is (188,186,39). Sum of RGB (Red+Green+Blue) = 188+186+39=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 39 (15.62% from 255 or 9.44% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBA27 is #4345D8. Grayscale: #AAAAAA. Windows color (decimal): -4408793 or 2603708. OLE color: 2603708.
HSL color Cylindrical-coordinate representation of color #BCBA27: hue angle of 59.19º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BCBA27 is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 39 | - |
| CMYK | 0 | 0.01 | 0.79 | 0.26 |
| HSL | 59.19º | 0.66% | 0.45% | - |
| HSV(B) | 59.19º | 0.79% | 0.74% | - |
| XYZ | 38.66 | 45.96 | 8.75 | - |
| YUV | 169.84 | 54.16 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 39 | 0 | 0.01 | 0.79 | 0.26 | 59.19 | 0.66 | 0.45 |
| Hex | BC | BA | 27 | 0 | 1 | 4F | 1A | 3B | 42 | 2D |
| Octal | 274 | 272 | 47 | 0 | 1 | 117 | 32 | 73 | 102 | 55 |
| Binary | 10111100 | 10111010 | 100111 | 0 | 1 | 1001111 | 11010 | 111011 | 1000010 | 101101 |
Color Harmonies of #BCBA27
Complementary color
Monochromatic Colors of #BCBA27
Black with #BCBA27
Text Example
Text Example
White with #BCBA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA27; }
p { color: rgb(188,186,39); }
H1.HeaderClassName
{
color: #BCBA27;
}
.AnyTagClassName
{
color: #BCBA27;
}
</style>
background-color css
<style>
a { background-color: #BCBA27; }
a { background-color: rgb(188,186,39); }
div.DivClassName
{
background-color: #BCBA27;
}
.BgClassName
{
background-color: #BCBA27;
}
</style>
border-color css
<style>
span { border-color: #BCBA27; }
span { border-color: rgb(188,186,39); }
td.TdClassName
{
border-color: #BCBA27;
}
.TagClassName
{
border-color: #BCBA27;
}
</style>