Shades of La Rioja #B0AC0E
Tints of La Rioja #B0AC0E
RGB
CMYK
RGB Variations
Color information
#B0AC0E (or 0xB0AC0E) is known color: La Rioja. HEX triplet: B0, AC and 0E. RGB value is (176,172,14). Sum of RGB (Red+Green+Blue) = 176+172+14=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 172 (67.58% from 255 or 47.51% from 362); Blue value is 14 (5.86% from 255 or 3.87% from 362); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AC0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0AC0E is #4F53F1. Grayscale: #9B9B9B. Windows color (decimal): -5198834 or 961712. OLE color: 961712.
HSL color Cylindrical-coordinate representation of color #B0AC0E: hue angle of 58.52º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B0AC0E is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 172 | 14 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.31 |
| HSL | 58.52º | 0.85% | 0.37% | - |
| HSV(B) | 58.52º | 0.92% | 0.69% | - |
| XYZ | 32.74 | 38.77 | 6.17 | - |
| YUV | 155.18 | 48.33 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 172 | 14 | 0 | 0.02 | 0.92 | 0.31 | 58.52 | 0.85 | 0.37 |
| Hex | B0 | AC | E | 0 | 2 | 5C | 1F | 3B | 55 | 25 |
| Octal | 260 | 254 | 16 | 0 | 2 | 134 | 37 | 73 | 125 | 45 |
| Binary | 10110000 | 10101100 | 1110 | 0 | 10 | 1011100 | 11111 | 111011 | 1010101 | 100101 |
Color Harmonies of #B0AC0E
Complementary color
Monochromatic Colors of #B0AC0E
Black with #B0AC0E
Text Example
Text Example
White with #B0AC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AC0E; }
p { color: rgb(176,172,14); }
H1.HeaderClassName
{
color: #B0AC0E;
}
.AnyTagClassName
{
color: #B0AC0E;
}
</style>
background-color css
<style>
a { background-color: #B0AC0E; }
a { background-color: rgb(176,172,14); }
div.DivClassName
{
background-color: #B0AC0E;
}
.BgClassName
{
background-color: #B0AC0E;
}
</style>
border-color css
<style>
span { border-color: #B0AC0E; }
span { border-color: rgb(176,172,14); }
td.TdClassName
{
border-color: #B0AC0E;
}
.TagClassName
{
border-color: #B0AC0E;
}
</style>