Shades of Rio Grande #BDB81F
Tints of Rio Grande #BDB81F
RGB
CMYK
RGB Variations
Color information
#BDB81F (or 0xBDB81F) is known color: Rio Grande. HEX triplet: BD, B8 and 1F. RGB value is (189,184,31). Sum of RGB (Red+Green+Blue) = 189+184+31=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 184 (72.27% from 255 or 45.54% from 404); Blue value is 31 (12.5% from 255 or 7.67% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB81F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB81F is #4247E0. Grayscale: #A8A8A8. Windows color (decimal): -4343777 or 2078909. OLE color: 2078909.
HSL color Cylindrical-coordinate representation of color #BDB81F: hue angle of 58.1º 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 #BDB81F is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 31 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.26 |
| HSL | 58.1º | 0.72% | 0.43% | - |
| HSV(B) | 58.1º | 0.84% | 0.74% | - |
| XYZ | 38.37 | 45.2 | 8 | - |
| YUV | 168.05 | 50.66 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 31 | 0 | 0.03 | 0.84 | 0.26 | 58.1 | 0.72 | 0.43 |
| Hex | BD | B8 | 1F | 0 | 3 | 54 | 1A | 3A | 48 | 2B |
| Octal | 275 | 270 | 37 | 0 | 3 | 124 | 32 | 72 | 110 | 53 |
| Binary | 10111101 | 10111000 | 11111 | 0 | 11 | 1010100 | 11010 | 111010 | 1001000 | 101011 |
Color Harmonies of #BDB81F
Complementary color
Monochromatic Colors of #BDB81F
Black with #BDB81F
Text Example
Text Example
White with #BDB81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB81F; }
p { color: rgb(189,184,31); }
H1.HeaderClassName
{
color: #BDB81F;
}
.AnyTagClassName
{
color: #BDB81F;
}
</style>
background-color css
<style>
a { background-color: #BDB81F; }
a { background-color: rgb(189,184,31); }
div.DivClassName
{
background-color: #BDB81F;
}
.BgClassName
{
background-color: #BDB81F;
}
</style>
border-color css
<style>
span { border-color: #BDB81F; }
span { border-color: rgb(189,184,31); }
td.TdClassName
{
border-color: #BDB81F;
}
.TagClassName
{
border-color: #BDB81F;
}
</style>