Shades of La Rioja #BCB816
Tints of La Rioja #BCB816
RGB
CMYK
RGB Variations
Color information
#BCB816 (or 0xBCB816) is known color: La Rioja. HEX triplet: BC, B8 and 16. RGB value is (188,184,22). Sum of RGB (Red+Green+Blue) = 188+184+22=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 184 (72.27% from 255 or 46.70% from 394); Blue value is 22 (8.98% from 255 or 5.58% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB816 is #4347E9. Grayscale: #A7A7A7. Windows color (decimal): -4409322 or 1489084. OLE color: 1489084.
HSL color Cylindrical-coordinate representation of color #BCB816: hue angle of 58.55º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCB816 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 184 | 22 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.26 |
| HSL | 58.55º | 0.79% | 0.41% | - |
| HSV(B) | 58.55º | 0.88% | 0.74% | - |
| XYZ | 38.02 | 45.03 | 7.45 | - |
| YUV | 166.73 | 46.33 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 184 | 22 | 0 | 0.02 | 0.88 | 0.26 | 58.55 | 0.79 | 0.41 |
| Hex | BC | B8 | 16 | 0 | 2 | 58 | 1A | 3B | 4F | 29 |
| Octal | 274 | 270 | 26 | 0 | 2 | 130 | 32 | 73 | 117 | 51 |
| Binary | 10111100 | 10111000 | 10110 | 0 | 10 | 1011000 | 11010 | 111011 | 1001111 | 101001 |
Color Harmonies of #BCB816
Complementary color
Monochromatic Colors of #BCB816
Black with #BCB816
Text Example
Text Example
White with #BCB816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB816; }
p { color: rgb(188,184,22); }
H1.HeaderClassName
{
color: #BCB816;
}
.AnyTagClassName
{
color: #BCB816;
}
</style>
background-color css
<style>
a { background-color: #BCB816; }
a { background-color: rgb(188,184,22); }
div.DivClassName
{
background-color: #BCB816;
}
.BgClassName
{
background-color: #BCB816;
}
</style>
border-color css
<style>
span { border-color: #BCB816; }
span { border-color: rgb(188,184,22); }
td.TdClassName
{
border-color: #BCB816;
}
.TagClassName
{
border-color: #BCB816;
}
</style>