Shades of La Rioja #BCAC00
Tints of La Rioja #BCAC00
RGB
CMYK
RGB Variations
Color information
#BCAC00 (or 0xBCAC00) is known color: La Rioja. HEX triplet: BC, AC and 00. RGB value is (188,172,0). Sum of RGB (Red+Green+Blue) = 188+172+0=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 172 (67.58% from 255 or 47.78% from 360); Blue value is 0 (0.39% from 255 or 0% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAC00 is #4353FF. Grayscale: #9D9D9D. Windows color (decimal): -4412416 or 44220. OLE color: 44220.
HSL color Cylindrical-coordinate representation of color #BCAC00: hue angle of 54.89º 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 #BCAC00 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 172 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.26 |
| HSL | 54.89º | 1% | 0.37% | - |
| HSV(B) | 54.89º | 1% | 0.74% | - |
| XYZ | 35.49 | 40.2 | 5.89 | - |
| YUV | 157.18 | 39.3 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 0 | 0 | 0.09 | 1 | 0.26 | 54.89 | 1 | 0.37 |
| Hex | BC | AC | 0 | 0 | 9 | 64 | 1A | 37 | 64 | 25 |
| Octal | 274 | 254 | 0 | 0 | 11 | 144 | 32 | 67 | 144 | 45 |
| Binary | 10111100 | 10101100 | 0 | 0 | 1001 | 1100100 | 11010 | 110111 | 1100100 | 100101 |
Color Harmonies of #BCAC00
Complementary color
Monochromatic Colors of #BCAC00
Black with #BCAC00
Text Example
Text Example
White with #BCAC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAC00; }
p { color: rgb(188,172,0); }
H1.HeaderClassName
{
color: #BCAC00;
}
.AnyTagClassName
{
color: #BCAC00;
}
</style>
background-color css
<style>
a { background-color: #BCAC00; }
a { background-color: rgb(188,172,0); }
div.DivClassName
{
background-color: #BCAC00;
}
.BgClassName
{
background-color: #BCAC00;
}
</style>
border-color css
<style>
span { border-color: #BCAC00; }
span { border-color: rgb(188,172,0); }
td.TdClassName
{
border-color: #BCAC00;
}
.TagClassName
{
border-color: #BCAC00;
}
</style>