Shades of La Rioja #BDB412
Tints of La Rioja #BDB412
RGB
CMYK
RGB Variations
Color information
#BDB412 (or 0xBDB412) is known color: La Rioja. HEX triplet: BD, B4 and 12. RGB value is (189,180,18). Sum of RGB (Red+Green+Blue) = 189+180+18=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 180 (70.70% from 255 or 46.51% from 387); Blue value is 18 (7.42% from 255 or 4.65% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB412 is #424BED. Grayscale: #A4A4A4. Windows color (decimal): -4344814 or 1225917. OLE color: 1225917.
HSL color Cylindrical-coordinate representation of color #BDB412: hue angle of 56.84º 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 #BDB412 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 180 | 18 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.26 |
| HSL | 56.84º | 0.83% | 0.41% | - |
| HSV(B) | 56.84º | 0.9% | 0.74% | - |
| XYZ | 37.42 | 43.51 | 7 | - |
| YUV | 164.22 | 45.48 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 18 | 0 | 0.05 | 0.90 | 0.26 | 56.84 | 0.83 | 0.41 |
| Hex | BD | B4 | 12 | 0 | 5 | 5A | 1A | 39 | 53 | 29 |
| Octal | 275 | 264 | 22 | 0 | 5 | 132 | 32 | 71 | 123 | 51 |
| Binary | 10111101 | 10110100 | 10010 | 0 | 101 | 1011010 | 11010 | 111001 | 1010011 | 101001 |
Color Harmonies of #BDB412
Complementary color
Monochromatic Colors of #BDB412
Black with #BDB412
Text Example
Text Example
White with #BDB412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB412; }
p { color: rgb(189,180,18); }
H1.HeaderClassName
{
color: #BDB412;
}
.AnyTagClassName
{
color: #BDB412;
}
</style>
background-color css
<style>
a { background-color: #BDB412; }
a { background-color: rgb(189,180,18); }
div.DivClassName
{
background-color: #BDB412;
}
.BgClassName
{
background-color: #BDB412;
}
</style>
border-color css
<style>
span { border-color: #BDB412; }
span { border-color: rgb(189,180,18); }
td.TdClassName
{
border-color: #BDB412;
}
.TagClassName
{
border-color: #BDB412;
}
</style>