Shades of La Rioja #BDBA12
Tints of La Rioja #BDBA12
RGB
CMYK
RGB Variations
Color information
#BDBA12 (or 0xBDBA12) is known color: La Rioja. HEX triplet: BD, BA and 12. RGB value is (189,186,18). Sum of RGB (Red+Green+Blue) = 189+186+18=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 18 (7.42% from 255 or 4.58% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBA12 is #4245ED. Grayscale: #A8A8A8. Windows color (decimal): -4343278 or 1227453. OLE color: 1227453.
HSL color Cylindrical-coordinate representation of color #BDBA12: hue angle of 58.95º 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 #BDBA12 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 186 | 18 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.26 |
| HSL | 58.95º | 0.83% | 0.41% | - |
| HSV(B) | 58.95º | 0.9% | 0.74% | - |
| XYZ | 38.65 | 45.98 | 7.41 | - |
| YUV | 167.75 | 43.49 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 18 | 0 | 0.02 | 0.90 | 0.26 | 58.95 | 0.83 | 0.41 |
| Hex | BD | BA | 12 | 0 | 2 | 5A | 1A | 3B | 53 | 29 |
| Octal | 275 | 272 | 22 | 0 | 2 | 132 | 32 | 73 | 123 | 51 |
| Binary | 10111101 | 10111010 | 10010 | 0 | 10 | 1011010 | 11010 | 111011 | 1010011 | 101001 |
Color Harmonies of #BDBA12
Complementary color
Monochromatic Colors of #BDBA12
Black with #BDBA12
Text Example
Text Example
White with #BDBA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBA12; }
p { color: rgb(189,186,18); }
H1.HeaderClassName
{
color: #BDBA12;
}
.AnyTagClassName
{
color: #BDBA12;
}
</style>
background-color css
<style>
a { background-color: #BDBA12; }
a { background-color: rgb(189,186,18); }
div.DivClassName
{
background-color: #BDBA12;
}
.BgClassName
{
background-color: #BDBA12;
}
</style>
border-color css
<style>
span { border-color: #BDBA12; }
span { border-color: rgb(189,186,18); }
td.TdClassName
{
border-color: #BDBA12;
}
.TagClassName
{
border-color: #BDBA12;
}
</style>