Shades of Rio Grande #BDB91F
Tints of Rio Grande #BDB91F
RGB
CMYK
RGB Variations
Color information
#BDB91F (or 0xBDB91F) is known color: Rio Grande. HEX triplet: BD, B9 and 1F. RGB value is (189,185,31). Sum of RGB (Red+Green+Blue) = 189+185+31=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 185 (72.66% from 255 or 45.68% from 405); Blue value is 31 (12.5% from 255 or 7.65% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB91F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB91F is #4246E0. Grayscale: #A9A9A9. Windows color (decimal): -4343521 or 2079165. OLE color: 2079165.
HSL color Cylindrical-coordinate representation of color #BDB91F: hue angle of 58.48º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BDB91F is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 185 | 31 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.26 |
| HSL | 58.48º | 0.72% | 0.43% | - |
| HSV(B) | 58.48º | 0.84% | 0.74% | - |
| XYZ | 38.58 | 45.62 | 8.07 | - |
| YUV | 168.64 | 50.33 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 31 | 0 | 0.02 | 0.84 | 0.26 | 58.48 | 0.72 | 0.43 |
| Hex | BD | B9 | 1F | 0 | 2 | 54 | 1A | 3A | 48 | 2B |
| Octal | 275 | 271 | 37 | 0 | 2 | 124 | 32 | 72 | 110 | 53 |
| Binary | 10111101 | 10111001 | 11111 | 0 | 10 | 1010100 | 11010 | 111010 | 1001000 | 101011 |
Color Harmonies of #BDB91F
Complementary color
Monochromatic Colors of #BDB91F
Black with #BDB91F
Text Example
Text Example
White with #BDB91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB91F; }
p { color: rgb(189,185,31); }
H1.HeaderClassName
{
color: #BDB91F;
}
.AnyTagClassName
{
color: #BDB91F;
}
</style>
background-color css
<style>
a { background-color: #BDB91F; }
a { background-color: rgb(189,185,31); }
div.DivClassName
{
background-color: #BDB91F;
}
.BgClassName
{
background-color: #BDB91F;
}
</style>
border-color css
<style>
span { border-color: #BDB91F; }
span { border-color: rgb(189,185,31); }
td.TdClassName
{
border-color: #BDB91F;
}
.TagClassName
{
border-color: #BDB91F;
}
</style>