Shades of Rio Grande #B7BA1B
Tints of Rio Grande #B7BA1B
RGB
CMYK
RGB Variations
Color information
#B7BA1B (or 0xB7BA1B) is known color: Rio Grande. HEX triplet: B7, BA and 1B. RGB value is (183,186,27). Sum of RGB (Red+Green+Blue) = 183+186+27=396 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.21% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 27 (10.94% from 255 or 6.82% from 396); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BA1B is #4845E4. Grayscale: #A7A7A7. Windows color (decimal): -4736485 or 1817271. OLE color: 1817271.
HSL color Cylindrical-coordinate representation of color #B7BA1B: hue angle of 61.13º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7BA1B is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 186 | 27 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.27 |
| HSL | 61.13º | 0.75% | 0.42% | - |
| HSV(B) | 61.13º | 0.85% | 0.73% | - |
| XYZ | 37.29 | 45.26 | 7.81 | - |
| YUV | 166.98 | 49.01 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 186 | 27 | 0.02 | 0 | 0.85 | 0.27 | 61.13 | 0.75 | 0.42 |
| Hex | B7 | BA | 1B | 2 | 0 | 55 | 1B | 3D | 4B | 2A |
| Octal | 267 | 272 | 33 | 2 | 0 | 125 | 33 | 75 | 113 | 52 |
| Binary | 10110111 | 10111010 | 11011 | 10 | 0 | 1010101 | 11011 | 111101 | 1001011 | 101010 |
Color Harmonies of #B7BA1B
Complementary color
Monochromatic Colors of #B7BA1B
Black with #B7BA1B
Text Example
Text Example
White with #B7BA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BA1B; }
p { color: rgb(183,186,27); }
H1.HeaderClassName
{
color: #B7BA1B;
}
.AnyTagClassName
{
color: #B7BA1B;
}
</style>
background-color css
<style>
a { background-color: #B7BA1B; }
a { background-color: rgb(183,186,27); }
div.DivClassName
{
background-color: #B7BA1B;
}
.BgClassName
{
background-color: #B7BA1B;
}
</style>
border-color css
<style>
span { border-color: #B7BA1B; }
span { border-color: rgb(183,186,27); }
td.TdClassName
{
border-color: #B7BA1B;
}
.TagClassName
{
border-color: #B7BA1B;
}
</style>