Shades of La Rioja #BCB60C
Tints of La Rioja #BCB60C
RGB
CMYK
RGB Variations
Color information
#BCB60C (or 0xBCB60C) is known color: La Rioja. HEX triplet: BC, B6 and 0C. RGB value is (188,182,12). Sum of RGB (Red+Green+Blue) = 188+182+12=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 182 (71.48% from 255 or 47.64% from 382); Blue value is 12 (5.08% from 255 or 3.14% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB60C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB60C is #4349F3. Grayscale: #A5A5A5. Windows color (decimal): -4409844 or 833212. OLE color: 833212.
HSL color Cylindrical-coordinate representation of color #BCB60C: hue angle of 57.95º 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 #BCB60C is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 182 | 12 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.26 |
| HSL | 57.95º | 0.88% | 0.39% | - |
| HSV(B) | 57.95º | 0.94% | 0.74% | - |
| XYZ | 37.53 | 44.17 | 6.9 | - |
| YUV | 164.41 | 41.99 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 182 | 12 | 0 | 0.03 | 0.94 | 0.26 | 57.95 | 0.88 | 0.39 |
| Hex | BC | B6 | C | 0 | 3 | 5E | 1A | 3A | 58 | 27 |
| Octal | 274 | 266 | 14 | 0 | 3 | 136 | 32 | 72 | 130 | 47 |
| Binary | 10111100 | 10110110 | 1100 | 0 | 11 | 1011110 | 11010 | 111010 | 1011000 | 100111 |
Color Harmonies of #BCB60C
Complementary color
Monochromatic Colors of #BCB60C
Black with #BCB60C
Text Example
Text Example
White with #BCB60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB60C; }
p { color: rgb(188,182,12); }
H1.HeaderClassName
{
color: #BCB60C;
}
.AnyTagClassName
{
color: #BCB60C;
}
</style>
background-color css
<style>
a { background-color: #BCB60C; }
a { background-color: rgb(188,182,12); }
div.DivClassName
{
background-color: #BCB60C;
}
.BgClassName
{
background-color: #BCB60C;
}
</style>
border-color css
<style>
span { border-color: #BCB60C; }
span { border-color: rgb(188,182,12); }
td.TdClassName
{
border-color: #BCB60C;
}
.TagClassName
{
border-color: #BCB60C;
}
</style>