Shades of Rio Grande #B7BC31
Tints of Rio Grande #B7BC31
RGB
CMYK
RGB Variations
Color information
#B7BC31 (or 0xB7BC31) is known color: Rio Grande. HEX triplet: B7, BC and 31. RGB value is (183,188,49). Sum of RGB (Red+Green+Blue) = 183+188+49=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 49 (19.53% from 255 or 11.67% from 420); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BC31 is #4843CE. Grayscale: #ABABAB. Windows color (decimal): -4735951 or 3259575. OLE color: 3259575.
HSL color Cylindrical-coordinate representation of color #B7BC31: hue angle of 62.16º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B7BC31 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 188 | 49 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.26 |
| HSL | 62.16º | 0.59% | 0.46% | - |
| HSV(B) | 62.16º | 0.74% | 0.74% | - |
| XYZ | 38.07 | 46.26 | 9.83 | - |
| YUV | 170.66 | 59.34 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 188 | 49 | 0.03 | 0 | 0.74 | 0.26 | 62.16 | 0.59 | 0.46 |
| Hex | B7 | BC | 31 | 3 | 0 | 4A | 1A | 3E | 3B | 2E |
| Octal | 267 | 274 | 61 | 3 | 0 | 112 | 32 | 76 | 73 | 56 |
| Binary | 10110111 | 10111100 | 110001 | 11 | 0 | 1001010 | 11010 | 111110 | 111011 | 101110 |
Color Harmonies of #B7BC31
Complementary color
Monochromatic Colors of #B7BC31
Black with #B7BC31
Text Example
Text Example
White with #B7BC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BC31; }
p { color: rgb(183,188,49); }
H1.HeaderClassName
{
color: #B7BC31;
}
.AnyTagClassName
{
color: #B7BC31;
}
</style>
background-color css
<style>
a { background-color: #B7BC31; }
a { background-color: rgb(183,188,49); }
div.DivClassName
{
background-color: #B7BC31;
}
.BgClassName
{
background-color: #B7BC31;
}
</style>
border-color css
<style>
span { border-color: #B7BC31; }
span { border-color: rgb(183,188,49); }
td.TdClassName
{
border-color: #B7BC31;
}
.TagClassName
{
border-color: #B7BC31;
}
</style>