Shades of La Rioja #B0AF0C
Tints of La Rioja #B0AF0C
RGB
CMYK
RGB Variations
Color information
#B0AF0C (or 0xB0AF0C) is known color: La Rioja. HEX triplet: B0, AF and 0C. RGB value is (176,175,12). Sum of RGB (Red+Green+Blue) = 176+175+12=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 175 (68.75% from 255 or 48.21% from 363); Blue value is 12 (5.08% from 255 or 3.31% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AF0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0AF0C is #4F50F3. Grayscale: #9D9D9D. Windows color (decimal): -5198068 or 831408. OLE color: 831408.
HSL color Cylindrical-coordinate representation of color #B0AF0C: hue angle of 59.63º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0AF0C is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 175 | 12 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.31 |
| HSL | 59.63º | 0.87% | 0.37% | - |
| HSV(B) | 59.63º | 0.93% | 0.69% | - |
| XYZ | 33.3 | 39.92 | 6.3 | - |
| YUV | 156.72 | 46.33 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 175 | 12 | 0 | 0.01 | 0.93 | 0.31 | 59.63 | 0.87 | 0.37 |
| Hex | B0 | AF | C | 0 | 1 | 5D | 1F | 3C | 57 | 25 |
| Octal | 260 | 257 | 14 | 0 | 1 | 135 | 37 | 74 | 127 | 45 |
| Binary | 10110000 | 10101111 | 1100 | 0 | 1 | 1011101 | 11111 | 111100 | 1010111 | 100101 |
Color Harmonies of #B0AF0C
Complementary color
Monochromatic Colors of #B0AF0C
Black with #B0AF0C
Text Example
Text Example
White with #B0AF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AF0C; }
p { color: rgb(176,175,12); }
H1.HeaderClassName
{
color: #B0AF0C;
}
.AnyTagClassName
{
color: #B0AF0C;
}
</style>
background-color css
<style>
a { background-color: #B0AF0C; }
a { background-color: rgb(176,175,12); }
div.DivClassName
{
background-color: #B0AF0C;
}
.BgClassName
{
background-color: #B0AF0C;
}
</style>
border-color css
<style>
span { border-color: #B0AF0C; }
span { border-color: rgb(176,175,12); }
td.TdClassName
{
border-color: #B0AF0C;
}
.TagClassName
{
border-color: #B0AF0C;
}
</style>