Shades of La Rioja #BCB80C
Tints of La Rioja #BCB80C
RGB
CMYK
RGB Variations
Color information
#BCB80C (or 0xBCB80C) is known color: La Rioja. HEX triplet: BC, B8 and 0C. RGB value is (188,184,12). Sum of RGB (Red+Green+Blue) = 188+184+12=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 184 (72.27% from 255 or 47.92% from 384); Blue value is 12 (5.08% from 255 or 3.12% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB80C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB80C is #4347F3. Grayscale: #A6A6A6. Windows color (decimal): -4409332 or 833724. OLE color: 833724.
HSL color Cylindrical-coordinate representation of color #BCB80C: hue angle of 58.64º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCB80C is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 184 | 12 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.26 |
| HSL | 58.64º | 0.88% | 0.39% | - |
| HSV(B) | 58.64º | 0.94% | 0.74% | - |
| XYZ | 37.95 | 45 | 7.03 | - |
| YUV | 165.59 | 41.33 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 184 | 12 | 0 | 0.02 | 0.94 | 0.26 | 58.64 | 0.88 | 0.39 |
| Hex | BC | B8 | C | 0 | 2 | 5E | 1A | 3B | 58 | 27 |
| Octal | 274 | 270 | 14 | 0 | 2 | 136 | 32 | 73 | 130 | 47 |
| Binary | 10111100 | 10111000 | 1100 | 0 | 10 | 1011110 | 11010 | 111011 | 1011000 | 100111 |
Color Harmonies of #BCB80C
Complementary color
Monochromatic Colors of #BCB80C
Black with #BCB80C
Text Example
Text Example
White with #BCB80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB80C; }
p { color: rgb(188,184,12); }
H1.HeaderClassName
{
color: #BCB80C;
}
.AnyTagClassName
{
color: #BCB80C;
}
</style>
background-color css
<style>
a { background-color: #BCB80C; }
a { background-color: rgb(188,184,12); }
div.DivClassName
{
background-color: #BCB80C;
}
.BgClassName
{
background-color: #BCB80C;
}
</style>
border-color css
<style>
span { border-color: #BCB80C; }
span { border-color: rgb(188,184,12); }
td.TdClassName
{
border-color: #BCB80C;
}
.TagClassName
{
border-color: #BCB80C;
}
</style>