Shades of La Rioja #BDBA0D
Tints of La Rioja #BDBA0D
RGB
CMYK
RGB Variations
Color information
#BDBA0D (or 0xBDBA0D) is known color: La Rioja. HEX triplet: BD, BA and 0D. RGB value is (189,186,13). Sum of RGB (Red+Green+Blue) = 189+186+13=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 186 (73.05% from 255 or 47.94% from 388); Blue value is 13 (5.47% from 255 or 3.35% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBA0D is #4245F2. Grayscale: #A7A7A7. Windows color (decimal): -4343283 or 899773. OLE color: 899773.
HSL color Cylindrical-coordinate representation of color #BDBA0D: hue angle of 58.98º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDBA0D is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 186 | 13 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.26 |
| HSL | 58.98º | 0.87% | 0.4% | - |
| HSV(B) | 58.98º | 0.93% | 0.74% | - |
| XYZ | 38.62 | 45.97 | 7.22 | - |
| YUV | 167.18 | 40.99 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 13 | 0 | 0.02 | 0.93 | 0.26 | 58.98 | 0.87 | 0.4 |
| Hex | BD | BA | D | 0 | 2 | 5D | 1A | 3B | 57 | 28 |
| Octal | 275 | 272 | 15 | 0 | 2 | 135 | 32 | 73 | 127 | 50 |
| Binary | 10111101 | 10111010 | 1101 | 0 | 10 | 1011101 | 11010 | 111011 | 1010111 | 101000 |
Color Harmonies of #BDBA0D
Complementary color
Monochromatic Colors of #BDBA0D
Black with #BDBA0D
Text Example
Text Example
White with #BDBA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBA0D; }
p { color: rgb(189,186,13); }
H1.HeaderClassName
{
color: #BDBA0D;
}
.AnyTagClassName
{
color: #BDBA0D;
}
</style>
background-color css
<style>
a { background-color: #BDBA0D; }
a { background-color: rgb(189,186,13); }
div.DivClassName
{
background-color: #BDBA0D;
}
.BgClassName
{
background-color: #BDBA0D;
}
</style>
border-color css
<style>
span { border-color: #BDBA0D; }
span { border-color: rgb(189,186,13); }
td.TdClassName
{
border-color: #BDBA0D;
}
.TagClassName
{
border-color: #BDBA0D;
}
</style>