Shades of La Rioja #B2B10E
Tints of La Rioja #B2B10E
RGB
CMYK
RGB Variations
Color information
#B2B10E (or 0xB2B10E) is known color: La Rioja. HEX triplet: B2, B1 and 0E. RGB value is (178,177,14). Sum of RGB (Red+Green+Blue) = 178+177+14=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 177 (69.53% from 255 or 47.97% from 369); Blue value is 14 (5.86% from 255 or 3.79% from 369); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B10E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2B10E is #4D4EF1. Grayscale: #9F9F9F. Windows color (decimal): -5066482 or 962994. OLE color: 962994.
HSL color Cylindrical-coordinate representation of color #B2B10E: hue angle of 59.63º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2B10E is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 177 | 14 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.30 |
| HSL | 59.63º | 0.85% | 0.38% | - |
| HSV(B) | 59.63º | 0.92% | 0.7% | - |
| XYZ | 34.16 | 40.94 | 6.52 | - |
| YUV | 158.72 | 46.33 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 177 | 14 | 0 | 0.01 | 0.92 | 0.30 | 59.63 | 0.85 | 0.38 |
| Hex | B2 | B1 | E | 0 | 1 | 5C | 1E | 3C | 55 | 26 |
| Octal | 262 | 261 | 16 | 0 | 1 | 134 | 36 | 74 | 125 | 46 |
| Binary | 10110010 | 10110001 | 1110 | 0 | 1 | 1011100 | 11110 | 111100 | 1010101 | 100110 |
Color Harmonies of #B2B10E
Complementary color
Monochromatic Colors of #B2B10E
Black with #B2B10E
Text Example
Text Example
White with #B2B10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B10E; }
p { color: rgb(178,177,14); }
H1.HeaderClassName
{
color: #B2B10E;
}
.AnyTagClassName
{
color: #B2B10E;
}
</style>
background-color css
<style>
a { background-color: #B2B10E; }
a { background-color: rgb(178,177,14); }
div.DivClassName
{
background-color: #B2B10E;
}
.BgClassName
{
background-color: #B2B10E;
}
</style>
border-color css
<style>
span { border-color: #B2B10E; }
span { border-color: rgb(178,177,14); }
td.TdClassName
{
border-color: #B2B10E;
}
.TagClassName
{
border-color: #B2B10E;
}
</style>