Shades of La Rioja #BDB712
Tints of La Rioja #BDB712
RGB
CMYK
RGB Variations
Color information
#BDB712 (or 0xBDB712) is known color: La Rioja. HEX triplet: BD, B7 and 12. RGB value is (189,183,18). Sum of RGB (Red+Green+Blue) = 189+183+18=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 183 (71.88% from 255 or 46.92% from 390); Blue value is 18 (7.42% from 255 or 4.62% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB712 is #4248ED. Grayscale: #A6A6A6. Windows color (decimal): -4344046 or 1226685. OLE color: 1226685.
HSL color Cylindrical-coordinate representation of color #BDB712: hue angle of 57.89º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDB712 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 18 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.26 |
| HSL | 57.89º | 0.83% | 0.41% | - |
| HSV(B) | 57.89º | 0.9% | 0.74% | - |
| XYZ | 38.03 | 44.73 | 7.2 | - |
| YUV | 165.98 | 44.49 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 18 | 0 | 0.03 | 0.90 | 0.26 | 57.89 | 0.83 | 0.41 |
| Hex | BD | B7 | 12 | 0 | 3 | 5A | 1A | 3A | 53 | 29 |
| Octal | 275 | 267 | 22 | 0 | 3 | 132 | 32 | 72 | 123 | 51 |
| Binary | 10111101 | 10110111 | 10010 | 0 | 11 | 1011010 | 11010 | 111010 | 1010011 | 101001 |
Color Harmonies of #BDB712
Complementary color
Monochromatic Colors of #BDB712
Black with #BDB712
Text Example
Text Example
White with #BDB712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB712; }
p { color: rgb(189,183,18); }
H1.HeaderClassName
{
color: #BDB712;
}
.AnyTagClassName
{
color: #BDB712;
}
</style>
background-color css
<style>
a { background-color: #BDB712; }
a { background-color: rgb(189,183,18); }
div.DivClassName
{
background-color: #BDB712;
}
.BgClassName
{
background-color: #BDB712;
}
</style>
border-color css
<style>
span { border-color: #BDB712; }
span { border-color: rgb(189,183,18); }
td.TdClassName
{
border-color: #BDB712;
}
.TagClassName
{
border-color: #BDB712;
}
</style>