Shades of La Rioja #B0B012
Tints of La Rioja #B0B012
RGB
CMYK
RGB Variations
Color information
#B0B012 (or 0xB0B012) is known color: La Rioja. HEX triplet: B0, B0 and 12. RGB value is (176,176,18). Sum of RGB (Red+Green+Blue) = 176+176+18=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 176 (69.14% from 255 or 47.57% from 370); Blue value is 18 (7.42% from 255 or 4.86% from 370); Max value from RGB is 176 - color contains mainly: red, green. Hex color #B0B012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0B012 is #4F4FED. Grayscale: #9E9E9E. Windows color (decimal): -5197806 or 1224880. OLE color: 1224880.
HSL color Cylindrical-coordinate representation of color #B0B012: hue angle of 60º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0B012 is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 176 | 18 | - |
| CMYK | 0 | 0 | 0.90 | 0.31 |
| HSL | 60º | 0.81% | 0.38% | - |
| HSV(B) | 60º | 0.9% | 0.69% | - |
| XYZ | 33.54 | 40.32 | 6.59 | - |
| YUV | 157.99 | 49 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 176 | 18 | 0 | 0 | 0.90 | 0.31 | 60 | 0.81 | 0.38 |
| Hex | B0 | B0 | 12 | 0 | 0 | 5A | 1F | 3C | 51 | 26 |
| Octal | 260 | 260 | 22 | 0 | 0 | 132 | 37 | 74 | 121 | 46 |
| Binary | 10110000 | 10110000 | 10010 | 0 | 0 | 1011010 | 11111 | 111100 | 1010001 | 100110 |
Color Harmonies of #B0B012
Complementary color
Monochromatic Colors of #B0B012
Black with #B0B012
Text Example
Text Example
White with #B0B012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B012; }
p { color: rgb(176,176,18); }
H1.HeaderClassName
{
color: #B0B012;
}
.AnyTagClassName
{
color: #B0B012;
}
</style>
background-color css
<style>
a { background-color: #B0B012; }
a { background-color: rgb(176,176,18); }
div.DivClassName
{
background-color: #B0B012;
}
.BgClassName
{
background-color: #B0B012;
}
</style>
border-color css
<style>
span { border-color: #B0B012; }
span { border-color: rgb(176,176,18); }
td.TdClassName
{
border-color: #B0B012;
}
.TagClassName
{
border-color: #B0B012;
}
</style>