Shades of La Rioja #BCB20C
Tints of La Rioja #BCB20C
RGB
CMYK
RGB Variations
Color information
#BCB20C (or 0xBCB20C) is known color: La Rioja. HEX triplet: BC, B2 and 0C. RGB value is (188,178,12). Sum of RGB (Red+Green+Blue) = 188+178+12=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 178 (69.92% from 255 or 47.09% from 378); Blue value is 12 (5.08% from 255 or 3.17% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB20C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCB20C is #434DF3. Grayscale: #A2A2A2. Windows color (decimal): -4410868 or 832188. OLE color: 832188.
HSL color Cylindrical-coordinate representation of color #BCB20C: hue angle of 56.59º 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 #BCB20C is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 178 | 12 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.26 |
| HSL | 56.59º | 0.88% | 0.39% | - |
| HSV(B) | 56.59º | 0.94% | 0.74% | - |
| XYZ | 36.73 | 42.56 | 6.63 | - |
| YUV | 162.07 | 43.31 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 12 | 0 | 0.05 | 0.94 | 0.26 | 56.59 | 0.88 | 0.39 |
| Hex | BC | B2 | C | 0 | 5 | 5E | 1A | 39 | 58 | 27 |
| Octal | 274 | 262 | 14 | 0 | 5 | 136 | 32 | 71 | 130 | 47 |
| Binary | 10111100 | 10110010 | 1100 | 0 | 101 | 1011110 | 11010 | 111001 | 1011000 | 100111 |
Color Harmonies of #BCB20C
Complementary color
Monochromatic Colors of #BCB20C
Black with #BCB20C
Text Example
Text Example
White with #BCB20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB20C; }
p { color: rgb(188,178,12); }
H1.HeaderClassName
{
color: #BCB20C;
}
.AnyTagClassName
{
color: #BCB20C;
}
</style>
background-color css
<style>
a { background-color: #BCB20C; }
a { background-color: rgb(188,178,12); }
div.DivClassName
{
background-color: #BCB20C;
}
.BgClassName
{
background-color: #BCB20C;
}
</style>
border-color css
<style>
span { border-color: #BCB20C; }
span { border-color: rgb(188,178,12); }
td.TdClassName
{
border-color: #BCB20C;
}
.TagClassName
{
border-color: #BCB20C;
}
</style>