Shades of La Rioja #BDBA14
Tints of La Rioja #BDBA14
RGB
CMYK
RGB Variations
Color information
#BDBA14 (or 0xBDBA14) is known color: La Rioja. HEX triplet: BD, BA and 14. RGB value is (189,186,20). Sum of RGB (Red+Green+Blue) = 189+186+20=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 20 (8.20% from 255 or 5.06% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBA14 is #4245EB. Grayscale: #A8A8A8. Windows color (decimal): -4343276 or 1358525. OLE color: 1358525.
HSL color Cylindrical-coordinate representation of color #BDBA14: hue angle of 58.93º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BDBA14 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 186 | 20 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.26 |
| HSL | 58.93º | 0.81% | 0.41% | - |
| HSV(B) | 58.93º | 0.89% | 0.74% | - |
| XYZ | 38.67 | 45.99 | 7.5 | - |
| YUV | 167.97 | 44.49 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 20 | 0 | 0.02 | 0.89 | 0.26 | 58.93 | 0.81 | 0.41 |
| Hex | BD | BA | 14 | 0 | 2 | 59 | 1A | 3B | 51 | 29 |
| Octal | 275 | 272 | 24 | 0 | 2 | 131 | 32 | 73 | 121 | 51 |
| Binary | 10111101 | 10111010 | 10100 | 0 | 10 | 1011001 | 11010 | 111011 | 1010001 | 101001 |
Color Harmonies of #BDBA14
Complementary color
Monochromatic Colors of #BDBA14
Black with #BDBA14
Text Example
Text Example
White with #BDBA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBA14; }
p { color: rgb(189,186,20); }
H1.HeaderClassName
{
color: #BDBA14;
}
.AnyTagClassName
{
color: #BDBA14;
}
</style>
background-color css
<style>
a { background-color: #BDBA14; }
a { background-color: rgb(189,186,20); }
div.DivClassName
{
background-color: #BDBA14;
}
.BgClassName
{
background-color: #BDBA14;
}
</style>
border-color css
<style>
span { border-color: #BDBA14; }
span { border-color: rgb(189,186,20); }
td.TdClassName
{
border-color: #BDBA14;
}
.TagClassName
{
border-color: #BDBA14;
}
</style>