Shades of La Rioja #B5B913
Tints of La Rioja #B5B913
RGB
CMYK
RGB Variations
Color information
#B5B913 (or 0xB5B913) is known color: La Rioja. HEX triplet: B5, B9 and 13. RGB value is (181,185,19). Sum of RGB (Red+Green+Blue) = 181+185+19=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 185 (72.66% from 255 or 48.05% from 385); Blue value is 19 (7.81% from 255 or 4.94% from 385); Max value from RGB is 185 - color contains mainly: green. Hex color #B5B913 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5B913 is #4A46EC. Grayscale: #A5A5A5. Windows color (decimal): -4867821 or 1292725. OLE color: 1292725.
HSL color Cylindrical-coordinate representation of color #B5B913: hue angle of 61.45º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5B913 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 185 | 19 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.27 |
| HSL | 61.45º | 0.81% | 0.4% | - |
| HSV(B) | 61.45º | 0.9% | 0.73% | - |
| XYZ | 36.52 | 44.57 | 7.29 | - |
| YUV | 164.88 | 45.67 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 185 | 19 | 0.02 | 0 | 0.90 | 0.27 | 61.45 | 0.81 | 0.4 |
| Hex | B5 | B9 | 13 | 2 | 0 | 5A | 1B | 3D | 51 | 28 |
| Octal | 265 | 271 | 23 | 2 | 0 | 132 | 33 | 75 | 121 | 50 |
| Binary | 10110101 | 10111001 | 10011 | 10 | 0 | 1011010 | 11011 | 111101 | 1010001 | 101000 |
Color Harmonies of #B5B913
Complementary color
Monochromatic Colors of #B5B913
Black with #B5B913
Text Example
Text Example
White with #B5B913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B913; }
p { color: rgb(181,185,19); }
H1.HeaderClassName
{
color: #B5B913;
}
.AnyTagClassName
{
color: #B5B913;
}
</style>
background-color css
<style>
a { background-color: #B5B913; }
a { background-color: rgb(181,185,19); }
div.DivClassName
{
background-color: #B5B913;
}
.BgClassName
{
background-color: #B5B913;
}
</style>
border-color css
<style>
span { border-color: #B5B913; }
span { border-color: rgb(181,185,19); }
td.TdClassName
{
border-color: #B5B913;
}
.TagClassName
{
border-color: #B5B913;
}
</style>