Shades of La Rioja #B0B511
Tints of La Rioja #B0B511
RGB
CMYK
RGB Variations
Color information
#B0B511 (or 0xB0B511) is known color: La Rioja. HEX triplet: B0, B5 and 11. RGB value is (176,181,17). Sum of RGB (Red+Green+Blue) = 176+181+17=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 181 (71.09% from 255 or 48.40% from 374); Blue value is 17 (7.03% from 255 or 4.55% from 374); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B511 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0B511 is #4F4AEE. Grayscale: #A1A1A1. Windows color (decimal): -5196527 or 1160624. OLE color: 1160624.
HSL color Cylindrical-coordinate representation of color #B0B511: hue angle of 61.83º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B0B511 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 181 | 17 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.29 |
| HSL | 61.83º | 0.83% | 0.39% | - |
| HSV(B) | 61.83º | 0.91% | 0.71% | - |
| XYZ | 34.53 | 42.32 | 6.88 | - |
| YUV | 160.81 | 46.84 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 181 | 17 | 0.03 | 0 | 0.91 | 0.29 | 61.83 | 0.83 | 0.39 |
| Hex | B0 | B5 | 11 | 3 | 0 | 5B | 1D | 3E | 53 | 27 |
| Octal | 260 | 265 | 21 | 3 | 0 | 133 | 35 | 76 | 123 | 47 |
| Binary | 10110000 | 10110101 | 10001 | 11 | 0 | 1011011 | 11101 | 111110 | 1010011 | 100111 |
Color Harmonies of #B0B511
Complementary color
Monochromatic Colors of #B0B511
Black with #B0B511
Text Example
Text Example
White with #B0B511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B511; }
p { color: rgb(176,181,17); }
H1.HeaderClassName
{
color: #B0B511;
}
.AnyTagClassName
{
color: #B0B511;
}
</style>
background-color css
<style>
a { background-color: #B0B511; }
a { background-color: rgb(176,181,17); }
div.DivClassName
{
background-color: #B0B511;
}
.BgClassName
{
background-color: #B0B511;
}
</style>
border-color css
<style>
span { border-color: #B0B511; }
span { border-color: rgb(176,181,17); }
td.TdClassName
{
border-color: #B0B511;
}
.TagClassName
{
border-color: #B0B511;
}
</style>