Shades of La Rioja #B2B110
Tints of La Rioja #B2B110
RGB
CMYK
RGB Variations
Color information
#B2B110 (or 0xB2B110) is known color: La Rioja. HEX triplet: B2, B1 and 10. RGB value is (178,177,16). Sum of RGB (Red+Green+Blue) = 178+177+16=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 177 (69.53% from 255 or 47.71% from 371); Blue value is 16 (6.64% from 255 or 4.31% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2B110 is #4D4EEF. Grayscale: #9F9F9F. Windows color (decimal): -5066480 or 1094066. OLE color: 1094066.
HSL color Cylindrical-coordinate representation of color #B2B110: hue angle of 59.63º 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 #B2B110 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 177 | 16 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.30 |
| HSL | 59.63º | 0.84% | 0.38% | - |
| HSV(B) | 59.63º | 0.91% | 0.7% | - |
| XYZ | 34.18 | 40.95 | 6.59 | - |
| YUV | 158.95 | 47.33 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 177 | 16 | 0 | 0.01 | 0.91 | 0.30 | 59.63 | 0.84 | 0.38 |
| Hex | B2 | B1 | 10 | 0 | 1 | 5B | 1E | 3C | 54 | 26 |
| Octal | 262 | 261 | 20 | 0 | 1 | 133 | 36 | 74 | 124 | 46 |
| Binary | 10110010 | 10110001 | 10000 | 0 | 1 | 1011011 | 11110 | 111100 | 1010100 | 100110 |
Color Harmonies of #B2B110
Complementary color
Monochromatic Colors of #B2B110
Black with #B2B110
Text Example
Text Example
White with #B2B110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B110; }
p { color: rgb(178,177,16); }
H1.HeaderClassName
{
color: #B2B110;
}
.AnyTagClassName
{
color: #B2B110;
}
</style>
background-color css
<style>
a { background-color: #B2B110; }
a { background-color: rgb(178,177,16); }
div.DivClassName
{
background-color: #B2B110;
}
.BgClassName
{
background-color: #B2B110;
}
</style>
border-color css
<style>
span { border-color: #B2B110; }
span { border-color: rgb(178,177,16); }
td.TdClassName
{
border-color: #B2B110;
}
.TagClassName
{
border-color: #B2B110;
}
</style>