Shades of La Rioja #BDB70C
Tints of La Rioja #BDB70C
RGB
CMYK
RGB Variations
Color information
#BDB70C (or 0xBDB70C) is known color: La Rioja. HEX triplet: BD, B7 and 0C. RGB value is (189,183,12). Sum of RGB (Red+Green+Blue) = 189+183+12=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 183 (71.88% from 255 or 47.66% from 384); Blue value is 12 (5.08% from 255 or 3.12% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB70C is #4248F3. Grayscale: #A5A5A5. Windows color (decimal): -4344052 or 833469. OLE color: 833469.
HSL color Cylindrical-coordinate representation of color #BDB70C: hue angle of 57.97º 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 #BDB70C is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 12 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.26 |
| HSL | 57.97º | 0.88% | 0.39% | - |
| HSV(B) | 57.97º | 0.94% | 0.74% | - |
| XYZ | 37.99 | 44.71 | 6.98 | - |
| YUV | 165.3 | 41.49 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 12 | 0 | 0.03 | 0.94 | 0.26 | 57.97 | 0.88 | 0.39 |
| Hex | BD | B7 | C | 0 | 3 | 5E | 1A | 3A | 58 | 27 |
| Octal | 275 | 267 | 14 | 0 | 3 | 136 | 32 | 72 | 130 | 47 |
| Binary | 10111101 | 10110111 | 1100 | 0 | 11 | 1011110 | 11010 | 111010 | 1011000 | 100111 |
Color Harmonies of #BDB70C
Complementary color
Monochromatic Colors of #BDB70C
Black with #BDB70C
Text Example
Text Example
White with #BDB70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB70C; }
p { color: rgb(189,183,12); }
H1.HeaderClassName
{
color: #BDB70C;
}
.AnyTagClassName
{
color: #BDB70C;
}
</style>
background-color css
<style>
a { background-color: #BDB70C; }
a { background-color: rgb(189,183,12); }
div.DivClassName
{
background-color: #BDB70C;
}
.BgClassName
{
background-color: #BDB70C;
}
</style>
border-color css
<style>
span { border-color: #BDB70C; }
span { border-color: rgb(189,183,12); }
td.TdClassName
{
border-color: #BDB70C;
}
.TagClassName
{
border-color: #BDB70C;
}
</style>