Shades of La Rioja #BCB70C
Tints of La Rioja #BCB70C
RGB
CMYK
RGB Variations
Color information
#BCB70C (or 0xBCB70C) is known color: La Rioja. HEX triplet: BC, B7 and 0C. RGB value is (188,183,12). Sum of RGB (Red+Green+Blue) = 188+183+12=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 183 (71.88% from 255 or 47.78% from 383); Blue value is 12 (5.08% from 255 or 3.13% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB70C is #4348F3. Grayscale: #A5A5A5. Windows color (decimal): -4409588 or 833468. OLE color: 833468.
HSL color Cylindrical-coordinate representation of color #BCB70C: hue angle of 58.3º 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 #BCB70C is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 183 | 12 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.26 |
| HSL | 58.3º | 0.88% | 0.39% | - |
| HSV(B) | 58.3º | 0.94% | 0.74% | - |
| XYZ | 37.74 | 44.58 | 6.96 | - |
| YUV | 165 | 41.66 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 12 | 0 | 0.03 | 0.94 | 0.26 | 58.3 | 0.88 | 0.39 |
| Hex | BC | B7 | C | 0 | 3 | 5E | 1A | 3A | 58 | 27 |
| Octal | 274 | 267 | 14 | 0 | 3 | 136 | 32 | 72 | 130 | 47 |
| Binary | 10111100 | 10110111 | 1100 | 0 | 11 | 1011110 | 11010 | 111010 | 1011000 | 100111 |
Color Harmonies of #BCB70C
Complementary color
Monochromatic Colors of #BCB70C
Black with #BCB70C
Text Example
Text Example
White with #BCB70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB70C; }
p { color: rgb(188,183,12); }
H1.HeaderClassName
{
color: #BCB70C;
}
.AnyTagClassName
{
color: #BCB70C;
}
</style>
background-color css
<style>
a { background-color: #BCB70C; }
a { background-color: rgb(188,183,12); }
div.DivClassName
{
background-color: #BCB70C;
}
.BgClassName
{
background-color: #BCB70C;
}
</style>
border-color css
<style>
span { border-color: #BCB70C; }
span { border-color: rgb(188,183,12); }
td.TdClassName
{
border-color: #BCB70C;
}
.TagClassName
{
border-color: #BCB70C;
}
</style>