Shades of La Rioja #BCB110
Tints of La Rioja #BCB110
RGB
CMYK
RGB Variations
Color information
#BCB110 (or 0xBCB110) is known color: La Rioja. HEX triplet: BC, B1 and 10. RGB value is (188,177,16). Sum of RGB (Red+Green+Blue) = 188+177+16=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 177 (69.53% from 255 or 46.46% from 381); Blue value is 16 (6.64% from 255 or 4.20% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCB110 is #434EEF. Grayscale: #A2A2A2. Windows color (decimal): -4411120 or 1094076. OLE color: 1094076.
HSL color Cylindrical-coordinate representation of color #BCB110: hue angle of 56.16º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BCB110 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 177 | 16 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.26 |
| HSL | 56.16º | 0.84% | 0.4% | - |
| HSV(B) | 56.16º | 0.91% | 0.74% | - |
| XYZ | 36.55 | 42.17 | 6.7 | - |
| YUV | 161.94 | 45.64 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 177 | 16 | 0 | 0.06 | 0.91 | 0.26 | 56.16 | 0.84 | 0.4 |
| Hex | BC | B1 | 10 | 0 | 6 | 5B | 1A | 38 | 54 | 28 |
| Octal | 274 | 261 | 20 | 0 | 6 | 133 | 32 | 70 | 124 | 50 |
| Binary | 10111100 | 10110001 | 10000 | 0 | 110 | 1011011 | 11010 | 111000 | 1010100 | 101000 |
Color Harmonies of #BCB110
Complementary color
Monochromatic Colors of #BCB110
Black with #BCB110
Text Example
Text Example
White with #BCB110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB110; }
p { color: rgb(188,177,16); }
H1.HeaderClassName
{
color: #BCB110;
}
.AnyTagClassName
{
color: #BCB110;
}
</style>
background-color css
<style>
a { background-color: #BCB110; }
a { background-color: rgb(188,177,16); }
div.DivClassName
{
background-color: #BCB110;
}
.BgClassName
{
background-color: #BCB110;
}
</style>
border-color css
<style>
span { border-color: #BCB110; }
span { border-color: rgb(188,177,16); }
td.TdClassName
{
border-color: #BCB110;
}
.TagClassName
{
border-color: #BCB110;
}
</style>