Shades of Rio Grande #B7B925
Tints of Rio Grande #B7B925
RGB
CMYK
RGB Variations
Color information
#B7B925 (or 0xB7B925) is known color: Rio Grande. HEX triplet: B7, B9 and 25. RGB value is (183,185,37). Sum of RGB (Red+Green+Blue) = 183+185+37=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 185 (72.66% from 255 or 45.68% from 405); Blue value is 37 (14.84% from 255 or 9.14% from 405); Max value from RGB is 185 - color contains mainly: green. Hex color #B7B925 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B925 is #4846DA. Grayscale: #A8A8A8. Windows color (decimal): -4736731 or 2472375. OLE color: 2472375.
HSL color Cylindrical-coordinate representation of color #B7B925: hue angle of 60.81º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B7B925 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 185 | 37 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.27 |
| HSL | 60.81º | 0.67% | 0.44% | - |
| HSV(B) | 60.81º | 0.8% | 0.73% | - |
| XYZ | 37.21 | 44.9 | 8.46 | - |
| YUV | 167.53 | 54.34 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 185 | 37 | 0.01 | 0 | 0.80 | 0.27 | 60.81 | 0.67 | 0.44 |
| Hex | B7 | B9 | 25 | 1 | 0 | 50 | 1B | 3D | 43 | 2C |
| Octal | 267 | 271 | 45 | 1 | 0 | 120 | 33 | 75 | 103 | 54 |
| Binary | 10110111 | 10111001 | 100101 | 1 | 0 | 1010000 | 11011 | 111101 | 1000011 | 101100 |
Color Harmonies of #B7B925
Complementary color
Monochromatic Colors of #B7B925
Black with #B7B925
Text Example
Text Example
White with #B7B925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B925; }
p { color: rgb(183,185,37); }
H1.HeaderClassName
{
color: #B7B925;
}
.AnyTagClassName
{
color: #B7B925;
}
</style>
background-color css
<style>
a { background-color: #B7B925; }
a { background-color: rgb(183,185,37); }
div.DivClassName
{
background-color: #B7B925;
}
.BgClassName
{
background-color: #B7B925;
}
</style>
border-color css
<style>
span { border-color: #B7B925; }
span { border-color: rgb(183,185,37); }
td.TdClassName
{
border-color: #B7B925;
}
.TagClassName
{
border-color: #B7B925;
}
</style>