Shades of La Rioja #BCB804
Tints of La Rioja #BCB804
RGB
CMYK
RGB Variations
Color information
#BCB804 (or 0xBCB804) is known color: La Rioja. HEX triplet: BC, B8 and 04. RGB value is (188,184,4). Sum of RGB (Red+Green+Blue) = 188+184+4=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 184 (72.27% from 255 or 48.94% from 376); Blue value is 4 (1.95% from 255 or 1.06% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB804 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB804 is #4347FB. Grayscale: #A5A5A5. Windows color (decimal): -4409340 or 309436. OLE color: 309436.
HSL color Cylindrical-coordinate representation of color #BCB804: hue angle of 58.7º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BCB804 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 184 | 4 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.26 |
| HSL | 58.7º | 0.96% | 0.38% | - |
| HSV(B) | 58.7º | 0.98% | 0.74% | - |
| XYZ | 37.9 | 44.98 | 6.8 | - |
| YUV | 164.68 | 37.33 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 184 | 4 | 0 | 0.02 | 0.98 | 0.26 | 58.7 | 0.96 | 0.38 |
| Hex | BC | B8 | 4 | 0 | 2 | 62 | 1A | 3B | 60 | 26 |
| Octal | 274 | 270 | 4 | 0 | 2 | 142 | 32 | 73 | 140 | 46 |
| Binary | 10111100 | 10111000 | 100 | 0 | 10 | 1100010 | 11010 | 111011 | 1100000 | 100110 |
Color Harmonies of #BCB804
Complementary color
Monochromatic Colors of #BCB804
Black with #BCB804
Text Example
Text Example
White with #BCB804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB804; }
p { color: rgb(188,184,4); }
H1.HeaderClassName
{
color: #BCB804;
}
.AnyTagClassName
{
color: #BCB804;
}
</style>
background-color css
<style>
a { background-color: #BCB804; }
a { background-color: rgb(188,184,4); }
div.DivClassName
{
background-color: #BCB804;
}
.BgClassName
{
background-color: #BCB804;
}
</style>
border-color css
<style>
span { border-color: #BCB804; }
span { border-color: rgb(188,184,4); }
td.TdClassName
{
border-color: #BCB804;
}
.TagClassName
{
border-color: #BCB804;
}
</style>