Shades of La Rioja #B3AF0C
Tints of La Rioja #B3AF0C
RGB
CMYK
RGB Variations
Color information
#B3AF0C (or 0xB3AF0C) is known color: La Rioja. HEX triplet: B3, AF and 0C. RGB value is (179,175,12). Sum of RGB (Red+Green+Blue) = 179+175+12=366 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.91% from 366); Green value is 175 (68.75% from 255 or 47.81% from 366); Blue value is 12 (5.08% from 255 or 3.28% from 366); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AF0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3AF0C is #4C50F3. Grayscale: #9E9E9E. Windows color (decimal): -5001460 or 831411. OLE color: 831411.
HSL color Cylindrical-coordinate representation of color #B3AF0C: hue angle of 58.56º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B3AF0C is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 175 | 12 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.30 |
| HSL | 58.56º | 0.87% | 0.37% | - |
| HSV(B) | 58.56º | 0.93% | 0.7% | - |
| XYZ | 33.99 | 40.27 | 6.33 | - |
| YUV | 157.61 | 45.83 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 175 | 12 | 0 | 0.02 | 0.93 | 0.30 | 58.56 | 0.87 | 0.37 |
| Hex | B3 | AF | C | 0 | 2 | 5D | 1E | 3B | 57 | 25 |
| Octal | 263 | 257 | 14 | 0 | 2 | 135 | 36 | 73 | 127 | 45 |
| Binary | 10110011 | 10101111 | 1100 | 0 | 10 | 1011101 | 11110 | 111011 | 1010111 | 100101 |
Color Harmonies of #B3AF0C
Complementary color
Monochromatic Colors of #B3AF0C
Black with #B3AF0C
Text Example
Text Example
White with #B3AF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AF0C; }
p { color: rgb(179,175,12); }
H1.HeaderClassName
{
color: #B3AF0C;
}
.AnyTagClassName
{
color: #B3AF0C;
}
</style>
background-color css
<style>
a { background-color: #B3AF0C; }
a { background-color: rgb(179,175,12); }
div.DivClassName
{
background-color: #B3AF0C;
}
.BgClassName
{
background-color: #B3AF0C;
}
</style>
border-color css
<style>
span { border-color: #B3AF0C; }
span { border-color: rgb(179,175,12); }
td.TdClassName
{
border-color: #B3AF0C;
}
.TagClassName
{
border-color: #B3AF0C;
}
</style>