Shades of Rio Grande #BDBD31
Tints of Rio Grande #BDBD31
RGB
CMYK
RGB Variations
Color information
#BDBD31 (or 0xBDBD31) is known color: Rio Grande. HEX triplet: BD, BD and 31. RGB value is (189,189,49). Sum of RGB (Red+Green+Blue) = 189+189+49=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 49 (19.53% from 255 or 11.48% from 427); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBD31 is #4242CE. Grayscale: #ADADAD. Windows color (decimal): -4342479 or 3259837. OLE color: 3259837.
HSL color Cylindrical-coordinate representation of color #BDBD31: hue angle of 60º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BDBD31 is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 49 | - |
| CMYK | 0 | 0 | 0.74 | 0.26 |
| HSL | 60º | 0.59% | 0.47% | - |
| HSV(B) | 60º | 0.74% | 0.74% | - |
| XYZ | 39.74 | 47.44 | 9.97 | - |
| YUV | 173.04 | 58 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 49 | 0 | 0 | 0.74 | 0.26 | 60 | 0.59 | 0.47 |
| Hex | BD | BD | 31 | 0 | 0 | 4A | 1A | 3C | 3B | 2F |
| Octal | 275 | 275 | 61 | 0 | 0 | 112 | 32 | 74 | 73 | 57 |
| Binary | 10111101 | 10111101 | 110001 | 0 | 0 | 1001010 | 11010 | 111100 | 111011 | 101111 |
Color Harmonies of #BDBD31
Complementary color
Monochromatic Colors of #BDBD31
Black with #BDBD31
Text Example
Text Example
White with #BDBD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD31; }
p { color: rgb(189,189,49); }
H1.HeaderClassName
{
color: #BDBD31;
}
.AnyTagClassName
{
color: #BDBD31;
}
</style>
background-color css
<style>
a { background-color: #BDBD31; }
a { background-color: rgb(189,189,49); }
div.DivClassName
{
background-color: #BDBD31;
}
.BgClassName
{
background-color: #BDBD31;
}
</style>
border-color css
<style>
span { border-color: #BDBD31; }
span { border-color: rgb(189,189,49); }
td.TdClassName
{
border-color: #BDBD31;
}
.TagClassName
{
border-color: #BDBD31;
}
</style>