Shades of La Rioja #BCAE01
Tints of La Rioja #BCAE01
RGB
CMYK
RGB Variations
Color information
#BCAE01 (or 0xBCAE01) is known color: La Rioja. HEX triplet: BC, AE and 01. RGB value is (188,174,1). Sum of RGB (Red+Green+Blue) = 188+174+1=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 174 (68.36% from 255 or 47.93% from 363); Blue value is 1 (0.78% from 255 or 0.28% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAE01 is #4351FE. Grayscale: #9F9F9F. Windows color (decimal): -4411903 or 110268. OLE color: 110268.
HSL color Cylindrical-coordinate representation of color #BCAE01: hue angle of 55.51º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BCAE01 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 174 | 1 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.26 |
| HSL | 55.51º | 0.99% | 0.37% | - |
| HSV(B) | 55.51º | 0.99% | 0.74% | - |
| XYZ | 35.88 | 40.97 | 6.04 | - |
| YUV | 158.46 | 39.14 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 1 | 0 | 0.07 | 0.99 | 0.26 | 55.51 | 0.99 | 0.37 |
| Hex | BC | AE | 1 | 0 | 7 | 63 | 1A | 38 | 63 | 25 |
| Octal | 274 | 256 | 1 | 0 | 7 | 143 | 32 | 70 | 143 | 45 |
| Binary | 10111100 | 10101110 | 1 | 0 | 111 | 1100011 | 11010 | 111000 | 1100011 | 100101 |
Color Harmonies of #BCAE01
Complementary color
Monochromatic Colors of #BCAE01
Black with #BCAE01
Text Example
Text Example
White with #BCAE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAE01; }
p { color: rgb(188,174,1); }
H1.HeaderClassName
{
color: #BCAE01;
}
.AnyTagClassName
{
color: #BCAE01;
}
</style>
background-color css
<style>
a { background-color: #BCAE01; }
a { background-color: rgb(188,174,1); }
div.DivClassName
{
background-color: #BCAE01;
}
.BgClassName
{
background-color: #BCAE01;
}
</style>
border-color css
<style>
span { border-color: #BCAE01; }
span { border-color: rgb(188,174,1); }
td.TdClassName
{
border-color: #BCAE01;
}
.TagClassName
{
border-color: #BCAE01;
}
</style>