Shades of La Rioja #BDB413
Tints of La Rioja #BDB413
RGB
CMYK
RGB Variations
Color information
#BDB413 (or 0xBDB413) is known color: La Rioja. HEX triplet: BD, B4 and 13. RGB value is (189,180,19). Sum of RGB (Red+Green+Blue) = 189+180+19=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 180 (70.70% from 255 or 46.39% from 388); Blue value is 19 (7.81% from 255 or 4.90% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB413 is #424BEC. Grayscale: #A4A4A4. Windows color (decimal): -4344813 or 1291453. OLE color: 1291453.
HSL color Cylindrical-coordinate representation of color #BDB413: hue angle of 56.82º degrees, saturation: 0.82, 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 #BDB413 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 180 | 19 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.26 |
| HSL | 56.82º | 0.82% | 0.41% | - |
| HSV(B) | 56.82º | 0.9% | 0.74% | - |
| XYZ | 37.43 | 43.51 | 7.04 | - |
| YUV | 164.34 | 45.98 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 19 | 0 | 0.05 | 0.90 | 0.26 | 56.82 | 0.82 | 0.41 |
| Hex | BD | B4 | 13 | 0 | 5 | 5A | 1A | 39 | 52 | 29 |
| Octal | 275 | 264 | 23 | 0 | 5 | 132 | 32 | 71 | 122 | 51 |
| Binary | 10111101 | 10110100 | 10011 | 0 | 101 | 1011010 | 11010 | 111001 | 1010010 | 101001 |
Color Harmonies of #BDB413
Complementary color
Monochromatic Colors of #BDB413
Black with #BDB413
Text Example
Text Example
White with #BDB413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB413; }
p { color: rgb(189,180,19); }
H1.HeaderClassName
{
color: #BDB413;
}
.AnyTagClassName
{
color: #BDB413;
}
</style>
background-color css
<style>
a { background-color: #BDB413; }
a { background-color: rgb(189,180,19); }
div.DivClassName
{
background-color: #BDB413;
}
.BgClassName
{
background-color: #BDB413;
}
</style>
border-color css
<style>
span { border-color: #BDB413; }
span { border-color: rgb(189,180,19); }
td.TdClassName
{
border-color: #BDB413;
}
.TagClassName
{
border-color: #BDB413;
}
</style>