Shades of Rio Grande #B7BC2F
Tints of Rio Grande #B7BC2F
RGB
CMYK
RGB Variations
Color information
#B7BC2F (or 0xB7BC2F) is known color: Rio Grande. HEX triplet: B7, BC and 2F. RGB value is (183,188,47). Sum of RGB (Red+Green+Blue) = 183+188+47=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 47 (18.75% from 255 or 11.24% from 418); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BC2F is #4843D0. Grayscale: #AAAAAA. Windows color (decimal): -4735953 or 3128503. OLE color: 3128503.
HSL color Cylindrical-coordinate representation of color #B7BC2F: hue angle of 62.13º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B7BC2F is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 188 | 47 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.26 |
| HSL | 62.13º | 0.6% | 0.46% | - |
| HSV(B) | 62.13º | 0.75% | 0.74% | - |
| XYZ | 38.02 | 46.24 | 9.61 | - |
| YUV | 170.43 | 58.34 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 188 | 47 | 0.03 | 0 | 0.75 | 0.26 | 62.13 | 0.6 | 0.46 |
| Hex | B7 | BC | 2F | 3 | 0 | 4B | 1A | 3E | 3C | 2E |
| Octal | 267 | 274 | 57 | 3 | 0 | 113 | 32 | 76 | 74 | 56 |
| Binary | 10110111 | 10111100 | 101111 | 11 | 0 | 1001011 | 11010 | 111110 | 111100 | 101110 |
Color Harmonies of #B7BC2F
Complementary color
Monochromatic Colors of #B7BC2F
Black with #B7BC2F
Text Example
Text Example
White with #B7BC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BC2F; }
p { color: rgb(183,188,47); }
H1.HeaderClassName
{
color: #B7BC2F;
}
.AnyTagClassName
{
color: #B7BC2F;
}
</style>
background-color css
<style>
a { background-color: #B7BC2F; }
a { background-color: rgb(183,188,47); }
div.DivClassName
{
background-color: #B7BC2F;
}
.BgClassName
{
background-color: #B7BC2F;
}
</style>
border-color css
<style>
span { border-color: #B7BC2F; }
span { border-color: rgb(183,188,47); }
td.TdClassName
{
border-color: #B7BC2F;
}
.TagClassName
{
border-color: #B7BC2F;
}
</style>