Shades of La Rioja #BDB416
Tints of La Rioja #BDB416
RGB
CMYK
RGB Variations
Color information
#BDB416 (or 0xBDB416) is known color: La Rioja. HEX triplet: BD, B4 and 16. RGB value is (189,180,22). Sum of RGB (Red+Green+Blue) = 189+180+22=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 180 (70.70% from 255 or 46.04% from 391); Blue value is 22 (8.98% from 255 or 5.63% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB416 is #424BE9. Grayscale: #A5A5A5. Windows color (decimal): -4344810 or 1488061. OLE color: 1488061.
HSL color Cylindrical-coordinate representation of color #BDB416: hue angle of 56.77º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDB416 is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 180 | 22 | - |
| CMYK | 0 | 0.05 | 0.88 | 0.26 |
| HSL | 56.77º | 0.79% | 0.41% | - |
| HSV(B) | 56.77º | 0.88% | 0.74% | - |
| XYZ | 37.45 | 43.52 | 7.19 | - |
| YUV | 164.68 | 47.48 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 22 | 0 | 0.05 | 0.88 | 0.26 | 56.77 | 0.79 | 0.41 |
| Hex | BD | B4 | 16 | 0 | 5 | 58 | 1A | 39 | 4F | 29 |
| Octal | 275 | 264 | 26 | 0 | 5 | 130 | 32 | 71 | 117 | 51 |
| Binary | 10111101 | 10110100 | 10110 | 0 | 101 | 1011000 | 11010 | 111001 | 1001111 | 101001 |
Color Harmonies of #BDB416
Complementary color
Monochromatic Colors of #BDB416
Black with #BDB416
Text Example
Text Example
White with #BDB416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB416; }
p { color: rgb(189,180,22); }
H1.HeaderClassName
{
color: #BDB416;
}
.AnyTagClassName
{
color: #BDB416;
}
</style>
background-color css
<style>
a { background-color: #BDB416; }
a { background-color: rgb(189,180,22); }
div.DivClassName
{
background-color: #BDB416;
}
.BgClassName
{
background-color: #BDB416;
}
</style>
border-color css
<style>
span { border-color: #BDB416; }
span { border-color: rgb(189,180,22); }
td.TdClassName
{
border-color: #BDB416;
}
.TagClassName
{
border-color: #BDB416;
}
</style>