Shades of La Rioja #BCAE0D
Tints of La Rioja #BCAE0D
RGB
CMYK
RGB Variations
Color information
#BCAE0D (or 0xBCAE0D) is known color: La Rioja. HEX triplet: BC, AE and 0D. RGB value is (188,174,13). Sum of RGB (Red+Green+Blue) = 188+174+13=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 174 (68.36% from 255 or 46.4% from 375); Blue value is 13 (5.47% from 255 or 3.47% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAE0D is #4351F2. Grayscale: #A0A0A0. Windows color (decimal): -4411891 or 896700. OLE color: 896700.
HSL color Cylindrical-coordinate representation of color #BCAE0D: hue angle of 55.2º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BCAE0D is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 174 | 13 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.26 |
| HSL | 55.2º | 0.87% | 0.39% | - |
| HSV(B) | 55.2º | 0.93% | 0.74% | - |
| XYZ | 35.95 | 40.99 | 6.4 | - |
| YUV | 159.83 | 45.14 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 13 | 0 | 0.07 | 0.93 | 0.26 | 55.2 | 0.87 | 0.39 |
| Hex | BC | AE | D | 0 | 7 | 5D | 1A | 37 | 57 | 27 |
| Octal | 274 | 256 | 15 | 0 | 7 | 135 | 32 | 67 | 127 | 47 |
| Binary | 10111100 | 10101110 | 1101 | 0 | 111 | 1011101 | 11010 | 110111 | 1010111 | 100111 |
Color Harmonies of #BCAE0D
Complementary color
Monochromatic Colors of #BCAE0D
Black with #BCAE0D
Text Example
Text Example
White with #BCAE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAE0D; }
p { color: rgb(188,174,13); }
H1.HeaderClassName
{
color: #BCAE0D;
}
.AnyTagClassName
{
color: #BCAE0D;
}
</style>
background-color css
<style>
a { background-color: #BCAE0D; }
a { background-color: rgb(188,174,13); }
div.DivClassName
{
background-color: #BCAE0D;
}
.BgClassName
{
background-color: #BCAE0D;
}
</style>
border-color css
<style>
span { border-color: #BCAE0D; }
span { border-color: rgb(188,174,13); }
td.TdClassName
{
border-color: #BCAE0D;
}
.TagClassName
{
border-color: #BCAE0D;
}
</style>