Shades of La Rioja #B6BA0E
Tints of La Rioja #B6BA0E
RGB
CMYK
RGB Variations
Color information
#B6BA0E (or 0xB6BA0E) is known color: La Rioja. HEX triplet: B6, BA and 0E. RGB value is (182,186,14). Sum of RGB (Red+Green+Blue) = 182+186+14=382 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.64% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 14 (5.86% from 255 or 3.66% from 382); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BA0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6BA0E is #4945F1. Grayscale: #A5A5A5. Windows color (decimal): -4802034 or 965302. OLE color: 965302.
HSL color Cylindrical-coordinate representation of color #B6BA0E: hue angle of 61.4º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B6BA0E is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 186 | 14 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.27 |
| HSL | 61.4º | 0.86% | 0.39% | - |
| HSV(B) | 61.4º | 0.92% | 0.73% | - |
| XYZ | 36.93 | 45.09 | 7.17 | - |
| YUV | 165.2 | 42.67 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 186 | 14 | 0.02 | 0 | 0.92 | 0.27 | 61.4 | 0.86 | 0.39 |
| Hex | B6 | BA | E | 2 | 0 | 5C | 1B | 3D | 56 | 27 |
| Octal | 266 | 272 | 16 | 2 | 0 | 134 | 33 | 75 | 126 | 47 |
| Binary | 10110110 | 10111010 | 1110 | 10 | 0 | 1011100 | 11011 | 111101 | 1010110 | 100111 |
Color Harmonies of #B6BA0E
Complementary color
Monochromatic Colors of #B6BA0E
Black with #B6BA0E
Text Example
Text Example
White with #B6BA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BA0E; }
p { color: rgb(182,186,14); }
H1.HeaderClassName
{
color: #B6BA0E;
}
.AnyTagClassName
{
color: #B6BA0E;
}
</style>
background-color css
<style>
a { background-color: #B6BA0E; }
a { background-color: rgb(182,186,14); }
div.DivClassName
{
background-color: #B6BA0E;
}
.BgClassName
{
background-color: #B6BA0E;
}
</style>
border-color css
<style>
span { border-color: #B6BA0E; }
span { border-color: rgb(182,186,14); }
td.TdClassName
{
border-color: #B6BA0E;
}
.TagClassName
{
border-color: #B6BA0E;
}
</style>