Shades of La Rioja #BCB900
Tints of La Rioja #BCB900
RGB
CMYK
RGB Variations
Color information
#BCB900 (or 0xBCB900) is known color: La Rioja. HEX triplet: BC, B9 and 00. RGB value is (188,185,0). Sum of RGB (Red+Green+Blue) = 188+185+0=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 185 (72.66% from 255 or 49.60% from 373); Blue value is 0 (0.39% from 255 or 0% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB900 is #4346FF. Grayscale: #A5A5A5. Windows color (decimal): -4409088 or 47548. OLE color: 47548.
HSL color Cylindrical-coordinate representation of color #BCB900: hue angle of 59.04º 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 #BCB900 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.26 |
| HSL | 59.04º | 1% | 0.37% | - |
| HSV(B) | 59.04º | 1% | 0.74% | - |
| XYZ | 38.09 | 45.39 | 6.75 | - |
| YUV | 164.81 | 34.99 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 0 | 0 | 0.02 | 1 | 0.26 | 59.04 | 1 | 0.37 |
| Hex | BC | B9 | 0 | 0 | 2 | 64 | 1A | 3B | 64 | 25 |
| Octal | 274 | 271 | 0 | 0 | 2 | 144 | 32 | 73 | 144 | 45 |
| Binary | 10111100 | 10111001 | 0 | 0 | 10 | 1100100 | 11010 | 111011 | 1100100 | 100101 |
Color Harmonies of #BCB900
Complementary color
Monochromatic Colors of #BCB900
Black with #BCB900
Text Example
Text Example
White with #BCB900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB900; }
p { color: rgb(188,185,0); }
H1.HeaderClassName
{
color: #BCB900;
}
.AnyTagClassName
{
color: #BCB900;
}
</style>
background-color css
<style>
a { background-color: #BCB900; }
a { background-color: rgb(188,185,0); }
div.DivClassName
{
background-color: #BCB900;
}
.BgClassName
{
background-color: #BCB900;
}
</style>
border-color css
<style>
span { border-color: #BCB900; }
span { border-color: rgb(188,185,0); }
td.TdClassName
{
border-color: #BCB900;
}
.TagClassName
{
border-color: #BCB900;
}
</style>