Shades of Rio Grande #BEBA1D
Tints of Rio Grande #BEBA1D
RGB
CMYK
RGB Variations
Color information
#BEBA1D (or 0xBEBA1D) is known color: Rio Grande. HEX triplet: BE, BA and 1D. RGB value is (190,186,29). Sum of RGB (Red+Green+Blue) = 190+186+29=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 29 (11.72% from 255 or 7.16% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBA1D is #4145E2. Grayscale: #A9A9A9. Windows color (decimal): -4277731 or 1948350. OLE color: 1948350.
HSL color Cylindrical-coordinate representation of color #BEBA1D: hue angle of 58.51º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BEBA1D is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 186 | 29 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.25 |
| HSL | 58.51º | 0.74% | 0.43% | - |
| HSV(B) | 58.51º | 0.85% | 0.75% | - |
| XYZ | 39.02 | 46.15 | 8.01 | - |
| YUV | 169.3 | 48.83 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 186 | 29 | 0 | 0.02 | 0.85 | 0.25 | 58.51 | 0.74 | 0.43 |
| Hex | BE | BA | 1D | 0 | 2 | 55 | 19 | 3B | 4A | 2B |
| Octal | 276 | 272 | 35 | 0 | 2 | 125 | 31 | 73 | 112 | 53 |
| Binary | 10111110 | 10111010 | 11101 | 0 | 10 | 1010101 | 11001 | 111011 | 1001010 | 101011 |
Color Harmonies of #BEBA1D
Complementary color
Monochromatic Colors of #BEBA1D
Black with #BEBA1D
Text Example
Text Example
White with #BEBA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBA1D; }
p { color: rgb(190,186,29); }
H1.HeaderClassName
{
color: #BEBA1D;
}
.AnyTagClassName
{
color: #BEBA1D;
}
</style>
background-color css
<style>
a { background-color: #BEBA1D; }
a { background-color: rgb(190,186,29); }
div.DivClassName
{
background-color: #BEBA1D;
}
.BgClassName
{
background-color: #BEBA1D;
}
</style>
border-color css
<style>
span { border-color: #BEBA1D; }
span { border-color: rgb(190,186,29); }
td.TdClassName
{
border-color: #BEBA1D;
}
.TagClassName
{
border-color: #BEBA1D;
}
</style>