Shades of Rio Grande #BEBD2A
Tints of Rio Grande #BEBD2A
RGB
CMYK
RGB Variations
Color information
#BEBD2A (or 0xBEBD2A) is known color: Rio Grande. HEX triplet: BE, BD and 2A. RGB value is (190,189,42). Sum of RGB (Red+Green+Blue) = 190+189+42=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 42 (16.80% from 255 or 9.98% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBD2A is #4142D5. Grayscale: #ADADAD. Windows color (decimal): -4276950 or 2801086. OLE color: 2801086.
HSL color Cylindrical-coordinate representation of color #BEBD2A: hue angle of 59.59º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BEBD2A is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 189 | 42 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.25 |
| HSL | 59.59º | 0.64% | 0.45% | - |
| HSV(B) | 59.59º | 0.78% | 0.75% | - |
| XYZ | 39.85 | 47.51 | 9.26 | - |
| YUV | 172.54 | 54.33 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 189 | 42 | 0 | 0.01 | 0.78 | 0.25 | 59.59 | 0.64 | 0.45 |
| Hex | BE | BD | 2A | 0 | 1 | 4E | 19 | 3C | 40 | 2D |
| Octal | 276 | 275 | 52 | 0 | 1 | 116 | 31 | 74 | 100 | 55 |
| Binary | 10111110 | 10111101 | 101010 | 0 | 1 | 1001110 | 11001 | 111100 | 1000000 | 101101 |
Color Harmonies of #BEBD2A
Complementary color
Monochromatic Colors of #BEBD2A
Black with #BEBD2A
Text Example
Text Example
White with #BEBD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBD2A; }
p { color: rgb(190,189,42); }
H1.HeaderClassName
{
color: #BEBD2A;
}
.AnyTagClassName
{
color: #BEBD2A;
}
</style>
background-color css
<style>
a { background-color: #BEBD2A; }
a { background-color: rgb(190,189,42); }
div.DivClassName
{
background-color: #BEBD2A;
}
.BgClassName
{
background-color: #BEBD2A;
}
</style>
border-color css
<style>
span { border-color: #BEBD2A; }
span { border-color: rgb(190,189,42); }
td.TdClassName
{
border-color: #BEBD2A;
}
.TagClassName
{
border-color: #BEBD2A;
}
</style>