Shades of La Rioja #BDB512
Tints of La Rioja #BDB512
RGB
CMYK
RGB Variations
Color information
#BDB512 (or 0xBDB512) is known color: La Rioja. HEX triplet: BD, B5 and 12. RGB value is (189,181,18). Sum of RGB (Red+Green+Blue) = 189+181+18=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 181 (71.09% from 255 or 46.65% from 388); Blue value is 18 (7.42% from 255 or 4.64% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB512 is #424AED. Grayscale: #A5A5A5. Windows color (decimal): -4344558 or 1226173. OLE color: 1226173.
HSL color Cylindrical-coordinate representation of color #BDB512: hue angle of 57.19º 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 #BDB512 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 181 | 18 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.26 |
| HSL | 57.19º | 0.83% | 0.41% | - |
| HSV(B) | 57.19º | 0.9% | 0.74% | - |
| XYZ | 37.62 | 43.91 | 7.07 | - |
| YUV | 164.81 | 45.15 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 181 | 18 | 0 | 0.04 | 0.90 | 0.26 | 57.19 | 0.83 | 0.41 |
| Hex | BD | B5 | 12 | 0 | 4 | 5A | 1A | 39 | 53 | 29 |
| Octal | 275 | 265 | 22 | 0 | 4 | 132 | 32 | 71 | 123 | 51 |
| Binary | 10111101 | 10110101 | 10010 | 0 | 100 | 1011010 | 11010 | 111001 | 1010011 | 101001 |
Color Harmonies of #BDB512
Complementary color
Monochromatic Colors of #BDB512
Black with #BDB512
Text Example
Text Example
White with #BDB512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB512; }
p { color: rgb(189,181,18); }
H1.HeaderClassName
{
color: #BDB512;
}
.AnyTagClassName
{
color: #BDB512;
}
</style>
background-color css
<style>
a { background-color: #BDB512; }
a { background-color: rgb(189,181,18); }
div.DivClassName
{
background-color: #BDB512;
}
.BgClassName
{
background-color: #BDB512;
}
</style>
border-color css
<style>
span { border-color: #BDB512; }
span { border-color: rgb(189,181,18); }
td.TdClassName
{
border-color: #BDB512;
}
.TagClassName
{
border-color: #BDB512;
}
</style>