Shades of La Rioja #BDB40C
Tints of La Rioja #BDB40C
RGB
CMYK
RGB Variations
Color information
#BDB40C (or 0xBDB40C) is known color: La Rioja. HEX triplet: BD, B4 and 0C. RGB value is (189,180,12). Sum of RGB (Red+Green+Blue) = 189+180+12=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 180 (70.70% from 255 or 47.24% from 381); Blue value is 12 (5.08% from 255 or 3.15% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB40C is #424BF3. Grayscale: #A4A4A4. Windows color (decimal): -4344820 or 832701. OLE color: 832701.
HSL color Cylindrical-coordinate representation of color #BDB40C: hue angle of 56.95º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDB40C is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 180 | 12 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.26 |
| HSL | 56.95º | 0.88% | 0.39% | - |
| HSV(B) | 56.95º | 0.94% | 0.74% | - |
| XYZ | 37.37 | 43.49 | 6.77 | - |
| YUV | 163.54 | 42.48 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 12 | 0 | 0.05 | 0.94 | 0.26 | 56.95 | 0.88 | 0.39 |
| Hex | BD | B4 | C | 0 | 5 | 5E | 1A | 39 | 58 | 27 |
| Octal | 275 | 264 | 14 | 0 | 5 | 136 | 32 | 71 | 130 | 47 |
| Binary | 10111101 | 10110100 | 1100 | 0 | 101 | 1011110 | 11010 | 111001 | 1011000 | 100111 |
Color Harmonies of #BDB40C
Complementary color
Monochromatic Colors of #BDB40C
Black with #BDB40C
Text Example
Text Example
White with #BDB40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB40C; }
p { color: rgb(189,180,12); }
H1.HeaderClassName
{
color: #BDB40C;
}
.AnyTagClassName
{
color: #BDB40C;
}
</style>
background-color css
<style>
a { background-color: #BDB40C; }
a { background-color: rgb(189,180,12); }
div.DivClassName
{
background-color: #BDB40C;
}
.BgClassName
{
background-color: #BDB40C;
}
</style>
border-color css
<style>
span { border-color: #BDB40C; }
span { border-color: rgb(189,180,12); }
td.TdClassName
{
border-color: #BDB40C;
}
.TagClassName
{
border-color: #BDB40C;
}
</style>