Shades of La Rioja #B3BA10
Tints of La Rioja #B3BA10
RGB
CMYK
RGB Variations
Color information
#B3BA10 (or 0xB3BA10) is known color: La Rioja. HEX triplet: B3, BA and 10. RGB value is (179,186,16). Sum of RGB (Red+Green+Blue) = 179+186+16=381 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.98% from 381); Green value is 186 (73.05% from 255 or 48.82% from 381); Blue value is 16 (6.64% from 255 or 4.20% from 381); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3BA10 is #4C45EF. Grayscale: #A5A5A5. Windows color (decimal): -4998640 or 1096371. OLE color: 1096371.
HSL color Cylindrical-coordinate representation of color #B3BA10: hue angle of 62.47º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B3BA10 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 186 | 16 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.27 |
| HSL | 62.47º | 0.84% | 0.4% | - |
| HSV(B) | 62.47º | 0.91% | 0.73% | - |
| XYZ | 36.24 | 44.74 | 7.22 | - |
| YUV | 164.53 | 44.18 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 186 | 16 | 0.04 | 0 | 0.91 | 0.27 | 62.47 | 0.84 | 0.4 |
| Hex | B3 | BA | 10 | 4 | 0 | 5B | 1B | 3E | 54 | 28 |
| Octal | 263 | 272 | 20 | 4 | 0 | 133 | 33 | 76 | 124 | 50 |
| Binary | 10110011 | 10111010 | 10000 | 100 | 0 | 1011011 | 11011 | 111110 | 1010100 | 101000 |
Color Harmonies of #B3BA10
Complementary color
Monochromatic Colors of #B3BA10
Black with #B3BA10
Text Example
Text Example
White with #B3BA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BA10; }
p { color: rgb(179,186,16); }
H1.HeaderClassName
{
color: #B3BA10;
}
.AnyTagClassName
{
color: #B3BA10;
}
</style>
background-color css
<style>
a { background-color: #B3BA10; }
a { background-color: rgb(179,186,16); }
div.DivClassName
{
background-color: #B3BA10;
}
.BgClassName
{
background-color: #B3BA10;
}
</style>
border-color css
<style>
span { border-color: #B3BA10; }
span { border-color: rgb(179,186,16); }
td.TdClassName
{
border-color: #B3BA10;
}
.TagClassName
{
border-color: #B3BA10;
}
</style>