Shades of La Rioja #B2B104
Tints of La Rioja #B2B104
RGB
CMYK
RGB Variations
Color information
#B2B104 (or 0xB2B104) is known color: La Rioja. HEX triplet: B2, B1 and 04. RGB value is (178,177,4). Sum of RGB (Red+Green+Blue) = 178+177+4=359 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.58% from 359); Green value is 177 (69.53% from 255 or 49.30% from 359); Blue value is 4 (1.95% from 255 or 1.11% from 359); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B104 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2B104 is #4D4EFB. Grayscale: #9E9E9E. Windows color (decimal): -5066492 or 307634. OLE color: 307634.
HSL color Cylindrical-coordinate representation of color #B2B104: hue angle of 59.66º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B2B104 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 177 | 4 | - |
| CMYK | 0 | 0.01 | 0.98 | 0.30 |
| HSL | 59.66º | 0.96% | 0.36% | - |
| HSV(B) | 59.66º | 0.98% | 0.7% | - |
| XYZ | 34.1 | 40.92 | 6.22 | - |
| YUV | 157.58 | 41.33 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 177 | 4 | 0 | 0.01 | 0.98 | 0.30 | 59.66 | 0.96 | 0.36 |
| Hex | B2 | B1 | 4 | 0 | 1 | 62 | 1E | 3C | 60 | 24 |
| Octal | 262 | 261 | 4 | 0 | 1 | 142 | 36 | 74 | 140 | 44 |
| Binary | 10110010 | 10110001 | 100 | 0 | 1 | 1100010 | 11110 | 111100 | 1100000 | 100100 |
Color Harmonies of #B2B104
Complementary color
Monochromatic Colors of #B2B104
Black with #B2B104
Text Example
Text Example
White with #B2B104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B104; }
p { color: rgb(178,177,4); }
H1.HeaderClassName
{
color: #B2B104;
}
.AnyTagClassName
{
color: #B2B104;
}
</style>
background-color css
<style>
a { background-color: #B2B104; }
a { background-color: rgb(178,177,4); }
div.DivClassName
{
background-color: #B2B104;
}
.BgClassName
{
background-color: #B2B104;
}
</style>
border-color css
<style>
span { border-color: #B2B104; }
span { border-color: rgb(178,177,4); }
td.TdClassName
{
border-color: #B2B104;
}
.TagClassName
{
border-color: #B2B104;
}
</style>