Shades of La Rioja #BCBA02
Tints of La Rioja #BCBA02
RGB
CMYK
RGB Variations
Color information
#BCBA02 (or 0xBCBA02) is known color: La Rioja. HEX triplet: BC, BA and 02. RGB value is (188,186,2). Sum of RGB (Red+Green+Blue) = 188+186+2=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 186 (73.05% from 255 or 49.47% from 376); Blue value is 2 (1.17% from 255 or 0.53% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBA02 is #4345FD. Grayscale: #A6A6A6. Windows color (decimal): -4408830 or 178876. OLE color: 178876.
HSL color Cylindrical-coordinate representation of color #BCBA02: hue angle of 59.35º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BCBA02 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 2 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.26 |
| HSL | 59.35º | 0.98% | 0.37% | - |
| HSV(B) | 59.35º | 0.99% | 0.74% | - |
| XYZ | 38.31 | 45.81 | 6.88 | - |
| YUV | 165.62 | 35.66 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 2 | 0 | 0.01 | 0.99 | 0.26 | 59.35 | 0.98 | 0.37 |
| Hex | BC | BA | 2 | 0 | 1 | 63 | 1A | 3B | 62 | 25 |
| Octal | 274 | 272 | 2 | 0 | 1 | 143 | 32 | 73 | 142 | 45 |
| Binary | 10111100 | 10111010 | 10 | 0 | 1 | 1100011 | 11010 | 111011 | 1100010 | 100101 |
Color Harmonies of #BCBA02
Complementary color
Monochromatic Colors of #BCBA02
Black with #BCBA02
Text Example
Text Example
White with #BCBA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA02; }
p { color: rgb(188,186,2); }
H1.HeaderClassName
{
color: #BCBA02;
}
.AnyTagClassName
{
color: #BCBA02;
}
</style>
background-color css
<style>
a { background-color: #BCBA02; }
a { background-color: rgb(188,186,2); }
div.DivClassName
{
background-color: #BCBA02;
}
.BgClassName
{
background-color: #BCBA02;
}
</style>
border-color css
<style>
span { border-color: #BCBA02; }
span { border-color: rgb(188,186,2); }
td.TdClassName
{
border-color: #BCBA02;
}
.TagClassName
{
border-color: #BCBA02;
}
</style>