Shades of La Rioja #B0B210
Tints of La Rioja #B0B210
RGB
CMYK
RGB Variations
Color information
#B0B210 (or 0xB0B210) is known color: La Rioja. HEX triplet: B0, B2 and 10. RGB value is (176,178,16). Sum of RGB (Red+Green+Blue) = 176+178+16=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 178 (69.92% from 255 or 48.11% from 370); Blue value is 16 (6.64% from 255 or 4.32% from 370); Max value from RGB is 178 - color contains mainly: green. Hex color #B0B210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0B210 is #4F4DEF. Grayscale: #9F9F9F. Windows color (decimal): -5197296 or 1094320. OLE color: 1094320.
HSL color Cylindrical-coordinate representation of color #B0B210: hue angle of 60.74º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B0B210 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 178 | 16 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.30 |
| HSL | 60.74º | 0.84% | 0.38% | - |
| HSV(B) | 60.74º | 0.91% | 0.7% | - |
| XYZ | 33.92 | 41.11 | 6.64 | - |
| YUV | 158.93 | 47.34 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 178 | 16 | 0.01 | 0 | 0.91 | 0.30 | 60.74 | 0.84 | 0.38 |
| Hex | B0 | B2 | 10 | 1 | 0 | 5B | 1E | 3D | 54 | 26 |
| Octal | 260 | 262 | 20 | 1 | 0 | 133 | 36 | 75 | 124 | 46 |
| Binary | 10110000 | 10110010 | 10000 | 1 | 0 | 1011011 | 11110 | 111101 | 1010100 | 100110 |
Color Harmonies of #B0B210
Complementary color
Monochromatic Colors of #B0B210
Black with #B0B210
Text Example
Text Example
White with #B0B210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B210; }
p { color: rgb(176,178,16); }
H1.HeaderClassName
{
color: #B0B210;
}
.AnyTagClassName
{
color: #B0B210;
}
</style>
background-color css
<style>
a { background-color: #B0B210; }
a { background-color: rgb(176,178,16); }
div.DivClassName
{
background-color: #B0B210;
}
.BgClassName
{
background-color: #B0B210;
}
</style>
border-color css
<style>
span { border-color: #B0B210; }
span { border-color: rgb(176,178,16); }
td.TdClassName
{
border-color: #B0B210;
}
.TagClassName
{
border-color: #B0B210;
}
</style>