Shades of Rio Grande #BDBA1D
Tints of Rio Grande #BDBA1D
RGB
CMYK
RGB Variations
Color information
#BDBA1D (or 0xBDBA1D) is known color: Rio Grande. HEX triplet: BD, BA and 1D. RGB value is (189,186,29). Sum of RGB (Red+Green+Blue) = 189+186+29=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 29 (11.72% from 255 or 7.18% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBA1D is #4245E2. Grayscale: #A9A9A9. Windows color (decimal): -4343267 or 1948349. OLE color: 1948349.
HSL color Cylindrical-coordinate representation of color #BDBA1D: hue angle of 58.88º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDBA1D is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 186 | 29 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.26 |
| HSL | 58.88º | 0.73% | 0.43% | - |
| HSV(B) | 58.88º | 0.85% | 0.74% | - |
| XYZ | 38.77 | 46.03 | 8 | - |
| YUV | 169 | 48.99 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 29 | 0 | 0.02 | 0.85 | 0.26 | 58.88 | 0.73 | 0.43 |
| Hex | BD | BA | 1D | 0 | 2 | 55 | 1A | 3B | 49 | 2B |
| Octal | 275 | 272 | 35 | 0 | 2 | 125 | 32 | 73 | 111 | 53 |
| Binary | 10111101 | 10111010 | 11101 | 0 | 10 | 1010101 | 11010 | 111011 | 1001001 | 101011 |
Color Harmonies of #BDBA1D
Complementary color
Monochromatic Colors of #BDBA1D
Black with #BDBA1D
Text Example
Text Example
White with #BDBA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBA1D; }
p { color: rgb(189,186,29); }
H1.HeaderClassName
{
color: #BDBA1D;
}
.AnyTagClassName
{
color: #BDBA1D;
}
</style>
background-color css
<style>
a { background-color: #BDBA1D; }
a { background-color: rgb(189,186,29); }
div.DivClassName
{
background-color: #BDBA1D;
}
.BgClassName
{
background-color: #BDBA1D;
}
</style>
border-color css
<style>
span { border-color: #BDBA1D; }
span { border-color: rgb(189,186,29); }
td.TdClassName
{
border-color: #BDBA1D;
}
.TagClassName
{
border-color: #BDBA1D;
}
</style>