Shades of La Rioja #BCBD12
Tints of La Rioja #BCBD12
RGB
CMYK
RGB Variations
Color information
#BCBD12 (or 0xBCBD12) is known color: La Rioja. HEX triplet: BC, BD and 12. RGB value is (188,189,18). Sum of RGB (Red+Green+Blue) = 188+189+18=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 189 (74.22% from 255 or 47.85% from 395); Blue value is 18 (7.42% from 255 or 4.56% from 395); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBD12 is #4342ED. Grayscale: #A9A9A9. Windows color (decimal): -4408046 or 1228220. OLE color: 1228220.
HSL color Cylindrical-coordinate representation of color #BCBD12: hue angle of 60.35º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCBD12 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 189 | 18 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.26 |
| HSL | 60.35º | 0.83% | 0.41% | - |
| HSV(B) | 60.35º | 0.9% | 0.74% | - |
| XYZ | 39.05 | 47.13 | 7.61 | - |
| YUV | 169.21 | 42.67 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 18 | 0.01 | 0 | 0.90 | 0.26 | 60.35 | 0.83 | 0.41 |
| Hex | BC | BD | 12 | 1 | 0 | 5A | 1A | 3C | 53 | 29 |
| Octal | 274 | 275 | 22 | 1 | 0 | 132 | 32 | 74 | 123 | 51 |
| Binary | 10111100 | 10111101 | 10010 | 1 | 0 | 1011010 | 11010 | 111100 | 1010011 | 101001 |
Color Harmonies of #BCBD12
Complementary color
Monochromatic Colors of #BCBD12
Black with #BCBD12
Text Example
Text Example
White with #BCBD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBD12; }
p { color: rgb(188,189,18); }
H1.HeaderClassName
{
color: #BCBD12;
}
.AnyTagClassName
{
color: #BCBD12;
}
</style>
background-color css
<style>
a { background-color: #BCBD12; }
a { background-color: rgb(188,189,18); }
div.DivClassName
{
background-color: #BCBD12;
}
.BgClassName
{
background-color: #BCBD12;
}
</style>
border-color css
<style>
span { border-color: #BCBD12; }
span { border-color: rgb(188,189,18); }
td.TdClassName
{
border-color: #BCBD12;
}
.TagClassName
{
border-color: #BCBD12;
}
</style>