Shades of La Rioja #BCBD0F
Tints of La Rioja #BCBD0F
RGB
CMYK
RGB Variations
Color information
#BCBD0F (or 0xBCBD0F) is known color: La Rioja. HEX triplet: BC, BD and 0F. RGB value is (188,189,15). Sum of RGB (Red+Green+Blue) = 188+189+15=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 189 (74.22% from 255 or 48.21% from 392); Blue value is 15 (6.25% from 255 or 3.83% from 392); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBD0F is #4342F0. Grayscale: #A9A9A9. Windows color (decimal): -4408049 or 1031612. OLE color: 1031612.
HSL color Cylindrical-coordinate representation of color #BCBD0F: hue angle of 60.34º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BCBD0F is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 189 | 15 | - |
| CMYK | 0.01 | 0 | 0.92 | 0.26 |
| HSL | 60.34º | 0.85% | 0.4% | - |
| HSV(B) | 60.34º | 0.92% | 0.74% | - |
| XYZ | 39.02 | 47.12 | 7.49 | - |
| YUV | 168.87 | 41.17 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 15 | 0.01 | 0 | 0.92 | 0.26 | 60.34 | 0.85 | 0.4 |
| Hex | BC | BD | F | 1 | 0 | 5C | 1A | 3C | 55 | 28 |
| Octal | 274 | 275 | 17 | 1 | 0 | 134 | 32 | 74 | 125 | 50 |
| Binary | 10111100 | 10111101 | 1111 | 1 | 0 | 1011100 | 11010 | 111100 | 1010101 | 101000 |
Color Harmonies of #BCBD0F
Complementary color
Monochromatic Colors of #BCBD0F
Black with #BCBD0F
Text Example
Text Example
White with #BCBD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBD0F; }
p { color: rgb(188,189,15); }
H1.HeaderClassName
{
color: #BCBD0F;
}
.AnyTagClassName
{
color: #BCBD0F;
}
</style>
background-color css
<style>
a { background-color: #BCBD0F; }
a { background-color: rgb(188,189,15); }
div.DivClassName
{
background-color: #BCBD0F;
}
.BgClassName
{
background-color: #BCBD0F;
}
</style>
border-color css
<style>
span { border-color: #BCBD0F; }
span { border-color: rgb(188,189,15); }
td.TdClassName
{
border-color: #BCBD0F;
}
.TagClassName
{
border-color: #BCBD0F;
}
</style>