Shades of Rio Grande #B7BE20
Tints of Rio Grande #B7BE20
RGB
CMYK
RGB Variations
Color information
#B7BE20 (or 0xB7BE20) is known color: Rio Grande. HEX triplet: B7, BE and 20. RGB value is (183,190,32). Sum of RGB (Red+Green+Blue) = 183+190+32=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 190 (74.61% from 255 or 46.91% from 405); Blue value is 32 (12.89% from 255 or 7.90% from 405); Max value from RGB is 190 - color contains mainly: green. Hex color #B7BE20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BE20 is #4841DF. Grayscale: #AAAAAA. Windows color (decimal): -4735456 or 2145975. OLE color: 2145975.
HSL color Cylindrical-coordinate representation of color #B7BE20: hue angle of 62.66º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B7BE20 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 190 | 32 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.25 |
| HSL | 62.66º | 0.71% | 0.44% | - |
| HSV(B) | 62.66º | 0.83% | 0.75% | - |
| XYZ | 38.2 | 47 | 8.42 | - |
| YUV | 169.9 | 50.18 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 190 | 32 | 0.04 | 0 | 0.83 | 0.25 | 62.66 | 0.71 | 0.44 |
| Hex | B7 | BE | 20 | 4 | 0 | 53 | 19 | 3F | 47 | 2C |
| Octal | 267 | 276 | 40 | 4 | 0 | 123 | 31 | 77 | 107 | 54 |
| Binary | 10110111 | 10111110 | 100000 | 100 | 0 | 1010011 | 11001 | 111111 | 1000111 | 101100 |
Color Harmonies of #B7BE20
Complementary color
Monochromatic Colors of #B7BE20
Black with #B7BE20
Text Example
Text Example
White with #B7BE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BE20; }
p { color: rgb(183,190,32); }
H1.HeaderClassName
{
color: #B7BE20;
}
.AnyTagClassName
{
color: #B7BE20;
}
</style>
background-color css
<style>
a { background-color: #B7BE20; }
a { background-color: rgb(183,190,32); }
div.DivClassName
{
background-color: #B7BE20;
}
.BgClassName
{
background-color: #B7BE20;
}
</style>
border-color css
<style>
span { border-color: #B7BE20; }
span { border-color: rgb(183,190,32); }
td.TdClassName
{
border-color: #B7BE20;
}
.TagClassName
{
border-color: #B7BE20;
}
</style>