Shades of La Rioja #BCB40A
Tints of La Rioja #BCB40A
RGB
CMYK
RGB Variations
Color information
#BCB40A (or 0xBCB40A) is known color: La Rioja. HEX triplet: BC, B4 and 0A. RGB value is (188,180,10). Sum of RGB (Red+Green+Blue) = 188+180+10=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 180 (70.70% from 255 or 47.62% from 378); Blue value is 10 (4.30% from 255 or 2.65% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB40A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB40A is #434BF5. Grayscale: #A3A3A3. Windows color (decimal): -4410358 or 701628. OLE color: 701628.
HSL color Cylindrical-coordinate representation of color #BCB40A: hue angle of 57.3º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BCB40A is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 180 | 10 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.26 |
| HSL | 57.3º | 0.9% | 0.39% | - |
| HSV(B) | 57.3º | 0.95% | 0.74% | - |
| XYZ | 37.12 | 43.36 | 6.7 | - |
| YUV | 163.01 | 41.65 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 180 | 10 | 0 | 0.04 | 0.95 | 0.26 | 57.3 | 0.9 | 0.39 |
| Hex | BC | B4 | A | 0 | 4 | 5F | 1A | 39 | 5A | 27 |
| Octal | 274 | 264 | 12 | 0 | 4 | 137 | 32 | 71 | 132 | 47 |
| Binary | 10111100 | 10110100 | 1010 | 0 | 100 | 1011111 | 11010 | 111001 | 1011010 | 100111 |
Color Harmonies of #BCB40A
Complementary color
Monochromatic Colors of #BCB40A
Black with #BCB40A
Text Example
Text Example
White with #BCB40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB40A; }
p { color: rgb(188,180,10); }
H1.HeaderClassName
{
color: #BCB40A;
}
.AnyTagClassName
{
color: #BCB40A;
}
</style>
background-color css
<style>
a { background-color: #BCB40A; }
a { background-color: rgb(188,180,10); }
div.DivClassName
{
background-color: #BCB40A;
}
.BgClassName
{
background-color: #BCB40A;
}
</style>
border-color css
<style>
span { border-color: #BCB40A; }
span { border-color: rgb(188,180,10); }
td.TdClassName
{
border-color: #BCB40A;
}
.TagClassName
{
border-color: #BCB40A;
}
</style>