Shades of La Rioja #BCB400
Tints of La Rioja #BCB400
RGB
CMYK
RGB Variations
Color information
#BCB400 (or 0xBCB400) is known color: La Rioja. HEX triplet: BC, B4 and 00. RGB value is (188,180,0). Sum of RGB (Red+Green+Blue) = 188+180+0=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 180 (70.70% from 255 or 48.91% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB400 is #434BFF. Grayscale: #A2A2A2. Windows color (decimal): -4410368 or 46268. OLE color: 46268.
HSL color Cylindrical-coordinate representation of color #BCB400: hue angle of 57.45º 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 #BCB400 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 180 | 0 | - |
| CMYK | 0 | 0.04 | 1 | 0.26 |
| HSL | 57.45º | 1% | 0.37% | - |
| HSV(B) | 57.45º | 1% | 0.74% | - |
| XYZ | 37.06 | 43.33 | 6.41 | - |
| YUV | 161.87 | 36.65 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 180 | 0 | 0 | 0.04 | 1 | 0.26 | 57.45 | 1 | 0.37 |
| Hex | BC | B4 | 0 | 0 | 4 | 64 | 1A | 39 | 64 | 25 |
| Octal | 274 | 264 | 0 | 0 | 4 | 144 | 32 | 71 | 144 | 45 |
| Binary | 10111100 | 10110100 | 0 | 0 | 100 | 1100100 | 11010 | 111001 | 1100100 | 100101 |
Color Harmonies of #BCB400
Complementary color
Monochromatic Colors of #BCB400
Black with #BCB400
Text Example
Text Example
White with #BCB400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB400; }
p { color: rgb(188,180,0); }
H1.HeaderClassName
{
color: #BCB400;
}
.AnyTagClassName
{
color: #BCB400;
}
</style>
background-color css
<style>
a { background-color: #BCB400; }
a { background-color: rgb(188,180,0); }
div.DivClassName
{
background-color: #BCB400;
}
.BgClassName
{
background-color: #BCB400;
}
</style>
border-color css
<style>
span { border-color: #BCB400; }
span { border-color: rgb(188,180,0); }
td.TdClassName
{
border-color: #BCB400;
}
.TagClassName
{
border-color: #BCB400;
}
</style>