Shades of La Rioja #B4BA14
Tints of La Rioja #B4BA14
RGB
CMYK
RGB Variations
Color information
#B4BA14 (or 0xB4BA14) is known color: La Rioja. HEX triplet: B4, BA and 14. RGB value is (180,186,20). Sum of RGB (Red+Green+Blue) = 180+186+20=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 186 (73.05% from 255 or 48.19% from 386); Blue value is 20 (8.20% from 255 or 5.18% from 386); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4BA14 is #4B45EB. Grayscale: #A5A5A5. Windows color (decimal): -4933100 or 1358516. OLE color: 1358516.
HSL color Cylindrical-coordinate representation of color #B4BA14: hue angle of 62.17º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B4BA14 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 186 | 20 | - |
| CMYK | 0.03 | 0 | 0.89 | 0.27 |
| HSL | 62.17º | 0.81% | 0.4% | - |
| HSV(B) | 62.17º | 0.89% | 0.73% | - |
| XYZ | 36.51 | 44.87 | 7.4 | - |
| YUV | 165.28 | 46.01 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 186 | 20 | 0.03 | 0 | 0.89 | 0.27 | 62.17 | 0.81 | 0.4 |
| Hex | B4 | BA | 14 | 3 | 0 | 59 | 1B | 3E | 51 | 28 |
| Octal | 264 | 272 | 24 | 3 | 0 | 131 | 33 | 76 | 121 | 50 |
| Binary | 10110100 | 10111010 | 10100 | 11 | 0 | 1011001 | 11011 | 111110 | 1010001 | 101000 |
Color Harmonies of #B4BA14
Complementary color
Monochromatic Colors of #B4BA14
Black with #B4BA14
Text Example
Text Example
White with #B4BA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BA14; }
p { color: rgb(180,186,20); }
H1.HeaderClassName
{
color: #B4BA14;
}
.AnyTagClassName
{
color: #B4BA14;
}
</style>
background-color css
<style>
a { background-color: #B4BA14; }
a { background-color: rgb(180,186,20); }
div.DivClassName
{
background-color: #B4BA14;
}
.BgClassName
{
background-color: #B4BA14;
}
</style>
border-color css
<style>
span { border-color: #B4BA14; }
span { border-color: rgb(180,186,20); }
td.TdClassName
{
border-color: #B4BA14;
}
.TagClassName
{
border-color: #B4BA14;
}
</style>