Shades of La Rioja #BCB510
Tints of La Rioja #BCB510
RGB
CMYK
RGB Variations
Color information
#BCB510 (or 0xBCB510) is known color: La Rioja. HEX triplet: BC, B5 and 10. RGB value is (188,181,16). Sum of RGB (Red+Green+Blue) = 188+181+16=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 181 (71.09% from 255 or 47.01% from 385); Blue value is 16 (6.64% from 255 or 4.16% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB510 is #434AEF. Grayscale: #A4A4A4. Windows color (decimal): -4410096 or 1095100. OLE color: 1095100.
HSL color Cylindrical-coordinate representation of color #BCB510: hue angle of 57.56º 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 #BCB510 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 181 | 16 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.26 |
| HSL | 57.56º | 0.84% | 0.4% | - |
| HSV(B) | 57.56º | 0.91% | 0.74% | - |
| XYZ | 37.36 | 43.78 | 6.97 | - |
| YUV | 164.28 | 44.32 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 16 | 0 | 0.04 | 0.91 | 0.26 | 57.56 | 0.84 | 0.4 |
| Hex | BC | B5 | 10 | 0 | 4 | 5B | 1A | 3A | 54 | 28 |
| Octal | 274 | 265 | 20 | 0 | 4 | 133 | 32 | 72 | 124 | 50 |
| Binary | 10111100 | 10110101 | 10000 | 0 | 100 | 1011011 | 11010 | 111010 | 1010100 | 101000 |
Color Harmonies of #BCB510
Complementary color
Monochromatic Colors of #BCB510
Black with #BCB510
Text Example
Text Example
White with #BCB510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB510; }
p { color: rgb(188,181,16); }
H1.HeaderClassName
{
color: #BCB510;
}
.AnyTagClassName
{
color: #BCB510;
}
</style>
background-color css
<style>
a { background-color: #BCB510; }
a { background-color: rgb(188,181,16); }
div.DivClassName
{
background-color: #BCB510;
}
.BgClassName
{
background-color: #BCB510;
}
</style>
border-color css
<style>
span { border-color: #BCB510; }
span { border-color: rgb(188,181,16); }
td.TdClassName
{
border-color: #BCB510;
}
.TagClassName
{
border-color: #BCB510;
}
</style>