Shades of La Rioja #BCAE0C
Tints of La Rioja #BCAE0C
RGB
CMYK
RGB Variations
Color information
#BCAE0C (or 0xBCAE0C) is known color: La Rioja. HEX triplet: BC, AE and 0C. RGB value is (188,174,12). Sum of RGB (Red+Green+Blue) = 188+174+12=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 174 (68.36% from 255 or 46.52% from 374); Blue value is 12 (5.08% from 255 or 3.21% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAE0C is #4351F3. Grayscale: #A0A0A0. Windows color (decimal): -4411892 or 831164. OLE color: 831164.
HSL color Cylindrical-coordinate representation of color #BCAE0C: hue angle of 55.23º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCAE0C is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 174 | 12 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.26 |
| HSL | 55.23º | 0.88% | 0.39% | - |
| HSV(B) | 55.23º | 0.94% | 0.74% | - |
| XYZ | 35.94 | 40.99 | 6.37 | - |
| YUV | 159.72 | 44.64 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 12 | 0 | 0.07 | 0.94 | 0.26 | 55.23 | 0.88 | 0.39 |
| Hex | BC | AE | C | 0 | 7 | 5E | 1A | 37 | 58 | 27 |
| Octal | 274 | 256 | 14 | 0 | 7 | 136 | 32 | 67 | 130 | 47 |
| Binary | 10111100 | 10101110 | 1100 | 0 | 111 | 1011110 | 11010 | 110111 | 1011000 | 100111 |
Color Harmonies of #BCAE0C
Complementary color
Monochromatic Colors of #BCAE0C
Black with #BCAE0C
Text Example
Text Example
White with #BCAE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAE0C; }
p { color: rgb(188,174,12); }
H1.HeaderClassName
{
color: #BCAE0C;
}
.AnyTagClassName
{
color: #BCAE0C;
}
</style>
background-color css
<style>
a { background-color: #BCAE0C; }
a { background-color: rgb(188,174,12); }
div.DivClassName
{
background-color: #BCAE0C;
}
.BgClassName
{
background-color: #BCAE0C;
}
</style>
border-color css
<style>
span { border-color: #BCAE0C; }
span { border-color: rgb(188,174,12); }
td.TdClassName
{
border-color: #BCAE0C;
}
.TagClassName
{
border-color: #BCAE0C;
}
</style>