Shades of La Rioja #BCB706
Tints of La Rioja #BCB706
RGB
CMYK
RGB Variations
Color information
#BCB706 (or 0xBCB706) is known color: La Rioja. HEX triplet: BC, B7 and 06. RGB value is (188,183,6). Sum of RGB (Red+Green+Blue) = 188+183+6=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 183 (71.88% from 255 or 48.54% from 377); Blue value is 6 (2.73% from 255 or 1.59% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB706 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB706 is #4348F9. Grayscale: #A5A5A5. Windows color (decimal): -4409594 or 440252. OLE color: 440252.
HSL color Cylindrical-coordinate representation of color #BCB706: hue angle of 58.35º degrees, saturation: 0.94, 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 #BCB706 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 183 | 6 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.26 |
| HSL | 58.35º | 0.94% | 0.38% | - |
| HSV(B) | 58.35º | 0.97% | 0.74% | - |
| XYZ | 37.71 | 44.57 | 6.79 | - |
| YUV | 164.32 | 38.66 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 6 | 0 | 0.03 | 0.97 | 0.26 | 58.35 | 0.94 | 0.38 |
| Hex | BC | B7 | 6 | 0 | 3 | 61 | 1A | 3A | 5E | 26 |
| Octal | 274 | 267 | 6 | 0 | 3 | 141 | 32 | 72 | 136 | 46 |
| Binary | 10111100 | 10110111 | 110 | 0 | 11 | 1100001 | 11010 | 111010 | 1011110 | 100110 |
Color Harmonies of #BCB706
Complementary color
Monochromatic Colors of #BCB706
Black with #BCB706
Text Example
Text Example
White with #BCB706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB706; }
p { color: rgb(188,183,6); }
H1.HeaderClassName
{
color: #BCB706;
}
.AnyTagClassName
{
color: #BCB706;
}
</style>
background-color css
<style>
a { background-color: #BCB706; }
a { background-color: rgb(188,183,6); }
div.DivClassName
{
background-color: #BCB706;
}
.BgClassName
{
background-color: #BCB706;
}
</style>
border-color css
<style>
span { border-color: #BCB706; }
span { border-color: rgb(188,183,6); }
td.TdClassName
{
border-color: #BCB706;
}
.TagClassName
{
border-color: #BCB706;
}
</style>