Shades of La Rioja #BAB308
Tints of La Rioja #BAB308
RGB
CMYK
RGB Variations
Color information
#BAB308 (or 0xBAB308) is known color: La Rioja. HEX triplet: BA, B3 and 08. RGB value is (186,179,8). Sum of RGB (Red+Green+Blue) = 186+179+8=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 179 (70.31% from 255 or 47.99% from 373); Blue value is 8 (3.52% from 255 or 2.14% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB308 is #454CF7. Grayscale: #A2A2A2. Windows color (decimal): -4541688 or 570298. OLE color: 570298.
HSL color Cylindrical-coordinate representation of color #BAB308: hue angle of 57.64º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BAB308 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 179 | 8 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.27 |
| HSL | 57.64º | 0.92% | 0.38% | - |
| HSV(B) | 57.64º | 0.96% | 0.73% | - |
| XYZ | 36.41 | 42.7 | 6.55 | - |
| YUV | 161.6 | 41.32 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 179 | 8 | 0 | 0.04 | 0.96 | 0.27 | 57.64 | 0.92 | 0.38 |
| Hex | BA | B3 | 8 | 0 | 4 | 60 | 1B | 3A | 5C | 26 |
| Octal | 272 | 263 | 10 | 0 | 4 | 140 | 33 | 72 | 134 | 46 |
| Binary | 10111010 | 10110011 | 1000 | 0 | 100 | 1100000 | 11011 | 111010 | 1011100 | 100110 |
Color Harmonies of #BAB308
Complementary color
Monochromatic Colors of #BAB308
Black with #BAB308
Text Example
Text Example
White with #BAB308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB308; }
p { color: rgb(186,179,8); }
H1.HeaderClassName
{
color: #BAB308;
}
.AnyTagClassName
{
color: #BAB308;
}
</style>
background-color css
<style>
a { background-color: #BAB308; }
a { background-color: rgb(186,179,8); }
div.DivClassName
{
background-color: #BAB308;
}
.BgClassName
{
background-color: #BAB308;
}
</style>
border-color css
<style>
span { border-color: #BAB308; }
span { border-color: rgb(186,179,8); }
td.TdClassName
{
border-color: #BAB308;
}
.TagClassName
{
border-color: #BAB308;
}
</style>