Shades of La Rioja #B0AB0B
Tints of La Rioja #B0AB0B
RGB
CMYK
RGB Variations
Color information
#B0AB0B (or 0xB0AB0B) is known color: La Rioja. HEX triplet: B0, AB and 0B. RGB value is (176,171,11). Sum of RGB (Red+Green+Blue) = 176+171+11=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 171 (67.19% from 255 or 47.77% from 358); Blue value is 11 (4.69% from 255 or 3.07% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0AB0B is #4F54F4. Grayscale: #9A9A9A. Windows color (decimal): -5199093 or 764848. OLE color: 764848.
HSL color Cylindrical-coordinate representation of color #B0AB0B: hue angle of 58.18º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0AB0B is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 171 | 11 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.31 |
| HSL | 58.18º | 0.88% | 0.37% | - |
| HSV(B) | 58.18º | 0.94% | 0.69% | - |
| XYZ | 32.53 | 38.38 | 6.01 | - |
| YUV | 154.26 | 47.16 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 171 | 11 | 0 | 0.03 | 0.94 | 0.31 | 58.18 | 0.88 | 0.37 |
| Hex | B0 | AB | B | 0 | 3 | 5E | 1F | 3A | 58 | 25 |
| Octal | 260 | 253 | 13 | 0 | 3 | 136 | 37 | 72 | 130 | 45 |
| Binary | 10110000 | 10101011 | 1011 | 0 | 11 | 1011110 | 11111 | 111010 | 1011000 | 100101 |
Color Harmonies of #B0AB0B
Complementary color
Monochromatic Colors of #B0AB0B
Black with #B0AB0B
Text Example
Text Example
White with #B0AB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AB0B; }
p { color: rgb(176,171,11); }
H1.HeaderClassName
{
color: #B0AB0B;
}
.AnyTagClassName
{
color: #B0AB0B;
}
</style>
background-color css
<style>
a { background-color: #B0AB0B; }
a { background-color: rgb(176,171,11); }
div.DivClassName
{
background-color: #B0AB0B;
}
.BgClassName
{
background-color: #B0AB0B;
}
</style>
border-color css
<style>
span { border-color: #B0AB0B; }
span { border-color: rgb(176,171,11); }
td.TdClassName
{
border-color: #B0AB0B;
}
.TagClassName
{
border-color: #B0AB0B;
}
</style>