Shades of La Rioja #BCBB13
Tints of La Rioja #BCBB13
RGB
CMYK
RGB Variations
Color information
#BCBB13 (or 0xBCBB13) is known color: La Rioja. HEX triplet: BC, BB and 13. RGB value is (188,187,19). Sum of RGB (Red+Green+Blue) = 188+187+19=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 187 (73.44% from 255 or 47.46% from 394); Blue value is 19 (7.81% from 255 or 4.82% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBB13 is #4344EC. Grayscale: #A8A8A8. Windows color (decimal): -4408557 or 1293244. OLE color: 1293244.
HSL color Cylindrical-coordinate representation of color #BCBB13: hue angle of 59.64º 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 #BCBB13 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 187 | 19 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.26 |
| HSL | 59.64º | 0.82% | 0.41% | - |
| HSV(B) | 59.64º | 0.9% | 0.74% | - |
| XYZ | 38.63 | 46.28 | 7.51 | - |
| YUV | 168.15 | 43.83 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 19 | 0 | 0.01 | 0.90 | 0.26 | 59.64 | 0.82 | 0.41 |
| Hex | BC | BB | 13 | 0 | 1 | 5A | 1A | 3C | 52 | 29 |
| Octal | 274 | 273 | 23 | 0 | 1 | 132 | 32 | 74 | 122 | 51 |
| Binary | 10111100 | 10111011 | 10011 | 0 | 1 | 1011010 | 11010 | 111100 | 1010010 | 101001 |
Color Harmonies of #BCBB13
Complementary color
Monochromatic Colors of #BCBB13
Black with #BCBB13
Text Example
Text Example
White with #BCBB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBB13; }
p { color: rgb(188,187,19); }
H1.HeaderClassName
{
color: #BCBB13;
}
.AnyTagClassName
{
color: #BCBB13;
}
</style>
background-color css
<style>
a { background-color: #BCBB13; }
a { background-color: rgb(188,187,19); }
div.DivClassName
{
background-color: #BCBB13;
}
.BgClassName
{
background-color: #BCBB13;
}
</style>
border-color css
<style>
span { border-color: #BCBB13; }
span { border-color: rgb(188,187,19); }
td.TdClassName
{
border-color: #BCBB13;
}
.TagClassName
{
border-color: #BCBB13;
}
</style>