Shades of La Rioja #B3BC14
Tints of La Rioja #B3BC14
RGB
CMYK
RGB Variations
Color information
#B3BC14 (or 0xB3BC14) is known color: La Rioja. HEX triplet: B3, BC and 14. RGB value is (179,188,20). Sum of RGB (Red+Green+Blue) = 179+188+20=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 188 (73.83% from 255 or 48.58% from 387); Blue value is 20 (8.20% from 255 or 5.17% from 387); Max value from RGB is 188 - color contains mainly: green. Hex color #B3BC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3BC14 is #4C43EB. Grayscale: #A6A6A6. Windows color (decimal): -4998124 or 1359027. OLE color: 1359027.
HSL color Cylindrical-coordinate representation of color #B3BC14: hue angle of 63.21º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B3BC14 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 188 | 20 | - |
| CMYK | 0.05 | 0 | 0.89 | 0.26 |
| HSL | 63.21º | 0.81% | 0.41% | - |
| HSV(B) | 63.21º | 0.89% | 0.74% | - |
| XYZ | 36.7 | 45.6 | 7.53 | - |
| YUV | 166.16 | 45.52 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 188 | 20 | 0.05 | 0 | 0.89 | 0.26 | 63.21 | 0.81 | 0.41 |
| Hex | B3 | BC | 14 | 5 | 0 | 59 | 1A | 3F | 51 | 29 |
| Octal | 263 | 274 | 24 | 5 | 0 | 131 | 32 | 77 | 121 | 51 |
| Binary | 10110011 | 10111100 | 10100 | 101 | 0 | 1011001 | 11010 | 111111 | 1010001 | 101001 |
Color Harmonies of #B3BC14
Complementary color
Monochromatic Colors of #B3BC14
Black with #B3BC14
Text Example
Text Example
White with #B3BC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BC14; }
p { color: rgb(179,188,20); }
H1.HeaderClassName
{
color: #B3BC14;
}
.AnyTagClassName
{
color: #B3BC14;
}
</style>
background-color css
<style>
a { background-color: #B3BC14; }
a { background-color: rgb(179,188,20); }
div.DivClassName
{
background-color: #B3BC14;
}
.BgClassName
{
background-color: #B3BC14;
}
</style>
border-color css
<style>
span { border-color: #B3BC14; }
span { border-color: rgb(179,188,20); }
td.TdClassName
{
border-color: #B3BC14;
}
.TagClassName
{
border-color: #B3BC14;
}
</style>