Shades of La Rioja #BCB800
Tints of La Rioja #BCB800
RGB
CMYK
RGB Variations
Color information
#BCB800 (or 0xBCB800) is known color: La Rioja. HEX triplet: BC, B8 and 00. RGB value is (188,184,0). Sum of RGB (Red+Green+Blue) = 188+184+0=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 184 (72.27% from 255 or 49.46% from 372); Blue value is 0 (0.39% from 255 or 0% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB800 is #4347FF. Grayscale: #A4A4A4. Windows color (decimal): -4409344 or 47292. OLE color: 47292.
HSL color Cylindrical-coordinate representation of color #BCB800: hue angle of 58.72º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCB800 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 184 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.26 |
| HSL | 58.72º | 1% | 0.37% | - |
| HSV(B) | 58.72º | 1% | 0.74% | - |
| XYZ | 37.88 | 44.97 | 6.68 | - |
| YUV | 164.22 | 35.33 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 184 | 0 | 0 | 0.02 | 1 | 0.26 | 58.72 | 1 | 0.37 |
| Hex | BC | B8 | 0 | 0 | 2 | 64 | 1A | 3B | 64 | 25 |
| Octal | 274 | 270 | 0 | 0 | 2 | 144 | 32 | 73 | 144 | 45 |
| Binary | 10111100 | 10111000 | 0 | 0 | 10 | 1100100 | 11010 | 111011 | 1100100 | 100101 |
Color Harmonies of #BCB800
Complementary color
Monochromatic Colors of #BCB800
Black with #BCB800
Text Example
Text Example
White with #BCB800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB800; }
p { color: rgb(188,184,0); }
H1.HeaderClassName
{
color: #BCB800;
}
.AnyTagClassName
{
color: #BCB800;
}
</style>
background-color css
<style>
a { background-color: #BCB800; }
a { background-color: rgb(188,184,0); }
div.DivClassName
{
background-color: #BCB800;
}
.BgClassName
{
background-color: #BCB800;
}
</style>
border-color css
<style>
span { border-color: #BCB800; }
span { border-color: rgb(188,184,0); }
td.TdClassName
{
border-color: #BCB800;
}
.TagClassName
{
border-color: #BCB800;
}
</style>