Shades of La Rioja #BAB608
Tints of La Rioja #BAB608
RGB
CMYK
RGB Variations
Color information
#BAB608 (or 0xBAB608) is known color: La Rioja. HEX triplet: BA, B6 and 08. RGB value is (186,182,8). Sum of RGB (Red+Green+Blue) = 186+182+8=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 182 (71.48% from 255 or 48.40% from 376); Blue value is 8 (3.52% from 255 or 2.13% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB608 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB608 is #4549F7. Grayscale: #A4A4A4. Windows color (decimal): -4540920 or 571066. OLE color: 571066.
HSL color Cylindrical-coordinate representation of color #BAB608: hue angle of 58.65º 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 #BAB608 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 182 | 8 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.27 |
| HSL | 58.65º | 0.92% | 0.38% | - |
| HSV(B) | 58.65º | 0.96% | 0.73% | - |
| XYZ | 37.02 | 43.91 | 6.75 | - |
| YUV | 163.36 | 40.33 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 182 | 8 | 0 | 0.02 | 0.96 | 0.27 | 58.65 | 0.92 | 0.38 |
| Hex | BA | B6 | 8 | 0 | 2 | 60 | 1B | 3B | 5C | 26 |
| Octal | 272 | 266 | 10 | 0 | 2 | 140 | 33 | 73 | 134 | 46 |
| Binary | 10111010 | 10110110 | 1000 | 0 | 10 | 1100000 | 11011 | 111011 | 1011100 | 100110 |
Color Harmonies of #BAB608
Complementary color
Monochromatic Colors of #BAB608
Black with #BAB608
Text Example
Text Example
White with #BAB608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB608; }
p { color: rgb(186,182,8); }
H1.HeaderClassName
{
color: #BAB608;
}
.AnyTagClassName
{
color: #BAB608;
}
</style>
background-color css
<style>
a { background-color: #BAB608; }
a { background-color: rgb(186,182,8); }
div.DivClassName
{
background-color: #BAB608;
}
.BgClassName
{
background-color: #BAB608;
}
</style>
border-color css
<style>
span { border-color: #BAB608; }
span { border-color: rgb(186,182,8); }
td.TdClassName
{
border-color: #BAB608;
}
.TagClassName
{
border-color: #BAB608;
}
</style>