Shades of La Rioja #BCB00C
Tints of La Rioja #BCB00C
RGB
CMYK
RGB Variations
Color information
#BCB00C (or 0xBCB00C) is known color: La Rioja. HEX triplet: BC, B0 and 0C. RGB value is (188,176,12). Sum of RGB (Red+Green+Blue) = 188+176+12=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 176 (69.14% from 255 or 46.81% from 376); Blue value is 12 (5.08% from 255 or 3.19% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB00C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCB00C is #434FF3. Grayscale: #A1A1A1. Windows color (decimal): -4411380 or 831676. OLE color: 831676.
HSL color Cylindrical-coordinate representation of color #BCB00C: hue angle of 55.91º 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 #BCB00C is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 12 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.26 |
| HSL | 55.91º | 0.88% | 0.39% | - |
| HSV(B) | 55.91º | 0.94% | 0.74% | - |
| XYZ | 36.33 | 41.77 | 6.5 | - |
| YUV | 160.89 | 43.98 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 12 | 0 | 0.06 | 0.94 | 0.26 | 55.91 | 0.88 | 0.39 |
| Hex | BC | B0 | C | 0 | 6 | 5E | 1A | 38 | 58 | 27 |
| Octal | 274 | 260 | 14 | 0 | 6 | 136 | 32 | 70 | 130 | 47 |
| Binary | 10111100 | 10110000 | 1100 | 0 | 110 | 1011110 | 11010 | 111000 | 1011000 | 100111 |
Color Harmonies of #BCB00C
Complementary color
Monochromatic Colors of #BCB00C
Black with #BCB00C
Text Example
Text Example
White with #BCB00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB00C; }
p { color: rgb(188,176,12); }
H1.HeaderClassName
{
color: #BCB00C;
}
.AnyTagClassName
{
color: #BCB00C;
}
</style>
background-color css
<style>
a { background-color: #BCB00C; }
a { background-color: rgb(188,176,12); }
div.DivClassName
{
background-color: #BCB00C;
}
.BgClassName
{
background-color: #BCB00C;
}
</style>
border-color css
<style>
span { border-color: #BCB00C; }
span { border-color: rgb(188,176,12); }
td.TdClassName
{
border-color: #BCB00C;
}
.TagClassName
{
border-color: #BCB00C;
}
</style>