Shades of La Rioja #BCAC04
Tints of La Rioja #BCAC04
RGB
CMYK
RGB Variations
Color information
#BCAC04 (or 0xBCAC04) is known color: La Rioja. HEX triplet: BC, AC and 04. RGB value is (188,172,4). Sum of RGB (Red+Green+Blue) = 188+172+4=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 172 (67.58% from 255 or 47.25% from 364); Blue value is 4 (1.95% from 255 or 1.10% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAC04 is #4353FB. Grayscale: #9E9E9E. Windows color (decimal): -4412412 or 306364. OLE color: 306364.
HSL color Cylindrical-coordinate representation of color #BCAC04: hue angle of 54.78º 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 #BCAC04 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 172 | 4 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.26 |
| HSL | 54.78º | 0.96% | 0.38% | - |
| HSV(B) | 54.78º | 0.98% | 0.74% | - |
| XYZ | 35.51 | 40.21 | 6 | - |
| YUV | 157.63 | 41.3 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 4 | 0 | 0.09 | 0.98 | 0.26 | 54.78 | 0.96 | 0.38 |
| Hex | BC | AC | 4 | 0 | 9 | 62 | 1A | 37 | 60 | 26 |
| Octal | 274 | 254 | 4 | 0 | 11 | 142 | 32 | 67 | 140 | 46 |
| Binary | 10111100 | 10101100 | 100 | 0 | 1001 | 1100010 | 11010 | 110111 | 1100000 | 100110 |
Color Harmonies of #BCAC04
Complementary color
Monochromatic Colors of #BCAC04
Black with #BCAC04
Text Example
Text Example
White with #BCAC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAC04; }
p { color: rgb(188,172,4); }
H1.HeaderClassName
{
color: #BCAC04;
}
.AnyTagClassName
{
color: #BCAC04;
}
</style>
background-color css
<style>
a { background-color: #BCAC04; }
a { background-color: rgb(188,172,4); }
div.DivClassName
{
background-color: #BCAC04;
}
.BgClassName
{
background-color: #BCAC04;
}
</style>
border-color css
<style>
span { border-color: #BCAC04; }
span { border-color: rgb(188,172,4); }
td.TdClassName
{
border-color: #BCAC04;
}
.TagClassName
{
border-color: #BCAC04;
}
</style>