Shades of La Rioja #BCB904
Tints of La Rioja #BCB904
RGB
CMYK
RGB Variations
Color information
#BCB904 (or 0xBCB904) is known color: La Rioja. HEX triplet: BC, B9 and 04. RGB value is (188,185,4). Sum of RGB (Red+Green+Blue) = 188+185+4=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 185 (72.66% from 255 or 49.07% from 377); Blue value is 4 (1.95% from 255 or 1.06% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB904 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB904 is #4346FB. Grayscale: #A5A5A5. Windows color (decimal): -4409084 or 309692. OLE color: 309692.
HSL color Cylindrical-coordinate representation of color #BCB904: hue angle of 59.02º 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 #BCB904 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 4 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.26 |
| HSL | 59.02º | 0.96% | 0.38% | - |
| HSV(B) | 59.02º | 0.98% | 0.74% | - |
| XYZ | 38.11 | 45.4 | 6.87 | - |
| YUV | 165.26 | 36.99 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 4 | 0 | 0.02 | 0.98 | 0.26 | 59.02 | 0.96 | 0.38 |
| Hex | BC | B9 | 4 | 0 | 2 | 62 | 1A | 3B | 60 | 26 |
| Octal | 274 | 271 | 4 | 0 | 2 | 142 | 32 | 73 | 140 | 46 |
| Binary | 10111100 | 10111001 | 100 | 0 | 10 | 1100010 | 11010 | 111011 | 1100000 | 100110 |
Color Harmonies of #BCB904
Complementary color
Monochromatic Colors of #BCB904
Black with #BCB904
Text Example
Text Example
White with #BCB904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB904; }
p { color: rgb(188,185,4); }
H1.HeaderClassName
{
color: #BCB904;
}
.AnyTagClassName
{
color: #BCB904;
}
</style>
background-color css
<style>
a { background-color: #BCB904; }
a { background-color: rgb(188,185,4); }
div.DivClassName
{
background-color: #BCB904;
}
.BgClassName
{
background-color: #BCB904;
}
</style>
border-color css
<style>
span { border-color: #BCB904; }
span { border-color: rgb(188,185,4); }
td.TdClassName
{
border-color: #BCB904;
}
.TagClassName
{
border-color: #BCB904;
}
</style>