Shades of La Rioja #BCBD03
Tints of La Rioja #BCBD03
RGB
CMYK
RGB Variations
Color information
#BCBD03 (or 0xBCBD03) is known color: La Rioja. HEX triplet: BC, BD and 03. RGB value is (188,189,3). Sum of RGB (Red+Green+Blue) = 188+189+3=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 189 (74.22% from 255 or 49.74% from 380); Blue value is 3 (1.56% from 255 or 0.79% from 380); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBD03 is #4342FC. Grayscale: #A8A8A8. Windows color (decimal): -4408061 or 245180. OLE color: 245180.
HSL color Cylindrical-coordinate representation of color #BCBD03: hue angle of 60.32º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BCBD03 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 189 | 3 | - |
| CMYK | 0.01 | 0 | 0.98 | 0.26 |
| HSL | 60.32º | 0.97% | 0.38% | - |
| HSV(B) | 60.32º | 0.98% | 0.74% | - |
| XYZ | 38.95 | 47.09 | 7.12 | - |
| YUV | 167.5 | 35.17 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 3 | 0.01 | 0 | 0.98 | 0.26 | 60.32 | 0.97 | 0.38 |
| Hex | BC | BD | 3 | 1 | 0 | 62 | 1A | 3C | 61 | 26 |
| Octal | 274 | 275 | 3 | 1 | 0 | 142 | 32 | 74 | 141 | 46 |
| Binary | 10111100 | 10111101 | 11 | 1 | 0 | 1100010 | 11010 | 111100 | 1100001 | 100110 |
Color Harmonies of #BCBD03
Complementary color
Monochromatic Colors of #BCBD03
Black with #BCBD03
Text Example
Text Example
White with #BCBD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBD03; }
p { color: rgb(188,189,3); }
H1.HeaderClassName
{
color: #BCBD03;
}
.AnyTagClassName
{
color: #BCBD03;
}
</style>
background-color css
<style>
a { background-color: #BCBD03; }
a { background-color: rgb(188,189,3); }
div.DivClassName
{
background-color: #BCBD03;
}
.BgClassName
{
background-color: #BCBD03;
}
</style>
border-color css
<style>
span { border-color: #BCBD03; }
span { border-color: rgb(188,189,3); }
td.TdClassName
{
border-color: #BCBD03;
}
.TagClassName
{
border-color: #BCBD03;
}
</style>