Shades of La Rioja #BCB919
Tints of La Rioja #BCB919
RGB
CMYK
RGB Variations
Color information
#BCB919 (or 0xBCB919) is known color: La Rioja. HEX triplet: BC, B9 and 19. RGB value is (188,185,25). Sum of RGB (Red+Green+Blue) = 188+185+25=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 185 (72.66% from 255 or 46.48% from 398); Blue value is 25 (10.16% from 255 or 6.28% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB919 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB919 is #4346E6. Grayscale: #A8A8A8. Windows color (decimal): -4409063 or 1685948. OLE color: 1685948.
HSL color Cylindrical-coordinate representation of color #BCB919: hue angle of 58.9º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BCB919 is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 25 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.26 |
| HSL | 58.9º | 0.77% | 0.42% | - |
| HSV(B) | 58.9º | 0.87% | 0.74% | - |
| XYZ | 38.26 | 45.46 | 7.68 | - |
| YUV | 167.66 | 47.49 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 25 | 0 | 0.02 | 0.87 | 0.26 | 58.9 | 0.77 | 0.42 |
| Hex | BC | B9 | 19 | 0 | 2 | 57 | 1A | 3B | 4D | 2A |
| Octal | 274 | 271 | 31 | 0 | 2 | 127 | 32 | 73 | 115 | 52 |
| Binary | 10111100 | 10111001 | 11001 | 0 | 10 | 1010111 | 11010 | 111011 | 1001101 | 101010 |
Color Harmonies of #BCB919
Complementary color
Monochromatic Colors of #BCB919
Black with #BCB919
Text Example
Text Example
White with #BCB919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB919; }
p { color: rgb(188,185,25); }
H1.HeaderClassName
{
color: #BCB919;
}
.AnyTagClassName
{
color: #BCB919;
}
</style>
background-color css
<style>
a { background-color: #BCB919; }
a { background-color: rgb(188,185,25); }
div.DivClassName
{
background-color: #BCB919;
}
.BgClassName
{
background-color: #BCB919;
}
</style>
border-color css
<style>
span { border-color: #BCB919; }
span { border-color: rgb(188,185,25); }
td.TdClassName
{
border-color: #BCB919;
}
.TagClassName
{
border-color: #BCB919;
}
</style>