Shades of Rio Grande #B7BC1D
Tints of Rio Grande #B7BC1D
RGB
CMYK
RGB Variations
Color information
#B7BC1D (or 0xB7BC1D) is known color: Rio Grande. HEX triplet: B7, BC and 1D. RGB value is (183,188,29). Sum of RGB (Red+Green+Blue) = 183+188+29=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 29 (11.72% from 255 or 7.25% from 400); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BC1D is #4843E2. Grayscale: #A9A9A9. Windows color (decimal): -4735971 or 1948855. OLE color: 1948855.
HSL color Cylindrical-coordinate representation of color #B7BC1D: hue angle of 61.89º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7BC1D is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 188 | 29 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.26 |
| HSL | 61.89º | 0.73% | 0.43% | - |
| HSV(B) | 61.89º | 0.85% | 0.74% | - |
| XYZ | 37.73 | 46.12 | 8.08 | - |
| YUV | 168.38 | 49.34 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 188 | 29 | 0.03 | 0 | 0.85 | 0.26 | 61.89 | 0.73 | 0.43 |
| Hex | B7 | BC | 1D | 3 | 0 | 55 | 1A | 3E | 49 | 2B |
| Octal | 267 | 274 | 35 | 3 | 0 | 125 | 32 | 76 | 111 | 53 |
| Binary | 10110111 | 10111100 | 11101 | 11 | 0 | 1010101 | 11010 | 111110 | 1001001 | 101011 |
Color Harmonies of #B7BC1D
Complementary color
Monochromatic Colors of #B7BC1D
Black with #B7BC1D
Text Example
Text Example
White with #B7BC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BC1D; }
p { color: rgb(183,188,29); }
H1.HeaderClassName
{
color: #B7BC1D;
}
.AnyTagClassName
{
color: #B7BC1D;
}
</style>
background-color css
<style>
a { background-color: #B7BC1D; }
a { background-color: rgb(183,188,29); }
div.DivClassName
{
background-color: #B7BC1D;
}
.BgClassName
{
background-color: #B7BC1D;
}
</style>
border-color css
<style>
span { border-color: #B7BC1D; }
span { border-color: rgb(183,188,29); }
td.TdClassName
{
border-color: #B7BC1D;
}
.TagClassName
{
border-color: #B7BC1D;
}
</style>