Shades of La Rioja #BCB011
Tints of La Rioja #BCB011
RGB
CMYK
RGB Variations
Color information
#BCB011 (or 0xBCB011) is known color: La Rioja. HEX triplet: BC, B0 and 11. RGB value is (188,176,17). Sum of RGB (Red+Green+Blue) = 188+176+17=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 176 (69.14% from 255 or 46.19% from 381); Blue value is 17 (7.03% from 255 or 4.46% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCB011 is #434FEE. Grayscale: #A2A2A2. Windows color (decimal): -4411375 or 1159356. OLE color: 1159356.
HSL color Cylindrical-coordinate representation of color #BCB011: hue angle of 55.79º degrees, saturation: 0.83, 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 #BCB011 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 17 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.26 |
| HSL | 55.79º | 0.83% | 0.4% | - |
| HSV(B) | 55.79º | 0.91% | 0.74% | - |
| XYZ | 36.37 | 41.78 | 6.68 | - |
| YUV | 161.46 | 46.48 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 17 | 0 | 0.06 | 0.91 | 0.26 | 55.79 | 0.83 | 0.4 |
| Hex | BC | B0 | 11 | 0 | 6 | 5B | 1A | 38 | 53 | 28 |
| Octal | 274 | 260 | 21 | 0 | 6 | 133 | 32 | 70 | 123 | 50 |
| Binary | 10111100 | 10110000 | 10001 | 0 | 110 | 1011011 | 11010 | 111000 | 1010011 | 101000 |
Color Harmonies of #BCB011
Complementary color
Monochromatic Colors of #BCB011
Black with #BCB011
Text Example
Text Example
White with #BCB011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB011; }
p { color: rgb(188,176,17); }
H1.HeaderClassName
{
color: #BCB011;
}
.AnyTagClassName
{
color: #BCB011;
}
</style>
background-color css
<style>
a { background-color: #BCB011; }
a { background-color: rgb(188,176,17); }
div.DivClassName
{
background-color: #BCB011;
}
.BgClassName
{
background-color: #BCB011;
}
</style>
border-color css
<style>
span { border-color: #BCB011; }
span { border-color: rgb(188,176,17); }
td.TdClassName
{
border-color: #BCB011;
}
.TagClassName
{
border-color: #BCB011;
}
</style>