Shades of La Rioja #BCBE0D
Tints of La Rioja #BCBE0D
RGB
CMYK
RGB Variations
Color information
#BCBE0D (or 0xBCBE0D) is known color: La Rioja. HEX triplet: BC, BE and 0D. RGB value is (188,190,13). Sum of RGB (Red+Green+Blue) = 188+190+13=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 190 (74.61% from 255 or 48.59% from 391); Blue value is 13 (5.47% from 255 or 3.32% from 391); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBE0D is #4341F2. Grayscale: #A9A9A9. Windows color (decimal): -4407795 or 900796. OLE color: 900796.
HSL color Cylindrical-coordinate representation of color #BCBE0D: hue angle of 60.68º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BCBE0D is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 190 | 13 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.25 |
| HSL | 60.68º | 0.87% | 0.4% | - |
| HSV(B) | 60.68º | 0.93% | 0.75% | - |
| XYZ | 39.23 | 47.55 | 7.49 | - |
| YUV | 169.22 | 39.84 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 13 | 0.01 | 0 | 0.93 | 0.25 | 60.68 | 0.87 | 0.4 |
| Hex | BC | BE | D | 1 | 0 | 5D | 19 | 3D | 57 | 28 |
| Octal | 274 | 276 | 15 | 1 | 0 | 135 | 31 | 75 | 127 | 50 |
| Binary | 10111100 | 10111110 | 1101 | 1 | 0 | 1011101 | 11001 | 111101 | 1010111 | 101000 |
Color Harmonies of #BCBE0D
Complementary color
Monochromatic Colors of #BCBE0D
Black with #BCBE0D
Text Example
Text Example
White with #BCBE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBE0D; }
p { color: rgb(188,190,13); }
H1.HeaderClassName
{
color: #BCBE0D;
}
.AnyTagClassName
{
color: #BCBE0D;
}
</style>
background-color css
<style>
a { background-color: #BCBE0D; }
a { background-color: rgb(188,190,13); }
div.DivClassName
{
background-color: #BCBE0D;
}
.BgClassName
{
background-color: #BCBE0D;
}
</style>
border-color css
<style>
span { border-color: #BCBE0D; }
span { border-color: rgb(188,190,13); }
td.TdClassName
{
border-color: #BCBE0D;
}
.TagClassName
{
border-color: #BCBE0D;
}
</style>