Shades of Rio Grande #B7BA2B
Tints of Rio Grande #B7BA2B
RGB
CMYK
RGB Variations
Color information
#B7BA2B (or 0xB7BA2B) is known color: Rio Grande. HEX triplet: B7, BA and 2B. RGB value is (183,186,43). Sum of RGB (Red+Green+Blue) = 183+186+43=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 43 (17.19% from 255 or 10.44% from 412); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BA2B is #4845D4. Grayscale: #A9A9A9. Windows color (decimal): -4736469 or 2865847. OLE color: 2865847.
HSL color Cylindrical-coordinate representation of color #B7BA2B: hue angle of 61.26º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7BA2B is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 186 | 43 | - |
| CMYK | 0.02 | 0 | 0.77 | 0.27 |
| HSL | 61.26º | 0.62% | 0.45% | - |
| HSV(B) | 61.26º | 0.77% | 0.73% | - |
| XYZ | 37.52 | 45.36 | 9.06 | - |
| YUV | 168.8 | 57.01 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 186 | 43 | 0.02 | 0 | 0.77 | 0.27 | 61.26 | 0.62 | 0.45 |
| Hex | B7 | BA | 2B | 2 | 0 | 4D | 1B | 3D | 3E | 2D |
| Octal | 267 | 272 | 53 | 2 | 0 | 115 | 33 | 75 | 76 | 55 |
| Binary | 10110111 | 10111010 | 101011 | 10 | 0 | 1001101 | 11011 | 111101 | 111110 | 101101 |
Color Harmonies of #B7BA2B
Complementary color
Monochromatic Colors of #B7BA2B
Black with #B7BA2B
Text Example
Text Example
White with #B7BA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BA2B; }
p { color: rgb(183,186,43); }
H1.HeaderClassName
{
color: #B7BA2B;
}
.AnyTagClassName
{
color: #B7BA2B;
}
</style>
background-color css
<style>
a { background-color: #B7BA2B; }
a { background-color: rgb(183,186,43); }
div.DivClassName
{
background-color: #B7BA2B;
}
.BgClassName
{
background-color: #B7BA2B;
}
</style>
border-color css
<style>
span { border-color: #B7BA2B; }
span { border-color: rgb(183,186,43); }
td.TdClassName
{
border-color: #B7BA2B;
}
.TagClassName
{
border-color: #B7BA2B;
}
</style>