Shades of La Rioja #BCAE0B
Tints of La Rioja #BCAE0B
RGB
CMYK
RGB Variations
Color information
#BCAE0B (or 0xBCAE0B) is known color: La Rioja. HEX triplet: BC, AE and 0B. RGB value is (188,174,11). Sum of RGB (Red+Green+Blue) = 188+174+11=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 174 (68.36% from 255 or 46.65% from 373); Blue value is 11 (4.69% from 255 or 2.95% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAE0B is #4351F4. Grayscale: #A0A0A0. Windows color (decimal): -4411893 or 765628. OLE color: 765628.
HSL color Cylindrical-coordinate representation of color #BCAE0B: hue angle of 55.25º degrees, saturation: 0.89, 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 #BCAE0B is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 174 | 11 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.26 |
| HSL | 55.25º | 0.89% | 0.39% | - |
| HSV(B) | 55.25º | 0.94% | 0.74% | - |
| XYZ | 35.94 | 40.99 | 6.33 | - |
| YUV | 159.6 | 44.14 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 11 | 0 | 0.07 | 0.94 | 0.26 | 55.25 | 0.89 | 0.39 |
| Hex | BC | AE | B | 0 | 7 | 5E | 1A | 37 | 59 | 27 |
| Octal | 274 | 256 | 13 | 0 | 7 | 136 | 32 | 67 | 131 | 47 |
| Binary | 10111100 | 10101110 | 1011 | 0 | 111 | 1011110 | 11010 | 110111 | 1011001 | 100111 |
Color Harmonies of #BCAE0B
Complementary color
Monochromatic Colors of #BCAE0B
Black with #BCAE0B
Text Example
Text Example
White with #BCAE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAE0B; }
p { color: rgb(188,174,11); }
H1.HeaderClassName
{
color: #BCAE0B;
}
.AnyTagClassName
{
color: #BCAE0B;
}
</style>
background-color css
<style>
a { background-color: #BCAE0B; }
a { background-color: rgb(188,174,11); }
div.DivClassName
{
background-color: #BCAE0B;
}
.BgClassName
{
background-color: #BCAE0B;
}
</style>
border-color css
<style>
span { border-color: #BCAE0B; }
span { border-color: rgb(188,174,11); }
td.TdClassName
{
border-color: #BCAE0B;
}
.TagClassName
{
border-color: #BCAE0B;
}
</style>