Shades of La Rioja #BCB90C
Tints of La Rioja #BCB90C
RGB
CMYK
RGB Variations
Color information
#BCB90C (or 0xBCB90C) is known color: La Rioja. HEX triplet: BC, B9 and 0C. RGB value is (188,185,12). Sum of RGB (Red+Green+Blue) = 188+185+12=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 185 (72.66% from 255 or 48.05% from 385); Blue value is 12 (5.08% from 255 or 3.12% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB90C is #4346F3. Grayscale: #A6A6A6. Windows color (decimal): -4409076 or 833980. OLE color: 833980.
HSL color Cylindrical-coordinate representation of color #BCB90C: hue angle of 58.98º 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 #BCB90C is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 12 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.26 |
| HSL | 58.98º | 0.88% | 0.39% | - |
| HSV(B) | 58.98º | 0.94% | 0.74% | - |
| XYZ | 38.15 | 45.42 | 7.1 | - |
| YUV | 166.18 | 40.99 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 12 | 0 | 0.02 | 0.94 | 0.26 | 58.98 | 0.88 | 0.39 |
| Hex | BC | B9 | C | 0 | 2 | 5E | 1A | 3B | 58 | 27 |
| Octal | 274 | 271 | 14 | 0 | 2 | 136 | 32 | 73 | 130 | 47 |
| Binary | 10111100 | 10111001 | 1100 | 0 | 10 | 1011110 | 11010 | 111011 | 1011000 | 100111 |
Color Harmonies of #BCB90C
Complementary color
Monochromatic Colors of #BCB90C
Black with #BCB90C
Text Example
Text Example
White with #BCB90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB90C; }
p { color: rgb(188,185,12); }
H1.HeaderClassName
{
color: #BCB90C;
}
.AnyTagClassName
{
color: #BCB90C;
}
</style>
background-color css
<style>
a { background-color: #BCB90C; }
a { background-color: rgb(188,185,12); }
div.DivClassName
{
background-color: #BCB90C;
}
.BgClassName
{
background-color: #BCB90C;
}
</style>
border-color css
<style>
span { border-color: #BCB90C; }
span { border-color: rgb(188,185,12); }
td.TdClassName
{
border-color: #BCB90C;
}
.TagClassName
{
border-color: #BCB90C;
}
</style>