Shades of Rio Grande #BEB921
Tints of Rio Grande #BEB921
RGB
CMYK
RGB Variations
Color information
#BEB921 (or 0xBEB921) is known color: Rio Grande. HEX triplet: BE, B9 and 21. RGB value is (190,185,33). Sum of RGB (Red+Green+Blue) = 190+185+33=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 185 (72.66% from 255 or 45.34% from 408); Blue value is 33 (13.28% from 255 or 8.09% from 408); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB921 is #4146DE. Grayscale: #A9A9A9. Windows color (decimal): -4277983 or 2210238. OLE color: 2210238.
HSL color Cylindrical-coordinate representation of color #BEB921: hue angle of 58.09º degrees, saturation: 0.7, 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 #BEB921 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 185 | 33 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.25 |
| HSL | 58.09º | 0.7% | 0.44% | - |
| HSV(B) | 58.09º | 0.83% | 0.75% | - |
| XYZ | 38.86 | 45.75 | 8.22 | - |
| YUV | 169.17 | 51.16 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 185 | 33 | 0 | 0.03 | 0.83 | 0.25 | 58.09 | 0.7 | 0.44 |
| Hex | BE | B9 | 21 | 0 | 3 | 53 | 19 | 3A | 46 | 2C |
| Octal | 276 | 271 | 41 | 0 | 3 | 123 | 31 | 72 | 106 | 54 |
| Binary | 10111110 | 10111001 | 100001 | 0 | 11 | 1010011 | 11001 | 111010 | 1000110 | 101100 |
Color Harmonies of #BEB921
Complementary color
Monochromatic Colors of #BEB921
Black with #BEB921
Text Example
Text Example
White with #BEB921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB921; }
p { color: rgb(190,185,33); }
H1.HeaderClassName
{
color: #BEB921;
}
.AnyTagClassName
{
color: #BEB921;
}
</style>
background-color css
<style>
a { background-color: #BEB921; }
a { background-color: rgb(190,185,33); }
div.DivClassName
{
background-color: #BEB921;
}
.BgClassName
{
background-color: #BEB921;
}
</style>
border-color css
<style>
span { border-color: #BEB921; }
span { border-color: rgb(190,185,33); }
td.TdClassName
{
border-color: #BEB921;
}
.TagClassName
{
border-color: #BEB921;
}
</style>