Shades of Rio Grande #BCB91E
Tints of Rio Grande #BCB91E
RGB
CMYK
RGB Variations
Color information
#BCB91E (or 0xBCB91E) is known color: Rio Grande. HEX triplet: BC, B9 and 1E. RGB value is (188,185,30). Sum of RGB (Red+Green+Blue) = 188+185+30=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 185 (72.66% from 255 or 45.91% from 403); Blue value is 30 (12.11% from 255 or 7.44% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB91E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB91E is #4346E1. Grayscale: #A8A8A8. Windows color (decimal): -4409058 or 2013628. OLE color: 2013628.
HSL color Cylindrical-coordinate representation of color #BCB91E: hue angle of 58.86º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BCB91E is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 30 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.26 |
| HSL | 58.86º | 0.72% | 0.43% | - |
| HSV(B) | 58.86º | 0.84% | 0.74% | - |
| XYZ | 38.32 | 45.48 | 7.99 | - |
| YUV | 168.23 | 49.99 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 30 | 0 | 0.02 | 0.84 | 0.26 | 58.86 | 0.72 | 0.43 |
| Hex | BC | B9 | 1E | 0 | 2 | 54 | 1A | 3B | 48 | 2B |
| Octal | 274 | 271 | 36 | 0 | 2 | 124 | 32 | 73 | 110 | 53 |
| Binary | 10111100 | 10111001 | 11110 | 0 | 10 | 1010100 | 11010 | 111011 | 1001000 | 101011 |
Color Harmonies of #BCB91E
Complementary color
Monochromatic Colors of #BCB91E
Black with #BCB91E
Text Example
Text Example
White with #BCB91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB91E; }
p { color: rgb(188,185,30); }
H1.HeaderClassName
{
color: #BCB91E;
}
.AnyTagClassName
{
color: #BCB91E;
}
</style>
background-color css
<style>
a { background-color: #BCB91E; }
a { background-color: rgb(188,185,30); }
div.DivClassName
{
background-color: #BCB91E;
}
.BgClassName
{
background-color: #BCB91E;
}
</style>
border-color css
<style>
span { border-color: #BCB91E; }
span { border-color: rgb(188,185,30); }
td.TdClassName
{
border-color: #BCB91E;
}
.TagClassName
{
border-color: #BCB91E;
}
</style>