Shades of La Rioja #BAB618
Tints of La Rioja #BAB618
RGB
CMYK
RGB Variations
Color information
#BAB618 (or 0xBAB618) is known color: La Rioja. HEX triplet: BA, B6 and 18. RGB value is (186,182,24). Sum of RGB (Red+Green+Blue) = 186+182+24=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 182 (71.48% from 255 or 46.43% from 392); Blue value is 24 (9.77% from 255 or 6.12% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB618 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB618 is #4549E7. Grayscale: #A5A5A5. Windows color (decimal): -4540904 or 1619642. OLE color: 1619642.
HSL color Cylindrical-coordinate representation of color #BAB618: hue angle of 58.52º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BAB618 is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 182 | 24 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.27 |
| HSL | 58.52º | 0.77% | 0.41% | - |
| HSV(B) | 58.52º | 0.87% | 0.73% | - |
| XYZ | 37.14 | 43.96 | 7.39 | - |
| YUV | 165.18 | 48.33 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 182 | 24 | 0 | 0.02 | 0.87 | 0.27 | 58.52 | 0.77 | 0.41 |
| Hex | BA | B6 | 18 | 0 | 2 | 57 | 1B | 3B | 4D | 29 |
| Octal | 272 | 266 | 30 | 0 | 2 | 127 | 33 | 73 | 115 | 51 |
| Binary | 10111010 | 10110110 | 11000 | 0 | 10 | 1010111 | 11011 | 111011 | 1001101 | 101001 |
Color Harmonies of #BAB618
Complementary color
Monochromatic Colors of #BAB618
Black with #BAB618
Text Example
Text Example
White with #BAB618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB618; }
p { color: rgb(186,182,24); }
H1.HeaderClassName
{
color: #BAB618;
}
.AnyTagClassName
{
color: #BAB618;
}
</style>
background-color css
<style>
a { background-color: #BAB618; }
a { background-color: rgb(186,182,24); }
div.DivClassName
{
background-color: #BAB618;
}
.BgClassName
{
background-color: #BAB618;
}
</style>
border-color css
<style>
span { border-color: #BAB618; }
span { border-color: rgb(186,182,24); }
td.TdClassName
{
border-color: #BAB618;
}
.TagClassName
{
border-color: #BAB618;
}
</style>