Shades of Rio Grande #BEBD20
Tints of Rio Grande #BEBD20
RGB
CMYK
RGB Variations
Color information
#BEBD20 (or 0xBEBD20) is known color: Rio Grande. HEX triplet: BE, BD and 20. RGB value is (190,189,32). Sum of RGB (Red+Green+Blue) = 190+189+32=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 189 (74.22% from 255 or 45.99% from 411); Blue value is 32 (12.89% from 255 or 7.79% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBD20 is #4142DF. Grayscale: #ACACAC. Windows color (decimal): -4276960 or 2145726. OLE color: 2145726.
HSL color Cylindrical-coordinate representation of color #BEBD20: hue angle of 59.62º degrees, saturation: 0.71, 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 #BEBD20 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 189 | 32 | - |
| CMYK | 0 | 0.01 | 0.83 | 0.25 |
| HSL | 59.62º | 0.71% | 0.44% | - |
| HSV(B) | 59.62º | 0.83% | 0.75% | - |
| XYZ | 39.69 | 47.45 | 8.43 | - |
| YUV | 171.4 | 49.33 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 189 | 32 | 0 | 0.01 | 0.83 | 0.25 | 59.62 | 0.71 | 0.44 |
| Hex | BE | BD | 20 | 0 | 1 | 53 | 19 | 3C | 47 | 2C |
| Octal | 276 | 275 | 40 | 0 | 1 | 123 | 31 | 74 | 107 | 54 |
| Binary | 10111110 | 10111101 | 100000 | 0 | 1 | 1010011 | 11001 | 111100 | 1000111 | 101100 |
Color Harmonies of #BEBD20
Complementary color
Monochromatic Colors of #BEBD20
Black with #BEBD20
Text Example
Text Example
White with #BEBD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBD20; }
p { color: rgb(190,189,32); }
H1.HeaderClassName
{
color: #BEBD20;
}
.AnyTagClassName
{
color: #BEBD20;
}
</style>
background-color css
<style>
a { background-color: #BEBD20; }
a { background-color: rgb(190,189,32); }
div.DivClassName
{
background-color: #BEBD20;
}
.BgClassName
{
background-color: #BEBD20;
}
</style>
border-color css
<style>
span { border-color: #BEBD20; }
span { border-color: rgb(190,189,32); }
td.TdClassName
{
border-color: #BEBD20;
}
.TagClassName
{
border-color: #BEBD20;
}
</style>