Shades of La Rioja #B1AE0E
Tints of La Rioja #B1AE0E
RGB
CMYK
RGB Variations
Color information
#B1AE0E (or 0xB1AE0E) is known color: La Rioja. HEX triplet: B1, AE and 0E. RGB value is (177,174,14). Sum of RGB (Red+Green+Blue) = 177+174+14=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 174 (68.36% from 255 or 47.67% from 365); Blue value is 14 (5.86% from 255 or 3.84% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AE0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1AE0E is #4E51F1. Grayscale: #9D9D9D. Windows color (decimal): -5132786 or 962225. OLE color: 962225.
HSL color Cylindrical-coordinate representation of color #B1AE0E: hue angle of 58.9º 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 #B1AE0E is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 174 | 14 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.31 |
| HSL | 58.9º | 0.85% | 0.37% | - |
| HSV(B) | 58.9º | 0.92% | 0.69% | - |
| XYZ | 33.35 | 39.65 | 6.31 | - |
| YUV | 156.66 | 47.49 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 174 | 14 | 0 | 0.02 | 0.92 | 0.31 | 58.9 | 0.85 | 0.37 |
| Hex | B1 | AE | E | 0 | 2 | 5C | 1F | 3B | 55 | 25 |
| Octal | 261 | 256 | 16 | 0 | 2 | 134 | 37 | 73 | 125 | 45 |
| Binary | 10110001 | 10101110 | 1110 | 0 | 10 | 1011100 | 11111 | 111011 | 1010101 | 100101 |
Color Harmonies of #B1AE0E
Complementary color
Monochromatic Colors of #B1AE0E
Black with #B1AE0E
Text Example
Text Example
White with #B1AE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AE0E; }
p { color: rgb(177,174,14); }
H1.HeaderClassName
{
color: #B1AE0E;
}
.AnyTagClassName
{
color: #B1AE0E;
}
</style>
background-color css
<style>
a { background-color: #B1AE0E; }
a { background-color: rgb(177,174,14); }
div.DivClassName
{
background-color: #B1AE0E;
}
.BgClassName
{
background-color: #B1AE0E;
}
</style>
border-color css
<style>
span { border-color: #B1AE0E; }
span { border-color: rgb(177,174,14); }
td.TdClassName
{
border-color: #B1AE0E;
}
.TagClassName
{
border-color: #B1AE0E;
}
</style>