Shades of La Rioja #BCB905
Tints of La Rioja #BCB905
RGB
CMYK
RGB Variations
Color information
#BCB905 (or 0xBCB905) is known color: La Rioja. HEX triplet: BC, B9 and 05. RGB value is (188,185,5). Sum of RGB (Red+Green+Blue) = 188+185+5=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 185 (72.66% from 255 or 48.94% from 378); Blue value is 5 (2.34% from 255 or 1.32% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB905 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB905 is #4346FA. Grayscale: #A6A6A6. Windows color (decimal): -4409083 or 375228. OLE color: 375228.
HSL color Cylindrical-coordinate representation of color #BCB905: hue angle of 59.02º 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 #BCB905 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 5 | - |
| CMYK | 0 | 0.02 | 0.97 | 0.26 |
| HSL | 59.02º | 0.95% | 0.38% | - |
| HSV(B) | 59.02º | 0.97% | 0.74% | - |
| XYZ | 38.12 | 45.4 | 6.9 | - |
| YUV | 165.38 | 37.49 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 5 | 0 | 0.02 | 0.97 | 0.26 | 59.02 | 0.95 | 0.38 |
| Hex | BC | B9 | 5 | 0 | 2 | 61 | 1A | 3B | 5F | 26 |
| Octal | 274 | 271 | 5 | 0 | 2 | 141 | 32 | 73 | 137 | 46 |
| Binary | 10111100 | 10111001 | 101 | 0 | 10 | 1100001 | 11010 | 111011 | 1011111 | 100110 |
Color Harmonies of #BCB905
Complementary color
Monochromatic Colors of #BCB905
Black with #BCB905
Text Example
Text Example
White with #BCB905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB905; }
p { color: rgb(188,185,5); }
H1.HeaderClassName
{
color: #BCB905;
}
.AnyTagClassName
{
color: #BCB905;
}
</style>
background-color css
<style>
a { background-color: #BCB905; }
a { background-color: rgb(188,185,5); }
div.DivClassName
{
background-color: #BCB905;
}
.BgClassName
{
background-color: #BCB905;
}
</style>
border-color css
<style>
span { border-color: #BCB905; }
span { border-color: rgb(188,185,5); }
td.TdClassName
{
border-color: #BCB905;
}
.TagClassName
{
border-color: #BCB905;
}
</style>