Shades of La Rioja #BDB912
Tints of La Rioja #BDB912
RGB
CMYK
RGB Variations
Color information
#BDB912 (or 0xBDB912) is known color: La Rioja. HEX triplet: BD, B9 and 12. RGB value is (189,185,18). Sum of RGB (Red+Green+Blue) = 189+185+18=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 185 (72.66% from 255 or 47.19% from 392); Blue value is 18 (7.42% from 255 or 4.59% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB912 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB912 is #4246ED. Grayscale: #A7A7A7. Windows color (decimal): -4343534 or 1227197. OLE color: 1227197.
HSL color Cylindrical-coordinate representation of color #BDB912: hue angle of 58.6º 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 #BDB912 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 185 | 18 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.26 |
| HSL | 58.6º | 0.83% | 0.41% | - |
| HSV(B) | 58.6º | 0.9% | 0.74% | - |
| XYZ | 38.44 | 45.56 | 7.34 | - |
| YUV | 167.16 | 43.83 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 18 | 0 | 0.02 | 0.90 | 0.26 | 58.6 | 0.83 | 0.41 |
| Hex | BD | B9 | 12 | 0 | 2 | 5A | 1A | 3B | 53 | 29 |
| Octal | 275 | 271 | 22 | 0 | 2 | 132 | 32 | 73 | 123 | 51 |
| Binary | 10111101 | 10111001 | 10010 | 0 | 10 | 1011010 | 11010 | 111011 | 1010011 | 101001 |
Color Harmonies of #BDB912
Complementary color
Monochromatic Colors of #BDB912
Black with #BDB912
Text Example
Text Example
White with #BDB912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB912; }
p { color: rgb(189,185,18); }
H1.HeaderClassName
{
color: #BDB912;
}
.AnyTagClassName
{
color: #BDB912;
}
</style>
background-color css
<style>
a { background-color: #BDB912; }
a { background-color: rgb(189,185,18); }
div.DivClassName
{
background-color: #BDB912;
}
.BgClassName
{
background-color: #BDB912;
}
</style>
border-color css
<style>
span { border-color: #BDB912; }
span { border-color: rgb(189,185,18); }
td.TdClassName
{
border-color: #BDB912;
}
.TagClassName
{
border-color: #BDB912;
}
</style>