Shades of La Rioja #BCB513
Tints of La Rioja #BCB513
RGB
CMYK
RGB Variations
Color information
#BCB513 (or 0xBCB513) is known color: La Rioja. HEX triplet: BC, B5 and 13. RGB value is (188,181,19). Sum of RGB (Red+Green+Blue) = 188+181+19=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 181 (71.09% from 255 or 46.65% from 388); Blue value is 19 (7.81% from 255 or 4.90% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB513 is #434AEC. Grayscale: #A5A5A5. Windows color (decimal): -4410093 or 1291708. OLE color: 1291708.
HSL color Cylindrical-coordinate representation of color #BCB513: hue angle of 57.51º 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 #BCB513 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 181 | 19 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.26 |
| HSL | 57.51º | 0.82% | 0.41% | - |
| HSV(B) | 57.51º | 0.9% | 0.74% | - |
| XYZ | 37.38 | 43.79 | 7.1 | - |
| YUV | 164.63 | 45.82 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 19 | 0 | 0.04 | 0.90 | 0.26 | 57.51 | 0.82 | 0.41 |
| Hex | BC | B5 | 13 | 0 | 4 | 5A | 1A | 3A | 52 | 29 |
| Octal | 274 | 265 | 23 | 0 | 4 | 132 | 32 | 72 | 122 | 51 |
| Binary | 10111100 | 10110101 | 10011 | 0 | 100 | 1011010 | 11010 | 111010 | 1010010 | 101001 |
Color Harmonies of #BCB513
Complementary color
Monochromatic Colors of #BCB513
Black with #BCB513
Text Example
Text Example
White with #BCB513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB513; }
p { color: rgb(188,181,19); }
H1.HeaderClassName
{
color: #BCB513;
}
.AnyTagClassName
{
color: #BCB513;
}
</style>
background-color css
<style>
a { background-color: #BCB513; }
a { background-color: rgb(188,181,19); }
div.DivClassName
{
background-color: #BCB513;
}
.BgClassName
{
background-color: #BCB513;
}
</style>
border-color css
<style>
span { border-color: #BCB513; }
span { border-color: rgb(188,181,19); }
td.TdClassName
{
border-color: #BCB513;
}
.TagClassName
{
border-color: #BCB513;
}
</style>