Shades of La Rioja #BAAC0C
Tints of La Rioja #BAAC0C
RGB
CMYK
RGB Variations
Color information
#BAAC0C (or 0xBAAC0C) is known color: La Rioja. HEX triplet: BA, AC and 0C. RGB value is (186,172,12). Sum of RGB (Red+Green+Blue) = 186+172+12=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 172 (67.58% from 255 or 46.49% from 370); Blue value is 12 (5.08% from 255 or 3.24% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAAC0C is #4553F3. Grayscale: #9E9E9E. Windows color (decimal): -4543476 or 830650. OLE color: 830650.
HSL color Cylindrical-coordinate representation of color #BAAC0C: hue angle of 55.17º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BAAC0C is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 172 | 12 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.27 |
| HSL | 55.17º | 0.88% | 0.39% | - |
| HSV(B) | 55.17º | 0.94% | 0.73% | - |
| XYZ | 35.07 | 39.97 | 6.21 | - |
| YUV | 157.95 | 45.64 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 12 | 0 | 0.08 | 0.94 | 0.27 | 55.17 | 0.88 | 0.39 |
| Hex | BA | AC | C | 0 | 8 | 5E | 1B | 37 | 58 | 27 |
| Octal | 272 | 254 | 14 | 0 | 10 | 136 | 33 | 67 | 130 | 47 |
| Binary | 10111010 | 10101100 | 1100 | 0 | 1000 | 1011110 | 11011 | 110111 | 1011000 | 100111 |
Color Harmonies of #BAAC0C
Complementary color
Monochromatic Colors of #BAAC0C
Black with #BAAC0C
Text Example
Text Example
White with #BAAC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAC0C; }
p { color: rgb(186,172,12); }
H1.HeaderClassName
{
color: #BAAC0C;
}
.AnyTagClassName
{
color: #BAAC0C;
}
</style>
background-color css
<style>
a { background-color: #BAAC0C; }
a { background-color: rgb(186,172,12); }
div.DivClassName
{
background-color: #BAAC0C;
}
.BgClassName
{
background-color: #BAAC0C;
}
</style>
border-color css
<style>
span { border-color: #BAAC0C; }
span { border-color: rgb(186,172,12); }
td.TdClassName
{
border-color: #BAAC0C;
}
.TagClassName
{
border-color: #BAAC0C;
}
</style>