Shades of La Rioja #BCAD00
Tints of La Rioja #BCAD00
RGB
CMYK
RGB Variations
Color information
#BCAD00 (or 0xBCAD00) is known color: La Rioja. HEX triplet: BC, AD and 00. RGB value is (188,173,0). Sum of RGB (Red+Green+Blue) = 188+173+0=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 173 (67.97% from 255 or 47.92% from 361); Blue value is 0 (0.39% from 255 or 0% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAD00 is #4352FF. Grayscale: #9E9E9E. Windows color (decimal): -4412160 or 44476. OLE color: 44476.
HSL color Cylindrical-coordinate representation of color #BCAD00: hue angle of 55.21º 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 #BCAD00 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 173 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.26 |
| HSL | 55.21º | 1% | 0.37% | - |
| HSV(B) | 55.21º | 1% | 0.74% | - |
| XYZ | 35.68 | 40.58 | 5.95 | - |
| YUV | 157.76 | 38.97 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 0 | 0 | 0.08 | 1 | 0.26 | 55.21 | 1 | 0.37 |
| Hex | BC | AD | 0 | 0 | 8 | 64 | 1A | 37 | 64 | 25 |
| Octal | 274 | 255 | 0 | 0 | 10 | 144 | 32 | 67 | 144 | 45 |
| Binary | 10111100 | 10101101 | 0 | 0 | 1000 | 1100100 | 11010 | 110111 | 1100100 | 100101 |
Color Harmonies of #BCAD00
Complementary color
Monochromatic Colors of #BCAD00
Black with #BCAD00
Text Example
Text Example
White with #BCAD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAD00; }
p { color: rgb(188,173,0); }
H1.HeaderClassName
{
color: #BCAD00;
}
.AnyTagClassName
{
color: #BCAD00;
}
</style>
background-color css
<style>
a { background-color: #BCAD00; }
a { background-color: rgb(188,173,0); }
div.DivClassName
{
background-color: #BCAD00;
}
.BgClassName
{
background-color: #BCAD00;
}
</style>
border-color css
<style>
span { border-color: #BCAD00; }
span { border-color: rgb(188,173,0); }
td.TdClassName
{
border-color: #BCAD00;
}
.TagClassName
{
border-color: #BCAD00;
}
</style>