Shades of La Rioja #B3BA0A
Tints of La Rioja #B3BA0A
RGB
CMYK
RGB Variations
Color information
#B3BA0A (or 0xB3BA0A) is known color: La Rioja. HEX triplet: B3, BA and 0A. RGB value is (179,186,10). Sum of RGB (Red+Green+Blue) = 179+186+10=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 186 (73.05% from 255 or 49.6% from 375); Blue value is 10 (4.30% from 255 or 2.67% from 375); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3BA0A is #4C45F5. Grayscale: #A4A4A4. Windows color (decimal): -4998646 or 703155. OLE color: 703155.
HSL color Cylindrical-coordinate representation of color #B3BA0A: hue angle of 62.39º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B3BA0A is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 186 | 10 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.27 |
| HSL | 62.39º | 0.9% | 0.38% | - |
| HSV(B) | 62.39º | 0.95% | 0.73% | - |
| XYZ | 36.2 | 44.72 | 7.01 | - |
| YUV | 163.84 | 41.18 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 186 | 10 | 0.04 | 0 | 0.95 | 0.27 | 62.39 | 0.9 | 0.38 |
| Hex | B3 | BA | A | 4 | 0 | 5F | 1B | 3E | 5A | 26 |
| Octal | 263 | 272 | 12 | 4 | 0 | 137 | 33 | 76 | 132 | 46 |
| Binary | 10110011 | 10111010 | 1010 | 100 | 0 | 1011111 | 11011 | 111110 | 1011010 | 100110 |
Color Harmonies of #B3BA0A
Complementary color
Monochromatic Colors of #B3BA0A
Black with #B3BA0A
Text Example
Text Example
White with #B3BA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BA0A; }
p { color: rgb(179,186,10); }
H1.HeaderClassName
{
color: #B3BA0A;
}
.AnyTagClassName
{
color: #B3BA0A;
}
</style>
background-color css
<style>
a { background-color: #B3BA0A; }
a { background-color: rgb(179,186,10); }
div.DivClassName
{
background-color: #B3BA0A;
}
.BgClassName
{
background-color: #B3BA0A;
}
</style>
border-color css
<style>
span { border-color: #B3BA0A; }
span { border-color: rgb(179,186,10); }
td.TdClassName
{
border-color: #B3BA0A;
}
.TagClassName
{
border-color: #B3BA0A;
}
</style>