Shades of La Rioja #BCB113
Tints of La Rioja #BCB113
RGB
CMYK
RGB Variations
Color information
#BCB113 (or 0xBCB113) is known color: La Rioja. HEX triplet: BC, B1 and 13. RGB value is (188,177,19). Sum of RGB (Red+Green+Blue) = 188+177+19=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 177 (69.53% from 255 or 46.09% from 384); Blue value is 19 (7.81% from 255 or 4.95% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCB113 is #434EEC. Grayscale: #A2A2A2. Windows color (decimal): -4411117 or 1290684. OLE color: 1290684.
HSL color Cylindrical-coordinate representation of color #BCB113: hue angle of 56.09º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCB113 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 177 | 19 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.26 |
| HSL | 56.09º | 0.82% | 0.41% | - |
| HSV(B) | 56.09º | 0.9% | 0.74% | - |
| XYZ | 36.58 | 42.18 | 6.83 | - |
| YUV | 162.28 | 47.14 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 177 | 19 | 0 | 0.06 | 0.90 | 0.26 | 56.09 | 0.82 | 0.41 |
| Hex | BC | B1 | 13 | 0 | 6 | 5A | 1A | 38 | 52 | 29 |
| Octal | 274 | 261 | 23 | 0 | 6 | 132 | 32 | 70 | 122 | 51 |
| Binary | 10111100 | 10110001 | 10011 | 0 | 110 | 1011010 | 11010 | 111000 | 1010010 | 101001 |
Color Harmonies of #BCB113
Complementary color
Monochromatic Colors of #BCB113
Black with #BCB113
Text Example
Text Example
White with #BCB113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB113; }
p { color: rgb(188,177,19); }
H1.HeaderClassName
{
color: #BCB113;
}
.AnyTagClassName
{
color: #BCB113;
}
</style>
background-color css
<style>
a { background-color: #BCB113; }
a { background-color: rgb(188,177,19); }
div.DivClassName
{
background-color: #BCB113;
}
.BgClassName
{
background-color: #BCB113;
}
</style>
border-color css
<style>
span { border-color: #BCB113; }
span { border-color: rgb(188,177,19); }
td.TdClassName
{
border-color: #BCB113;
}
.TagClassName
{
border-color: #BCB113;
}
</style>