Shades of Rio Grande #B7BC19
Tints of Rio Grande #B7BC19
RGB
CMYK
RGB Variations
Color information
#B7BC19 (or 0xB7BC19) is known color: Rio Grande. HEX triplet: B7, BC and 19. RGB value is (183,188,25). Sum of RGB (Red+Green+Blue) = 183+188+25=396 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.21% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 25 (10.16% from 255 or 6.31% from 396); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BC19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7BC19 is #4843E6. Grayscale: #A8A8A8. Windows color (decimal): -4735975 or 1686711. OLE color: 1686711.
HSL color Cylindrical-coordinate representation of color #B7BC19: hue angle of 61.84º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B7BC19 is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 188 | 25 | - |
| CMYK | 0.03 | 0 | 0.87 | 0.26 |
| HSL | 61.84º | 0.77% | 0.42% | - |
| HSV(B) | 61.84º | 0.87% | 0.74% | - |
| XYZ | 37.69 | 46.1 | 7.83 | - |
| YUV | 167.92 | 47.34 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 188 | 25 | 0.03 | 0 | 0.87 | 0.26 | 61.84 | 0.77 | 0.42 |
| Hex | B7 | BC | 19 | 3 | 0 | 57 | 1A | 3E | 4D | 2A |
| Octal | 267 | 274 | 31 | 3 | 0 | 127 | 32 | 76 | 115 | 52 |
| Binary | 10110111 | 10111100 | 11001 | 11 | 0 | 1010111 | 11010 | 111110 | 1001101 | 101010 |
Color Harmonies of #B7BC19
Complementary color
Monochromatic Colors of #B7BC19
Black with #B7BC19
Text Example
Text Example
White with #B7BC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BC19; }
p { color: rgb(183,188,25); }
H1.HeaderClassName
{
color: #B7BC19;
}
.AnyTagClassName
{
color: #B7BC19;
}
</style>
background-color css
<style>
a { background-color: #B7BC19; }
a { background-color: rgb(183,188,25); }
div.DivClassName
{
background-color: #B7BC19;
}
.BgClassName
{
background-color: #B7BC19;
}
</style>
border-color css
<style>
span { border-color: #B7BC19; }
span { border-color: rgb(183,188,25); }
td.TdClassName
{
border-color: #B7BC19;
}
.TagClassName
{
border-color: #B7BC19;
}
</style>