Shades of La Rioja #BCBA0A
Tints of La Rioja #BCBA0A
RGB
CMYK
RGB Variations
Color information
#BCBA0A (or 0xBCBA0A) is known color: La Rioja. HEX triplet: BC, BA and 0A. RGB value is (188,186,10). Sum of RGB (Red+Green+Blue) = 188+186+10=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 186 (73.05% from 255 or 48.44% from 384); Blue value is 10 (4.30% from 255 or 2.60% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBA0A is #4345F5. Grayscale: #A7A7A7. Windows color (decimal): -4408822 or 703164. OLE color: 703164.
HSL color Cylindrical-coordinate representation of color #BCBA0A: hue angle of 59.33º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BCBA0A is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 10 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.26 |
| HSL | 59.33º | 0.9% | 0.39% | - |
| HSV(B) | 59.33º | 0.95% | 0.74% | - |
| XYZ | 38.35 | 45.83 | 7.11 | - |
| YUV | 166.53 | 39.66 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 10 | 0 | 0.01 | 0.95 | 0.26 | 59.33 | 0.9 | 0.39 |
| Hex | BC | BA | A | 0 | 1 | 5F | 1A | 3B | 5A | 27 |
| Octal | 274 | 272 | 12 | 0 | 1 | 137 | 32 | 73 | 132 | 47 |
| Binary | 10111100 | 10111010 | 1010 | 0 | 1 | 1011111 | 11010 | 111011 | 1011010 | 100111 |
Color Harmonies of #BCBA0A
Complementary color
Monochromatic Colors of #BCBA0A
Black with #BCBA0A
Text Example
Text Example
White with #BCBA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA0A; }
p { color: rgb(188,186,10); }
H1.HeaderClassName
{
color: #BCBA0A;
}
.AnyTagClassName
{
color: #BCBA0A;
}
</style>
background-color css
<style>
a { background-color: #BCBA0A; }
a { background-color: rgb(188,186,10); }
div.DivClassName
{
background-color: #BCBA0A;
}
.BgClassName
{
background-color: #BCBA0A;
}
</style>
border-color css
<style>
span { border-color: #BCBA0A; }
span { border-color: rgb(188,186,10); }
td.TdClassName
{
border-color: #BCBA0A;
}
.TagClassName
{
border-color: #BCBA0A;
}
</style>