Shades of La Rioja #B2B101
Tints of La Rioja #B2B101
RGB
CMYK
RGB Variations
Color information
#B2B101 (or 0xB2B101) is known color: La Rioja. HEX triplet: B2, B1 and 01. RGB value is (178,177,1). Sum of RGB (Red+Green+Blue) = 178+177+1=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 177 (69.53% from 255 or 49.72% from 356); Blue value is 1 (0.78% from 255 or 0.28% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2B101 is #4D4EFE. Grayscale: #9D9D9D. Windows color (decimal): -5066495 or 111026. OLE color: 111026.
HSL color Cylindrical-coordinate representation of color #B2B101: hue angle of 59.66º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B2B101 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 177 | 1 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.30 |
| HSL | 59.66º | 0.99% | 0.35% | - |
| HSV(B) | 59.66º | 0.99% | 0.7% | - |
| XYZ | 34.09 | 40.91 | 6.13 | - |
| YUV | 157.24 | 39.83 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 177 | 1 | 0 | 0.01 | 0.99 | 0.30 | 59.66 | 0.99 | 0.35 |
| Hex | B2 | B1 | 1 | 0 | 1 | 63 | 1E | 3C | 63 | 23 |
| Octal | 262 | 261 | 1 | 0 | 1 | 143 | 36 | 74 | 143 | 43 |
| Binary | 10110010 | 10110001 | 1 | 0 | 1 | 1100011 | 11110 | 111100 | 1100011 | 100011 |
Color Harmonies of #B2B101
Complementary color
Monochromatic Colors of #B2B101
Black with #B2B101
Text Example
Text Example
White with #B2B101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B101; }
p { color: rgb(178,177,1); }
H1.HeaderClassName
{
color: #B2B101;
}
.AnyTagClassName
{
color: #B2B101;
}
</style>
background-color css
<style>
a { background-color: #B2B101; }
a { background-color: rgb(178,177,1); }
div.DivClassName
{
background-color: #B2B101;
}
.BgClassName
{
background-color: #B2B101;
}
</style>
border-color css
<style>
span { border-color: #B2B101; }
span { border-color: rgb(178,177,1); }
td.TdClassName
{
border-color: #B2B101;
}
.TagClassName
{
border-color: #B2B101;
}
</style>