Shades of La Rioja #BDB316
Tints of La Rioja #BDB316
RGB
CMYK
RGB Variations
Color information
#BDB316 (or 0xBDB316) is known color: La Rioja. HEX triplet: BD, B3 and 16. RGB value is (189,179,22). Sum of RGB (Red+Green+Blue) = 189+179+22=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 179 (70.31% from 255 or 45.90% from 390); Blue value is 22 (8.98% from 255 or 5.64% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB316 is #424CE9. Grayscale: #A4A4A4. Windows color (decimal): -4345066 or 1487805. OLE color: 1487805.
HSL color Cylindrical-coordinate representation of color #BDB316: hue angle of 56.41º 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 #BDB316 is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 179 | 22 | - |
| CMYK | 0 | 0.05 | 0.88 | 0.26 |
| HSL | 56.41º | 0.79% | 0.41% | - |
| HSV(B) | 56.41º | 0.88% | 0.74% | - |
| XYZ | 37.25 | 43.12 | 7.12 | - |
| YUV | 164.09 | 47.81 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 22 | 0 | 0.05 | 0.88 | 0.26 | 56.41 | 0.79 | 0.41 |
| Hex | BD | B3 | 16 | 0 | 5 | 58 | 1A | 38 | 4F | 29 |
| Octal | 275 | 263 | 26 | 0 | 5 | 130 | 32 | 70 | 117 | 51 |
| Binary | 10111101 | 10110011 | 10110 | 0 | 101 | 1011000 | 11010 | 111000 | 1001111 | 101001 |
Color Harmonies of #BDB316
Complementary color
Monochromatic Colors of #BDB316
Black with #BDB316
Text Example
Text Example
White with #BDB316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB316; }
p { color: rgb(189,179,22); }
H1.HeaderClassName
{
color: #BDB316;
}
.AnyTagClassName
{
color: #BDB316;
}
</style>
background-color css
<style>
a { background-color: #BDB316; }
a { background-color: rgb(189,179,22); }
div.DivClassName
{
background-color: #BDB316;
}
.BgClassName
{
background-color: #BDB316;
}
</style>
border-color css
<style>
span { border-color: #BDB316; }
span { border-color: rgb(189,179,22); }
td.TdClassName
{
border-color: #BDB316;
}
.TagClassName
{
border-color: #BDB316;
}
</style>