Shades of La Rioja #BCB30C
Tints of La Rioja #BCB30C
RGB
CMYK
RGB Variations
Color information
#BCB30C (or 0xBCB30C) is known color: La Rioja. HEX triplet: BC, B3 and 0C. RGB value is (188,179,12). Sum of RGB (Red+Green+Blue) = 188+179+12=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 179 (70.31% from 255 or 47.23% from 379); Blue value is 12 (5.08% from 255 or 3.17% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB30C is #434CF3. Grayscale: #A3A3A3. Windows color (decimal): -4410612 or 832444. OLE color: 832444.
HSL color Cylindrical-coordinate representation of color #BCB30C: hue angle of 56.93º 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 #BCB30C is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 179 | 12 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.26 |
| HSL | 56.93º | 0.88% | 0.39% | - |
| HSV(B) | 56.93º | 0.94% | 0.74% | - |
| XYZ | 36.93 | 42.96 | 6.69 | - |
| YUV | 162.65 | 42.98 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 12 | 0 | 0.05 | 0.94 | 0.26 | 56.93 | 0.88 | 0.39 |
| Hex | BC | B3 | C | 0 | 5 | 5E | 1A | 39 | 58 | 27 |
| Octal | 274 | 263 | 14 | 0 | 5 | 136 | 32 | 71 | 130 | 47 |
| Binary | 10111100 | 10110011 | 1100 | 0 | 101 | 1011110 | 11010 | 111001 | 1011000 | 100111 |
Color Harmonies of #BCB30C
Complementary color
Monochromatic Colors of #BCB30C
Black with #BCB30C
Text Example
Text Example
White with #BCB30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB30C; }
p { color: rgb(188,179,12); }
H1.HeaderClassName
{
color: #BCB30C;
}
.AnyTagClassName
{
color: #BCB30C;
}
</style>
background-color css
<style>
a { background-color: #BCB30C; }
a { background-color: rgb(188,179,12); }
div.DivClassName
{
background-color: #BCB30C;
}
.BgClassName
{
background-color: #BCB30C;
}
</style>
border-color css
<style>
span { border-color: #BCB30C; }
span { border-color: rgb(188,179,12); }
td.TdClassName
{
border-color: #BCB30C;
}
.TagClassName
{
border-color: #BCB30C;
}
</style>