Shades of La Rioja #BCAD04
Tints of La Rioja #BCAD04
RGB
CMYK
RGB Variations
Color information
#BCAD04 (or 0xBCAD04) is known color: La Rioja. HEX triplet: BC, AD and 04. RGB value is (188,173,4). Sum of RGB (Red+Green+Blue) = 188+173+4=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 4 (1.95% from 255 or 1.10% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAD04 is #4352FB. Grayscale: #9E9E9E. Windows color (decimal): -4412156 or 306620. OLE color: 306620.
HSL color Cylindrical-coordinate representation of color #BCAD04: hue angle of 55.11º 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 #BCAD04 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 173 | 4 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.26 |
| HSL | 55.11º | 0.96% | 0.38% | - |
| HSV(B) | 55.11º | 0.98% | 0.74% | - |
| XYZ | 35.7 | 40.59 | 6.07 | - |
| YUV | 158.22 | 40.97 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 4 | 0 | 0.08 | 0.98 | 0.26 | 55.11 | 0.96 | 0.38 |
| Hex | BC | AD | 4 | 0 | 8 | 62 | 1A | 37 | 60 | 26 |
| Octal | 274 | 255 | 4 | 0 | 10 | 142 | 32 | 67 | 140 | 46 |
| Binary | 10111100 | 10101101 | 100 | 0 | 1000 | 1100010 | 11010 | 110111 | 1100000 | 100110 |
Color Harmonies of #BCAD04
Complementary color
Monochromatic Colors of #BCAD04
Black with #BCAD04
Text Example
Text Example
White with #BCAD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAD04; }
p { color: rgb(188,173,4); }
H1.HeaderClassName
{
color: #BCAD04;
}
.AnyTagClassName
{
color: #BCAD04;
}
</style>
background-color css
<style>
a { background-color: #BCAD04; }
a { background-color: rgb(188,173,4); }
div.DivClassName
{
background-color: #BCAD04;
}
.BgClassName
{
background-color: #BCAD04;
}
</style>
border-color css
<style>
span { border-color: #BCAD04; }
span { border-color: rgb(188,173,4); }
td.TdClassName
{
border-color: #BCAD04;
}
.TagClassName
{
border-color: #BCAD04;
}
</style>