Shades of La Rioja #B5B519
Tints of La Rioja #B5B519
RGB
CMYK
RGB Variations
Color information
#B5B519 (or 0xB5B519) is known color: La Rioja. HEX triplet: B5, B5 and 19. RGB value is (181,181,25). Sum of RGB (Red+Green+Blue) = 181+181+25=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 181 (71.09% from 255 or 46.77% from 387); Blue value is 25 (10.16% from 255 or 6.46% from 387); Max value from RGB is 181 - color contains mainly: red, green. Hex color #B5B519 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5B519 is #4A4AE6. Grayscale: #A3A3A3. Windows color (decimal): -4868839 or 1684917. OLE color: 1684917.
HSL color Cylindrical-coordinate representation of color #B5B519: hue angle of 60º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B5B519 is Cyan = 0, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 181 | 25 | - |
| CMYK | 0 | 0 | 0.86 | 0.29 |
| HSL | 60º | 0.76% | 0.4% | - |
| HSV(B) | 60º | 0.86% | 0.71% | - |
| XYZ | 35.76 | 42.94 | 7.32 | - |
| YUV | 163.22 | 50 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 181 | 25 | 0 | 0 | 0.86 | 0.29 | 60 | 0.76 | 0.4 |
| Hex | B5 | B5 | 19 | 0 | 0 | 56 | 1D | 3C | 4C | 28 |
| Octal | 265 | 265 | 31 | 0 | 0 | 126 | 35 | 74 | 114 | 50 |
| Binary | 10110101 | 10110101 | 11001 | 0 | 0 | 1010110 | 11101 | 111100 | 1001100 | 101000 |
Color Harmonies of #B5B519
Complementary color
Monochromatic Colors of #B5B519
Black with #B5B519
Text Example
Text Example
White with #B5B519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B519; }
p { color: rgb(181,181,25); }
H1.HeaderClassName
{
color: #B5B519;
}
.AnyTagClassName
{
color: #B5B519;
}
</style>
background-color css
<style>
a { background-color: #B5B519; }
a { background-color: rgb(181,181,25); }
div.DivClassName
{
background-color: #B5B519;
}
.BgClassName
{
background-color: #B5B519;
}
</style>
border-color css
<style>
span { border-color: #B5B519; }
span { border-color: rgb(181,181,25); }
td.TdClassName
{
border-color: #B5B519;
}
.TagClassName
{
border-color: #B5B519;
}
</style>