Shades of La Rioja #BCB805
Tints of La Rioja #BCB805
RGB
CMYK
RGB Variations
Color information
#BCB805 (or 0xBCB805) is known color: La Rioja. HEX triplet: BC, B8 and 05. RGB value is (188,184,5). Sum of RGB (Red+Green+Blue) = 188+184+5=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 184 (72.27% from 255 or 48.81% from 377); Blue value is 5 (2.34% from 255 or 1.33% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB805 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB805 is #4347FA. Grayscale: #A5A5A5. Windows color (decimal): -4409339 or 374972. OLE color: 374972.
HSL color Cylindrical-coordinate representation of color #BCB805: hue angle of 58.69º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BCB805 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 184 | 5 | - |
| CMYK | 0 | 0.02 | 0.97 | 0.26 |
| HSL | 58.69º | 0.95% | 0.38% | - |
| HSV(B) | 58.69º | 0.97% | 0.74% | - |
| XYZ | 37.91 | 44.98 | 6.83 | - |
| YUV | 164.79 | 37.83 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 184 | 5 | 0 | 0.02 | 0.97 | 0.26 | 58.69 | 0.95 | 0.38 |
| Hex | BC | B8 | 5 | 0 | 2 | 61 | 1A | 3B | 5F | 26 |
| Octal | 274 | 270 | 5 | 0 | 2 | 141 | 32 | 73 | 137 | 46 |
| Binary | 10111100 | 10111000 | 101 | 0 | 10 | 1100001 | 11010 | 111011 | 1011111 | 100110 |
Color Harmonies of #BCB805
Complementary color
Monochromatic Colors of #BCB805
Black with #BCB805
Text Example
Text Example
White with #BCB805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB805; }
p { color: rgb(188,184,5); }
H1.HeaderClassName
{
color: #BCB805;
}
.AnyTagClassName
{
color: #BCB805;
}
</style>
background-color css
<style>
a { background-color: #BCB805; }
a { background-color: rgb(188,184,5); }
div.DivClassName
{
background-color: #BCB805;
}
.BgClassName
{
background-color: #BCB805;
}
</style>
border-color css
<style>
span { border-color: #BCB805; }
span { border-color: rgb(188,184,5); }
td.TdClassName
{
border-color: #BCB805;
}
.TagClassName
{
border-color: #BCB805;
}
</style>