Shades of La Rioja #BAB603
Tints of La Rioja #BAB603
RGB
CMYK
RGB Variations
Color information
#BAB603 (or 0xBAB603) is known color: La Rioja. HEX triplet: BA, B6 and 03. RGB value is (186,182,3). Sum of RGB (Red+Green+Blue) = 186+182+3=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 182 (71.48% from 255 or 49.06% from 371); Blue value is 3 (1.56% from 255 or 0.81% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB603 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB603 is #4549FC. Grayscale: #A3A3A3. Windows color (decimal): -4540925 or 243386. OLE color: 243386.
HSL color Cylindrical-coordinate representation of color #BAB603: hue angle of 58.69º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BAB603 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 182 | 3 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.27 |
| HSL | 58.69º | 0.97% | 0.37% | - |
| HSV(B) | 58.69º | 0.98% | 0.73% | - |
| XYZ | 36.99 | 43.9 | 6.61 | - |
| YUV | 162.79 | 37.83 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 182 | 3 | 0 | 0.02 | 0.98 | 0.27 | 58.69 | 0.97 | 0.37 |
| Hex | BA | B6 | 3 | 0 | 2 | 62 | 1B | 3B | 61 | 25 |
| Octal | 272 | 266 | 3 | 0 | 2 | 142 | 33 | 73 | 141 | 45 |
| Binary | 10111010 | 10110110 | 11 | 0 | 10 | 1100010 | 11011 | 111011 | 1100001 | 100101 |
Color Harmonies of #BAB603
Complementary color
Monochromatic Colors of #BAB603
Black with #BAB603
Text Example
Text Example
White with #BAB603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB603; }
p { color: rgb(186,182,3); }
H1.HeaderClassName
{
color: #BAB603;
}
.AnyTagClassName
{
color: #BAB603;
}
</style>
background-color css
<style>
a { background-color: #BAB603; }
a { background-color: rgb(186,182,3); }
div.DivClassName
{
background-color: #BAB603;
}
.BgClassName
{
background-color: #BAB603;
}
</style>
border-color css
<style>
span { border-color: #BAB603; }
span { border-color: rgb(186,182,3); }
td.TdClassName
{
border-color: #BAB603;
}
.TagClassName
{
border-color: #BAB603;
}
</style>