Shades of La Rioja #BCB213
Tints of La Rioja #BCB213
RGB
CMYK
RGB Variations
Color information
#BCB213 (or 0xBCB213) is known color: La Rioja. HEX triplet: BC, B2 and 13. RGB value is (188,178,19). Sum of RGB (Red+Green+Blue) = 188+178+19=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 178 (69.92% from 255 or 46.23% from 385); Blue value is 19 (7.81% from 255 or 4.94% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCB213 is #434DEC. Grayscale: #A3A3A3. Windows color (decimal): -4410861 or 1290940. OLE color: 1290940.
HSL color Cylindrical-coordinate representation of color #BCB213: hue angle of 56.45º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCB213 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 178 | 19 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.26 |
| HSL | 56.45º | 0.82% | 0.41% | - |
| HSV(B) | 56.45º | 0.9% | 0.74% | - |
| XYZ | 36.78 | 42.58 | 6.9 | - |
| YUV | 162.86 | 46.81 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 19 | 0 | 0.05 | 0.90 | 0.26 | 56.45 | 0.82 | 0.41 |
| Hex | BC | B2 | 13 | 0 | 5 | 5A | 1A | 38 | 52 | 29 |
| Octal | 274 | 262 | 23 | 0 | 5 | 132 | 32 | 70 | 122 | 51 |
| Binary | 10111100 | 10110010 | 10011 | 0 | 101 | 1011010 | 11010 | 111000 | 1010010 | 101001 |
Color Harmonies of #BCB213
Complementary color
Monochromatic Colors of #BCB213
Black with #BCB213
Text Example
Text Example
White with #BCB213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB213; }
p { color: rgb(188,178,19); }
H1.HeaderClassName
{
color: #BCB213;
}
.AnyTagClassName
{
color: #BCB213;
}
</style>
background-color css
<style>
a { background-color: #BCB213; }
a { background-color: rgb(188,178,19); }
div.DivClassName
{
background-color: #BCB213;
}
.BgClassName
{
background-color: #BCB213;
}
</style>
border-color css
<style>
span { border-color: #BCB213; }
span { border-color: rgb(188,178,19); }
td.TdClassName
{
border-color: #BCB213;
}
.TagClassName
{
border-color: #BCB213;
}
</style>