Shades of La Rioja #BAB203
Tints of La Rioja #BAB203
RGB
CMYK
RGB Variations
Color information
#BAB203 (or 0xBAB203) is known color: La Rioja. HEX triplet: BA, B2 and 03. RGB value is (186,178,3). Sum of RGB (Red+Green+Blue) = 186+178+3=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 178 (69.92% from 255 or 48.50% from 367); Blue value is 3 (1.56% from 255 or 0.82% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAB203 is #454DFC. Grayscale: #A1A1A1. Windows color (decimal): -4541949 or 242362. OLE color: 242362.
HSL color Cylindrical-coordinate representation of color #BAB203: hue angle of 57.38º 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 #BAB203 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 178 | 3 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.27 |
| HSL | 57.38º | 0.97% | 0.37% | - |
| HSV(B) | 57.38º | 0.98% | 0.73% | - |
| XYZ | 36.19 | 42.29 | 6.34 | - |
| YUV | 160.44 | 39.15 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 3 | 0 | 0.04 | 0.98 | 0.27 | 57.38 | 0.97 | 0.37 |
| Hex | BA | B2 | 3 | 0 | 4 | 62 | 1B | 39 | 61 | 25 |
| Octal | 272 | 262 | 3 | 0 | 4 | 142 | 33 | 71 | 141 | 45 |
| Binary | 10111010 | 10110010 | 11 | 0 | 100 | 1100010 | 11011 | 111001 | 1100001 | 100101 |
Color Harmonies of #BAB203
Complementary color
Monochromatic Colors of #BAB203
Black with #BAB203
Text Example
Text Example
White with #BAB203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB203; }
p { color: rgb(186,178,3); }
H1.HeaderClassName
{
color: #BAB203;
}
.AnyTagClassName
{
color: #BAB203;
}
</style>
background-color css
<style>
a { background-color: #BAB203; }
a { background-color: rgb(186,178,3); }
div.DivClassName
{
background-color: #BAB203;
}
.BgClassName
{
background-color: #BAB203;
}
</style>
border-color css
<style>
span { border-color: #BAB203; }
span { border-color: rgb(186,178,3); }
td.TdClassName
{
border-color: #BAB203;
}
.TagClassName
{
border-color: #BAB203;
}
</style>