Shades of Rio Grande #B7B721
Tints of Rio Grande #B7B721
RGB
CMYK
RGB Variations
Color information
#B7B721 (or 0xB7B721) is known color: Rio Grande. HEX triplet: B7, B7 and 21. RGB value is (183,183,33). Sum of RGB (Red+Green+Blue) = 183+183+33=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 183 (71.88% from 255 or 45.86% from 399); Blue value is 33 (13.28% from 255 or 8.27% from 399); Max value from RGB is 183 - color contains mainly: red, green. Hex color #B7B721 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B721 is #4848DE. Grayscale: #A6A6A6. Windows color (decimal): -4737247 or 2209719. OLE color: 2209719.
HSL color Cylindrical-coordinate representation of color #B7B721: hue angle of 60º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B7B721 is Cyan = 0, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 183 | 33 | - |
| CMYK | 0 | 0 | 0.82 | 0.28 |
| HSL | 60º | 0.69% | 0.42% | - |
| HSV(B) | 60º | 0.82% | 0.72% | - |
| XYZ | 36.74 | 44.04 | 8 | - |
| YUV | 165.9 | 53 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 183 | 33 | 0 | 0 | 0.82 | 0.28 | 60 | 0.69 | 0.42 |
| Hex | B7 | B7 | 21 | 0 | 0 | 52 | 1C | 3C | 45 | 2A |
| Octal | 267 | 267 | 41 | 0 | 0 | 122 | 34 | 74 | 105 | 52 |
| Binary | 10110111 | 10110111 | 100001 | 0 | 0 | 1010010 | 11100 | 111100 | 1000101 | 101010 |
Color Harmonies of #B7B721
Complementary color
Monochromatic Colors of #B7B721
Black with #B7B721
Text Example
Text Example
White with #B7B721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B721; }
p { color: rgb(183,183,33); }
H1.HeaderClassName
{
color: #B7B721;
}
.AnyTagClassName
{
color: #B7B721;
}
</style>
background-color css
<style>
a { background-color: #B7B721; }
a { background-color: rgb(183,183,33); }
div.DivClassName
{
background-color: #B7B721;
}
.BgClassName
{
background-color: #B7B721;
}
</style>
border-color css
<style>
span { border-color: #B7B721; }
span { border-color: rgb(183,183,33); }
td.TdClassName
{
border-color: #B7B721;
}
.TagClassName
{
border-color: #B7B721;
}
</style>